[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher/HTTP - HTTPRequest.py:1.1.2.23 HTTPResponse.py:1.1.2.15 IHTTPApplicationRequest.py:1.1.2.4 IHTTPApplicationResponse.py:1.1.4.2 IHTTPRequest.py:1.1.2.4 IHTTPResponse.py:1.1.4.2

Stephan Richter srichter@cbu.edu
Wed, 27 Mar 2002 17:36:49 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/HTTP
In directory cvs.zope.org:/tmp/cvs-serv4972/HTTP

Modified Files:
      Tag: Zope-3x-branch
	HTTPRequest.py HTTPResponse.py IHTTPApplicationRequest.py 
	IHTTPApplicationResponse.py IHTTPRequest.py IHTTPResponse.py 
Log Message:
This is the second batch of the bug fix attempt.


=== Zope3/lib/python/Zope/Publisher/HTTP/HTTPRequest.py 1.1.2.22 => 1.1.2.23 ===


=== Zope3/lib/python/Zope/Publisher/HTTP/HTTPResponse.py 1.1.2.14 => 1.1.2.15 ===


=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPApplicationRequest.py 1.1.2.3 => 1.1.2.4 ===


=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPApplicationResponse.py 1.1.4.1 => 1.1.4.2 ===


=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPRequest.py 1.1.2.3 => 1.1.2.4 ===


=== Zope3/lib/python/Zope/Publisher/HTTP/IHTTPResponse.py 1.1.4.1 => 1.1.4.2 ===
     The Response type encapsulates all possible responses to HTTP
     requests.  Responses are normally created by the object publisher.
-    A published objext can get the respose by calling getResponse on a
-    request.  Normally, published objects use response objects to:
+    A published object may recieve the response object as an argument
+    named 'RESPONSE'.  A published object may also create it's own
+    response object.  Normally, published objects use response objects
+    to:
 
     - Provide specific control over output headers,