Django

Code

root/django/trunk/django/middleware/common.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9184 [9184] 10/07/08 03:22:50 mtredinnick Fixed #9199 -- We were erroneously only prepending "www" to the domain if …
(edit) @8635 [8635] 08/27/08 15:29:58 jacob Fixed #7379: fixed a subtle corner case involving URL encoding in …
(edit) @8456 [8456] 08/20/08 20:32:18 mtredinnick Fixed #8381 -- Fixed a problem with appending slashes in the common …
(edit) @8193 [8193] 08/02/08 00:56:57 gwilson Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use …
(edit) @7659 [7659] 06/15/08 23:13:04 adrian Fixed #7228 -- Fixed our ETag header creation to meet the HTTP spec, by …
(edit) @6852 [6852] 12/02/07 17:25:55 mtredinnick Fixed #3228 -- Added new APPEND_SLASH handling behaviour in the common …
(edit) @6553 [6553] 10/20/07 03:31:05 mtredinnick Fixed #5762 -- Quoted the portions that make up the URL when …
(edit) @6296 [6296] 09/15/07 12:46:03 mtredinnick Added a get_host() method to HttpRequest. There is still an …
(edit) @5878 [5878] 08/12/07 08:10:45 mtredinnick Fixed #4994 -- Send back set-cookie headers in "not modified" responses. …
(edit) @5688 [5688] 07/13/07 09:33:46 mtredinnick Fixed #4484 -- Fixed APPEND_SLASH handling to handle an empty path …
(edit) @5483 [5483] 06/17/07 02:21:09 mtredinnick Changed ETag computation to first check if an ETag header already exists …
(edit) @5417 [5417] 06/02/07 02:55:41 mtredinnick Fixed #3206 -- Fixed typo in [5407]. This time with bonus testing. …
(edit) @5407 [5407] 06/01/07 06:47:54 mtredinnick Fixed #3206 -- Changed ETag comparison to only return 304 when the …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(edit) @5043 [5043] 04/20/07 06:24:53 lukeplant Added client IP address to the e-mail that is sent when an internal broken …
(edit) @4265 [4265] 12/30/06 00:25:49 adrian Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have …
(edit) @3870 [3870] 09/26/06 13:49:28 lukeplant Improved detection of whether a URL is internal or not for the purpose of …
(edit) @3834 [3834] 09/25/06 12:25:39 adrian Altered [3778] change to match our coding/text style …
(edit) @3778 [3778] 09/21/06 20:28:47 mtredinnick Fixed #2602 -- Include User Agent in broken link emails. Thanks, Ian …
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3171 [3171] 06/19/06 23:34:13 adrian Converted request.METAREQUEST_METHOD? calls to request.method, …
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @3109 [3109] 06/07/06 22:47:18 adrian Solved the POST-data-lost-after-redirect problem by raising RuntimeError?
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2639 [2639] 04/09/06 18:54:34 adrian Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
(edit) @1816 [1816] 01/03/06 17:57:14 adrian Fixed #1117 -- Added HttpResponsePermanentRedirect?
(edit) @1548 [1548] 12/05/05 09:25:55 adrian Changed CommonMiddleware? so it doesn't assume HTTP_HOST is set.
(edit) @1166 [1166] 11/10/05 22:45:05 adrian BACKWARDS-INCOMPATIBLE CHANGE -- Moved flatpages and redirects to …
(edit) @1096 [1096] 11/06/05 15:55:57 adrian Tiny docstring cleanup in middleware/common.py
(edit) @786 [786] 10/05/05 21:27:08 adrian Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into …
(edit) @782 [782] 10/05/05 18:36:17 adrian Added USE_FLAT_PAGES setting, which defaults to True.
(edit) @613 [613] 09/02/05 14:39:47 adrian Fixed #394 -- Trailing-slash redirects now retain duplicate name-value …
(edit) @545 [545] 08/22/05 14:19:54 adrian Changed SessionMiddleware? to use process_request instead of process_view …
(edit) @513 [513] 08/15/05 19:47:53 adrian Removed special-case test for '_files' URL in common middleware -- thanks, …
(add) @3 [3] 07/12/05 20:25:57 adrian Imported Django from private SVN repository (created from r. 8825)
Note: See TracRevisionLog for help on using the revision log.