HomePhorge

rack: SSL Env vars can be in Request.env or ENV
c702f76b2715Unpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

rack: SSL Env vars can be in Request.env or ENV

Fix #2386, by checking either Request.env or ENV for the SSL environment
variables. This is necessary as Passenger 2.2.3 changed the location of
these vars, even though the Rack spec says nothing about ENV or these
variables.

Event Timeline

James Turnbull <james@lovedthanlost.net> committed rPUc702f76b2715: rack: SSL Env vars can be in Request.env or ENV (authored by Christian Hofstaedtler <hofstaedtler@inqnet.at>).Aug 3 2009, 2:00 AM