CVS: Products/PluggableAuthService/plugins - ChallengeProtocolChooser.py:1.1.2.2

Sidnei da Silva <[email protected]>
Newsgroups gmane.comp.web.zope.public-cvs
Message-ID <[email protected]>
Update of /cvs-repository/Products/PluggableAuthService/plugins
In directory cvs.zope.org:/tmp/cvs-serv20931/plugins

Modified Files:
      Tag: sidnei-challenge-protocol-chooser
	ChallengeProtocolChooser.py 
Log Message:

- Don't break if IChallengeProtocolChoose is not a registered plugin type


=== Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py 1.1.2.1 => 1.1.2.2 ===
--- Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py:1.1.2.1	Sat Aug 13 00:34:33 2005
+++ Products/PluggableAuthService/plugins/ChallengeProtocolChooser.py	Tue Aug 16 16:31:49 2005
@@ -76,7 +76,7 @@
 
     security = ClassSecurityInfo()
 
-    manage_options = (({'label': 'Mapping', 
+    manage_options = (({'label': 'Mapping',
                         'action': 'manage_editProtocolMapping'
                         },
                        )
@@ -135,7 +135,7 @@
 
         request_types = listRequestTypesLabels()
         request_types.sort()
-        
+
         for label in request_types:
             settings = []
             select_any = False

_______________________________________________
Zope-CVS maillist  -  [email protected]
http://mail.zope.org/mailman/listinfo/zope-cvs

Zope CVS instructions: http://dev.zope.org/CVS
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.