|
|
05/25/08 18:19:45 |
@1972
|
[1972]
|
fumanchu |
Fix for #818 (No content type). |
|
|
10/27/07 12:23:47 |
@1775
|
[1775]
|
fumanchu |
2.x fix for #744 (Malicious cookies may allow access to files outside the … |
|
|
12/29/06 11:22:16 |
@1585
|
[1585]
|
lawouach |
Removing print statement |
|
|
12/29/06 06:10:40 |
@1584
|
[1584]
|
lawouach |
Backport fix to get rid of thread_data. This may need to be documented for … |
|
|
12/29/06 06:03:26 |
@1583
|
[1583]
|
lawouach |
Backport to 2.2 of #525 |
|
|
12/29/06 00:02:24 |
@1582
|
[1582]
|
dowski |
2.x backport of fixes in [1388] and [1530] (safer WSGI and request close). … |
|
|
12/28/06 16:30:08 |
@1578
|
[1578]
|
dowski |
2.x backport of [1239] (more secure session key). See #567. |
|
|
12/28/06 16:23:04 |
@1577
|
[1577]
|
dowski |
cachefilter tweak. |
|
|
12/28/06 16:16:54 |
@1576
|
[1576]
|
dowski |
Backport of [1187] to 2.x branch. (Age header in cached responses). See … |
|
|
12/11/06 16:47:27 |
@1524
|
[1524]
|
fumanchu |
2.x backport of [1443] (use response.time for cache expiration). |
|
|
12/11/06 14:36:16 |
@1519
|
[1519]
|
fumanchu |
2.x backport of [1402]; fix for #577 (GzipFilter doesn't force an update … |
|
|
12/11/06 13:34:41 |
@1517
|
[1517]
|
fumanchu |
2.x backport of [1382] (Fixed bug in encode; shouldn't attempt encode on … |
|
|
12/10/06 17:59:58 |
@1510
|
[1510]
|
fumanchu |
2.x fix for #408 (SessionFilter?? doesn't check result of … |
|
|
12/10/06 16:48:58 |
@1506
|
[1506]
|
fumanchu |
2.x backport of [1202], [1203] (new expires function, plus Response.time … |
|
|
12/09/06 18:12:42 |
@1505
|
[1505]
|
fumanchu |
2.x fix for #512 (Cookie.expires should be optional). |
|
|
12/09/06 18:02:49 |
@1503
|
[1503]
|
fumanchu |
2.x fix for #533. CP3 will behave correctly and return a Fault when an … |
|
|
12/09/06 17:37:12 |
@1501
|
[1501]
|
fumanchu |
2.x Fix for #475 (double calling acquire_lock() freezes the request). Fix … |
|
|
12/09/06 16:35:26 |
@1494
|
[1494]
|
fumanchu |
2.x fix for #509 (don't cache for POST, PUT, DELETE). Also found a bug … |
|
|
12/09/06 12:40:58 |
@1482
|
[1482]
|
fumanchu |
2.x Fix for #508 (Content-Type for 304s). |
|
|
12/09/06 12:31:08 |
@1480
|
[1480]
|
fumanchu |
2.x Fix for #328 (encoding 'errors' argument). |
|
|
10/12/06 16:25:06 |
@1396
|
[1396]
|
lawouach |
Fixed #569 |
|
|
08/12/06 03:38:52 |
@1241
|
[1241]
|
fumanchu |
Fix for #543 (virtualhostfilter.py generates URIs with a double slash). |
|
|
06/29/06 12:42:31 |
@1174
|
[1174]
|
fumanchu |
CP 2.2 and 3.0 fix for #516 (Sessionfilter doesn't format properly the … |
|
|
06/29/06 09:10:20 |
@1173
|
[1173]
|
fumanchu |
Added backward-compatible sessionfilter.generateSessionID. |
|
|
04/24/06 18:52:40 |
@1064
|
[1064]
|
dowski |
Making a branch for any future work on the 2.2.x line. |
|
copied from trunk/cherrypy/filters:
|
|
|
03/29/06 07:25:40 |
@1029
|
[1029]
|
rdelon |
Fixed small bug in session_filter |