[Zope-Checkins] CVS: Zope3/lib/python/Zope/Publisher - BaseRequest.py:1.1.2.16

Guido van Rossum guido@python.org
Thu, 13 Dec 2001 16:52:50 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher
In directory cvs.zope.org:/tmp/cvs-serv12386

Modified Files:
      Tag: Zope-3x-branch
	BaseRequest.py 
Log Message:
Get rid of obsolete and unwanted setAuthenticatedUser() method.


=== Zope3/lib/python/Zope/Publisher/BaseRequest.py 1.1.2.15 => 1.1.2.16 ===
 
 
-    def setAuthenticatedUser(self, user):
-        """
-        Private.  Should be called by an authorization hook.
-        """
-        self.other['AUTHENTICATED_USER'] = user
-        self.other['AUTHENTICATION_PATH'] = '/'.join(self.steps)
-
-
     def traverse(self, publication, object):
         """
         Traverses to an object and returns it.