Changeset 137:2fa9d30f4ab0 in documentViewer


Ignore:
Timestamp:
Jun 21, 2010, 11:47:47 AM (14 years ago)
Author:
casties
Branch:
default
Message:

debugging user authentication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentViewer.py

    r136 r137  
    348348            # only local access -- only logged in users
    349349            user = getSecurityManager().getUser()
     350            logging.debug("documentViewer (accessOK) user=%s ip=%s"%(user,self.REQUEST.getClientAddr()))
    350351            if user is not None:
    351352                #print "user: ", user
     
    354355                return False
    355356       
    356         logging.debug("documentViewer (accessOK) unknown access type %s"%access)
     357        logging.error("documentViewer (accessOK) unknown access type %s"%access)
    357358        return False
    358359   
Note: See TracChangeset for help on using the changeset viewer.