[Zope-CVS] CVS: Products/PluggableAuthService/plugins - HTTPBasicAuthHelper.py:1.5

Lennart Regebro regebro at nuxeo.com
Wed Sep 22 06:43:46 EDT 2004


Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv3699

Modified Files:
	HTTPBasicAuthHelper.py 
Log Message:
Updated the tests to that they reflect the changes.


=== Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py 1.4 => 1.5 ===
--- Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py:1.4	Wed Sep 22 05:43:29 2004
+++ Products/PluggableAuthService/plugins/HTTPBasicAuthHelper.py	Wed Sep 22 06:43:14 2004
@@ -92,7 +92,6 @@
 
         """ Challenge the user for credentials.
         """
-        return 0
         m = "<strong>You are not authorized to access this resource.</strong>"
         raise Unauthorized, m
 



More information about the Zope-CVS mailing list