[Zope-CVS] CVS: Products/CookieCrumbler - CHANGES.txt:1.2 CookieCrumbler.py:1.3

Shane Hathaway shane@digicool.com
Fri, 2 Nov 2001 10:09:13 -0500


Update of /cvs-repository/Products/CookieCrumbler
In directory cvs.zope.org:/tmp/cvs-serv13705

Modified Files:
	CHANGES.txt CookieCrumbler.py 
Log Message:
Added WebDAV source port correction


=== Products/CookieCrumbler/CHANGES.txt 1.1 => 1.2 ===
   install the new forms.
 
+- Merged WebDAV source port fix from CMFCore


=== Products/CookieCrumbler/CookieCrumbler.py 1.2 => 1.3 ===
             return ATTEMPT_DISABLED
 
+        if req.environ.has_key( 'WEBDAV_SOURCE_PORT' ):
+            return ATTEMPT_DISABLED
+
         if req._auth and not getattr(req, '_cookie_auth', 0):
             # Using basic auth.
             return ATTEMPT_DISABLED