Changeset 1444
- Timestamp:
- 11/22/06 13:36:53
- Files:
-
- trunk/cherrypy/_cperror.py (modified) (1 diff)
- trunk/cherrypy/_cpwsgi.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/_cperror.py
r1433 r1444 112 112 # "The response MUST include the following header fields: 113 113 # Date, unless its omission is required by section 14.18.1" 114 # The "Date" header should have been set in Re quest.__init__114 # The "Date" header should have been set in Response.__init__ 115 115 116 # "...the response SHOULD NOT include other entity-headers. 116 # "...the response SHOULD NOT include other entity-headers." 117 117 for key in ('Allow', 'Content-Encoding', 'Content-Language', 118 118 'Content-Length', 'Content-Location', 'Content-MD5', trunk/cherrypy/_cpwsgi.py
r1433 r1444 19 19 be passed in the InternalRedirect object's query_string attribute. 20 20 If you need something more complicated, make and raise your own 21 exception and your own WSGI middlew re to trap it. ;)21 exception and your own WSGI middleware to trap it. ;) 22 22 23 23 It would be a bad idea to raise InternalRedirect after you've already

