|
|
06/08/08 16:56:25 |
@1980
|
[1980]
|
fumanchu |
Fix for #782 (X-Forwarded-Ssl). |
|
|
10/27/07 21:49:11 |
@1788
|
[1788]
|
fumanchu |
Use sample domains in test. |
|
|
06/23/07 23:29:13 |
@1688
|
[1688]
|
fumanchu |
A couple more modpy test fixes. |
|
|
06/16/07 16:58:53 |
@1666
|
[1666]
|
fumanchu |
Upgraded all INADDR_ANY and localhost checks to include IPv6 equivalents. |
|
|
06/16/07 16:25:01 |
@1665
|
[1665]
|
fumanchu |
Fix for #643 (socket_host is confusing). Empty string and None are now … |
|
|
05/30/07 18:54:09 |
@1657
|
[1657]
|
fumanchu |
RFC 2606 updates (official example domains). |
|
|
12/11/06 20:17:21 |
@1528
|
[1528]
|
fumanchu |
Changes to socket_host:
… |
|
|
09/16/06 15:08:31 |
@1369
|
[1369]
|
fumanchu |
Fix for #562 (Redirect for slash doesn't use tools.proxy.base). Moved … |
|
|
09/13/06 01:09:01 |
@1359
|
[1359]
|
fumanchu |
New CPWebCase base() function. |
|
|
09/11/06 12:26:06 |
@1350
|
[1350]
|
fumanchu |
Collapsed request.url and tree.url into a single cherrypy.url function. |
|
|
09/09/06 22:47:10 |
@1345
|
[1345]
|
fumanchu |
SSL support for _cpwsgiserver. One test fails immaterially. Run "test.py … |
|
|
09/06/06 18:53:46 |
@1339
|
[1339]
|
fumanchu |
New scheme arg to tools.proxy. |
|
|
09/06/06 17:39:38 |
@1338
|
[1338]
|
fumanchu |
Improved tree.url() to include base. Also replaced request.browser_url … |
|
|
08/24/06 02:02:42 |
@1275
|
[1275]
|
fumanchu |
Overhaul of config system:
1. New docstring for config module! … |
|
|
08/24/06 01:35:47 |
@1274
|
[1274]
|
fumanchu |
Made all imports absolute "just in case" for Python 2.5. |
|
|
08/11/06 11:55:20 |
@1233
|
[1233]
|
fumanchu |
X-Forwarded-For should overwrite remote.ip, not remote.name. |
|
|
08/06/06 21:48:57 |
@1225
|
[1225]
|
fumanchu |
Replaced request.remote_addr, remote_port, and remote_host with a single … |
|
|
06/28/06 18:06:42 |
@1171
|
[1171]
|
fumanchu |
Expanded baseurl tool into a new proxy tool. |
|
copied from trunk/cherrypy/test/test_baseurl.py:
|
|
|
06/01/06 12:05:33 |
@1114
|
[1114]
|
fumanchu |
Removed "filter" from lots of places, including renaming of tests. |