Django

Code

root/django/trunk/django/core/handlers


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9512 [9512] 11/21/08 06:00:51 mtredinnick Fixed #2782 -- Make the server port available through the modpython …
(edit) @9189 [9189] 10/07/08 05:39:16 mtredinnick Fixed #9224 -- Prevent a crash when certain query strings are sent …
(edit) @9064 [9064] 09/17/08 04:02:25 mtredinnick Fixed #9014 -- Check that we really are processing a POST before …
(edit) @8748 [8748] 08/30/08 14:56:14 jacob Fixed #8622: accessing POST after a POST handling exception no longer …
(edit) @8569 [8569]
(edit) @8495 [8495] 08/23/08 13:08:28 mtredinnick Fixed #8259 -- Handle an error situation that we should never see, but …
(edit) @8464 [8464] 08/22/08 08:59:41 russellm Fixed #8136: Added a signal emission when an error is raised handling an …
(edit) @8223 [8223] 08/06/08 10:32:46 jacob Major refactoring of django.dispatch with an eye towards speed. The net …
(edit) @8032 [8032] 07/21/08 17:13:56 mtredinnick Fixed #7871 -- Added some more bullet-proofing in PATH_INFO …
(edit) @8015 [8015] 07/21/08 02:57:10 mtredinnick Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO …
(edit) @7995 [7995] 07/19/08 14:37:55 mtredinnick Revert [7991] - [7993]. I was committing from the wrong branch. Sorry …
(edit) @7992 [7992] 07/19/08 14:32:12 mtredinnick Allow avoidance of the Apache mod_rewrite undo.
(edit) @7991 [7991] 07/19/08 14:32:01 mtredinnick First part of setting request.path correctly. Still needs: - testing …
(edit) @7988 [7988] 07/19/08 13:49:49 mtredinnick Fixed #7471 -- If the 400 response handler raises an exception, pass …
(edit) @7928 [7928] 07/15/08 14:17:49 mtredinnick Refactored the HTTP 500 error response creation slightly. Provides the …
(edit) @7856 [7856] 07/06/08 20:45:19 mtredinnick Fixed #4148 -- Changed the way attachments are served to IE to avoid …
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7537 [7537] 05/16/08 18:24:36 lukeplant Added DEBUG_PROPAGATE_EXCEPTIONS setting that helps testing under e.g. …
(edit) @7200 [7200] 03/07/08 21:06:30 gwilson Fixed #5595 -- Made ModPythonRequest.__repr__ return a string instead of …
(edit) @7168 [7168] 02/27/08 19:52:59 jacob Fixed #4701 -- sys.exit() will no longer get swallowed by the http …
(edit) @7068 [7068] 02/02/08 22:06:35 mtredinnick Fixed #6305 -- Always emit the got_request_exception signal, even …
(edit) @6826 [6826] 12/01/07 20:22:19 gwilson Re-organized imports in handler modules to adhere to Django coding style.
(edit) @6662 [6662] 11/10/07 21:55:44 mtredinnick Fixed #5898 -- Changed a few response processing paths to make things …
(edit) @6592 [6592] 10/21/07 18:52:08 mtredinnick Fixed #3496 -- Handle the case of missing (and hence '0') Content-Length …
(edit) @6550 [6550] 10/20/07 02:42:34 mtredinnick Slightly changed the way we handle non-UTF-8 encoded URIs (see [6475]). …
(edit) @6475 [6475] 10/12/07 21:57:57 adrian Fixed #5738 -- Fixed bug with defective Unicode strings in a URL
(edit) @6430 [6430] 09/27/07 12:01:34 gwilson Re-organized imports to adhere to PEP 8.
(edit) @6429 [6429] 09/27/07 12:00:07 gwilson Removed unused import, unneeded due to [4144].
(edit) @6428 [6428] 09/27/07 11:57:55 gwilson Fixed #5604 -- Check for use of HTTPS by looking at the wsgi.url_scheme
(edit) @6359 [6359] 09/16/07 07:10:28 mtredinnick Fixed #4710 -- Improved mod_python HTTPS checking. Thanks, Aaron Maxwell, …
(edit) @6296 [6296] 09/15/07 12:46:03 mtredinnick Added a get_host() method to HttpRequest. There is still an …
(edit) @6292 [6292] 09/15/07 11:34:41 mtredinnick Fixed #5109 -- Pass the request object to any exception signal handler. …
(edit) @6235 [6235] 09/14/07 17:33:56 jacob Added more dict-like methods to HttpResponse as part of the …
(edit) @6221 [6221] 09/14/07 16:41:48 jacob Fixed the breakage in [6164] in a different, better way: HttpResponse now …
(edit) @6219 [6219] 09/14/07 16:36:39 jacob Case-insensitive HttpResponse headers ([6212]) broke absolute URL …
(edit) @6164 [6164] 09/14/07 00:28:00 mtredinnick Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP …
(edit) @5868 [5868] 08/12/07 05:24:05 mtredinnick Fixed #4909 -- Fixed a race condition with middleware initialisation in …
(edit) @5629 [5629] 07/07/07 12:15:54 mtredinnick Changed HttpRequest.path to be a Unicode object. It has already …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5091 [5091] 04/26/07 08:30:48 mtredinnick Fixed #4040 -- Changed uses of has_key() to "in". Slight …
(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) @4237 [4237] 12/26/06 08:40:33 jacob Fixed #3187 -- Django will now look for the root URLconf as an attribute …
(edit) @4144 [4144] 11/29/06 16:51:24 adrian Fixed #2924 -- Development server no longer spins on an empty form post. …
(edit) @4128 [4128] 11/28/06 16:58:10 adrian Fixed small bug in 'The view didn't return an HttpResponse object' …
(edit) @4107 [4107] 11/26/06 17:52:12 adrian Fixed #3057 -- Improved wsgi backend to tolerate empty string in …
(edit) @4094 [4094] 11/23/06 11:48:06 adrian Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry …
(edit) @4091 [4091] 11/23/06 11:06:11 adrian Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks …
(edit) @3951 [3951] 10/30/06 14:50:27 adrian Fixed #2968 -- Changed arguments to import to use empty dictionary …
(edit) @3933 [3933] 10/24/06 21:55:51 adrian Reverted [3919] because it requires mod_python 3.2.10+
(edit) @3927 [3927] 10/24/06 11:54:32 adrian Fixed #2865 -- Reverted [3866] (problem with mod_python SERVER_PORT
(edit) @3919 [3919] 10/24/06 11:07:39 adrian Changed django.core.handlers.modpython ModPythonRequest?.is_secure() to use …
(edit) @3879 [3879] 09/27/06 21:37:41 adrian Folded BaseHandler?.get_technical_error_response() into …
(edit) @3878 [3878] 09/27/06 21:34:48 adrian Folded BaseHandler?.get_friendly_error_response() into …
(edit) @3877 [3877] 09/27/06 21:31:05 adrian Removed ENABLE_PSYCO setting. If you still need to use this, write custom …
(edit) @3876 [3876] 09/27/06 21:07:00 adrian Folded django.core.handlers.modpython.populate_apache_request into …
(edit) @3875 [3875] 09/27/06 20:56:02 adrian Changed BaseHandler?.get_response() to take a single parameter (an …
(edit) @3866 [3866] 09/26/06 11:00:52 adrian Fixed #2782 -- Fixed incorrect request.METASERVER_PORT? for mod_python.
(edit) @3820 [3820] 09/25/06 02:25:12 mtredinnick Fixed #2745 -- Made the repr methods for modpython and wsgi request …
(edit) @3807 [3807] 09/23/06 08:53:02 mtredinnick A corrected version of r3805.
(edit) @3806 [3806] 09/23/06 08:04:37 mtredinnick Reverting r3805 whilst I track down a potential problem with it.
(edit) @3805 [3805] 09/23/06 07:41:19 mtredinnick Fixed #2613 -- Fixed an easily triggered memory error in file uploads for …
(edit) @3791 [3791] 09/22/06 07:32:00 mtredinnick Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, …
(edit) @3414 [3414] 07/21/06 15:39:17 jacob Second half of little cleanup tweaks suggested by pyflakes.
(edit) @3411 [3411] 07/21/06 12:11:13 jacob Fixed a bunch of spurious imports, typos, and other small errors turned up …
(edit) @3410 [3410] 07/21/06 11:20:22 jacob Fixed #2092: added a "is_secure()" method to HttpRequest which correctly …
(edit) @3393 [3393] 07/20/06 00:04:45 russellm Clarified debug naming of WSGIRequests
(edit) @3171 [3171] 06/19/06 23:34:13 adrian Converted request.METAREQUEST_METHOD? calls to request.method, …
(edit) @3164 [3164] 06/19/06 22:48:31 adrian Added 'method' attribute to HttpRequest objects
(edit) @3113 [3113] 06/08/06 00:00:13 adrian Fixed #2109 -- Convert old-style classes to new-style classes throughout …
(edit) @2990 [2990] 05/26/06 12:30:40 adrian Fixed #1023 -- Base handler no longer calls mail_admins() on SystemExit?, …
(edit) @2847 [2847] 05/04/06 23:41:22 adrian Fixed #1378 -- Added svn:ignore for pyc files for all Django packages
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2668 [2668] 04/10/06 22:30:10 adrian Removed unneeded 'import sys' from base.py handler
(edit) @2667 [2667] 04/10/06 22:29:01 adrian Fixed #1551 -- Improved base handler to not lose track of important …
(edit) @2639 [2639] 04/09/06 18:54:34 adrian Fixed #1569 -- HttpResponse now accepts iterators. Thanks, Maniac
(edit) @2364 [2364] 02/19/06 22:36:17 adrian Fixed #1376 -- Undid [2358], which broke flatpages. Thanks, Tom Tobin
(edit) @2358 [2358] 02/18/06 17:41:17 adrian Fixed #894 -- Moved response middleware call to base.py so that exceptions …
(edit) @2239 [2239] 02/03/06 09:18:20 adrian Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.
(edit) @1500 [1500] 11/29/05 19:14:23 adrian Moved Apache auth handler to django/contrib/auth/handlers/modpython.py
(edit) @1495 [1495] 11/29/05 12:26:07 jacob Added mod_python authentication handler and document on authenticating …
(edit) @1470 [1470] 11/27/05 16:08:51 adrian Fixed #878 -- URLconf regex captures no longer have to be named groups. …
(edit) @1442 [1442] 11/26/05 12:41:29 adrian Fixed #923 -- Made WSGI handler tolerant of no QUERY_STRING in os.environ. …
(edit) @1356 [1356] 11/22/05 13:41:43 adrian Fixed grammar error in error message from [1355]
(edit) @1355 [1355] 11/22/05 13:41:09 adrian Fixed #879 -- Middleware loader now throws a better error for …
(edit) @1346 [1346] 11/21/05 23:04:56 adrian Removed trailing slash in PROFILE_DATA_DIR in profiler-hotshot to match …
(edit) @1233 [1233] 11/14/05 11:44:50 jacob Added "pretty" error pages to be used when DEBUG is True.
(edit) @1009 [1009] 10/24/05 20:51:57 adrian Fixed #677 -- db.queries is now reset per request. Thanks, seancazzell
(edit) @949 [949] 10/18/05 20:16:57 adrian Fixed #641 -- Fixed re-raise in django.core.handlers.base. Thanks, Sune
(edit) @880 [880] 10/14/05 21:20:35 adrian Fixed #616 -- Added a process_exception() hook to middleware framework. …
(edit) @786 [786] 10/05/05 21:27:08 adrian Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into …
(edit) @636 [636] 09/12/05 22:21:44 adrian Fixed #481 -- Added all other HTTP status codes to WSGI backend. Thanks, …
(edit) @580 [580] 08/31/05 11:27:59 adrian Fixed #407 -- Code no longer assumes request.METAREMOTE_ADDR? exists. …
(edit) @548 [548] 08/24/05 19:50:01 adrian Changed 'coding error' and 'database error' e-mails to include …
(edit) @532 [532] 08/17/05 19:15:39 adrian Tweaked [531] slightly, so that it checks for 'is None' instead of boolean …
(edit) @531 [531] 08/17/05 19:14:15 adrian Added friendly error message if a view returns None instead of an …
(edit) @518 [518] 08/16/05 17:54:05 adrian Fixed #1 -- Added anonymous session support via middleware and …
(edit) @511 [511] 08/15/05 17:47:41 adrian Changed handlers (both mod_python and WSGI) to support setting multiple …
(edit) @491 [491] 08/11/05 23:16:29 adrian Moved django.core.handlers.wsgi.AdminMediaHandler? to …
(edit) @478 [478] 08/10/05 17:12:05 adrian Fixed #126 -- HttpRequest now has a 'raw_post_data' attribute.
(edit) @476 [476] 08/10/05 16:20:45 adrian Fixed #192 -- File uploads now work with built-in Web server. Thanks, …
Note: See TracRevisionLog for help on using the revision log.