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