[Checkins] 
	SVN: PluggableAuthService/trunk/plugins/ChallengeProtocolChooser.py
	Fix bad security declaration
    Alec Mitchell 
    apm13 at columbia.edu
       
    Sat Mar 31 10:11:33 EDT 2007
    
    
  
Log message for revision 73955:
  Fix bad security declaration
  
Changed:
  U   PluggableAuthService/trunk/plugins/ChallengeProtocolChooser.py
-=-
Modified: PluggableAuthService/trunk/plugins/ChallengeProtocolChooser.py
===================================================================
--- PluggableAuthService/trunk/plugins/ChallengeProtocolChooser.py	2007-03-31 13:53:30 UTC (rev 73954)
+++ PluggableAuthService/trunk/plugins/ChallengeProtocolChooser.py	2007-03-31 14:11:32 UTC (rev 73955)
@@ -101,7 +101,7 @@
         if mapping is not None:
             self.manage_updateProtocolMapping(mapping=mapping)
 
-    security.declarePrivate('chooseProtocol')
+    security.declarePrivate('chooseProtocols')
     def chooseProtocols(self, request):
         pas_instance = self._getPAS()
         plugins = pas_instance._getOb('plugins')
    
    
More information about the Checkins
mailing list