diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-15 19:18:58 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-15 19:18:58 +0000 |
commit | 83026a28974cdab8b386b818de99f60eecd707e2 (patch) | |
tree | 90ded5529f5f248d3d9d8fe68d6d947b908ec569 /scripts/rpki/https.py | |
parent | 36bea8f05a830427f277c91568fd1b76b3be083a (diff) |
Checkpoint
svn path=/scripts/irbe-cli.py; revision=965
Diffstat (limited to 'scripts/rpki/https.py')
-rw-r--r-- | scripts/rpki/https.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rpki/https.py b/scripts/rpki/https.py index 3abd5bb6..7d628490 100644 --- a/scripts/rpki/https.py +++ b/scripts/rpki/https.py @@ -55,6 +55,7 @@ class requestHandler(BaseHTTPServer.BaseHTTPRequestHandler): try: rcode, rtext = handler(query=query_string, path=self.path) except Exception, edata: + raise rcode, rtext = 500, "Unhandled exception %s" % edata self.send_response(rcode) self.send_header("Content-Type", rpki_content_type) |