summaryrefslogtreecommitdiff
path: root/paste/deploy/config.py
Commit message (Expand)AuthorAgeFilesLines
* Fix multi proxy IPs bug in X-Forwarded-For header in PrefixMiddlewarePior Bastida2012-07-311-1/+1
* PEP 8 cleanupsAlex Gr?nholm2011-05-171-13/+21
* The threadinglocal module is no longer necessary, so replaced the util packag...Alex Gr?nholm2011-05-171-2/+1
* Handle cases where X-Forwarded-Host has multiple valuesianb2009-02-111-2/+2
* Add X-Forwarded-For translation to REMOTE_ADDRianb2008-07-031-0/+2
* Also translate X-Forwarded-Proto to wsgi.url_schemeianb2008-06-201-2/+4
* Translate X-Forwarded-Scheme to wsgi.url_schemeianb2008-06-201-1/+4
* use an ini-language block in docstringianb2008-06-131-1/+1
* Use X-Forwarded-Host if availableianb2007-08-131-3/+5
* allow PrefixMiddleware to set the schemeianb2007-02-211-4/+9
* restore the popped paste.config to environ when appropriatepjenvey2006-12-211-0/+7
* Strip any trailing /'s from prefix in PrefixMiddleware. Specifically the def...ianb2006-12-141-1/+1
* Added force_port optionianb2006-12-141-3/+26
* Added X-Forwarded-Host translationianb2006-10-201-1/+21
* Add docstring to config middleware entry pointianb2006-10-201-0/+2
* Adding config module docstring and extended docs for PrefixMiddleware.bbangert2006-09-031-1/+37
* reverting r5451; woops, isn't neededpjenvey2006-08-111-3/+1
* avoid popping the thread's config twice when app_iter is Nonepjenvey2006-08-111-1/+3
* Adding prefix middleware which compensates for cases where the wsgi app is be...bbangert2006-07-101-1/+17
* Added copyright header to a bunch of filesianb2006-06-131-0/+2
* Dispatch __setitem__ and __contains__ speciallyianb2005-10-051-0/+9
* Copy the one bit of code we share with Paste core over (or should it use svn:...ianb2005-10-041-3/+1
* Fix bug where an empty config, and no current config, were being confusedianb2005-10-031-2/+2
* Make sure the new paste is loadedianb2005-09-281-1/+1
* Added better dependency information; fixed package_data; put requirements int...ianb2005-09-211-3/+11
* (re)Added a configuration middlewareianb2005-08-261-0/+163