[Zope-CVS] CVS: Products/PluggableAuthService/plugins -
HTTPBasicAuthHelper.py:1.6.2.1
Zachery Bir
zbir at urbanape.com
Fri Oct 8 10:23:05 EDT 2004
Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv21702
Modified Files:
Tag: pre-1_0_3-zbir-challenge-branch
HTTPBasicAuthHelper.py
Log Message:
Cleanup
=== Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py 1.6 => 1.6.2.1 ===
--- Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py:1.6 Fri Sep 24 12:40:48 2004
+++ Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py Fri Oct 8 10:23:05 2004
@@ -101,7 +101,7 @@
m = m + '<p>\nUsername and password are not correct.'
else:
m = m + '<p>\nNo Authorization header found.'
-
+
response.setBody(m, is_error=1)
response.setStatus(401)
return 1
More information about the Zope-CVS
mailing list