Re: Patch to handle other values for HTTPS environment variable
Neil Schemenauer <[email protected]> Mon, 2 Feb 2009 16:04:53 +0000 (UTC)
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
Hamish Lawson <[email protected]> wrote: > Currently HTTPRequest only checks whether the HTTPS environment > variable has a value of 'on', but other possible positive values are > '1' (as set by mod_wsgi) and 'yes'. I have included a patch that fixes > this. Thanks, applied. Neil