Ejemplo n.º 1
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate",  "Basic")
Ejemplo n.º 2
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "401 Not Authorized"
     self.response.set_header("WWW-Authenticate", "Basic")
Ejemplo n.º 3
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"
Ejemplo n.º 4
0
 def __init__(self, message=''):
     PicoError.__init__(self, message)
     self.response.status = "440 Invalid Session"