# HG changeset patch # User paulb # Date 1082331774 0 # Node ID e5a71822d5014ee8a2f001d693bf533b736a28bf # Parent 4efafd268fb37ebf92371be43a3c8c9ae415adf1 [project @ 2004-04-18 23:42:54 by paulb] Added notes, particularly about cookies. diff -r 4efafd268fb3 -r e5a71822d501 README.txt --- a/README.txt Sun Apr 18 23:40:01 2004 +0000 +++ b/README.txt Sun Apr 18 23:42:54 2004 +0000 @@ -23,7 +23,7 @@ ----------------- BaseHTTPRequestHandler Python 2.2.2 -mod_python 3.0.3 +mod_python 3.0.3 (3.1.3 for cookie support) Twisted 1.0.5 Webware 0.8.1, CVS (2004-02-06) @@ -34,7 +34,13 @@ cookie handling, redirects, session interfaces, and much better documentation. Field access needs testing, especially for anything using the cgi.FieldStorage -class - Webware and Twisted certainly need reviewing. +class - Webware and Twisted certainly need reviewing. The acquisition of +fields from specific sources should be made more strict - some frameworks (eg. +mod_python) provide path fields in the body fields dictionary. + +Cookie objects need defining strictly, especially since the standard library +Cookie object behaves differently to mod_python (and possibly Webware) Cookie +objects. Java Servlet API Notes ----------------------