Skip to content
  • Isis Lovecruft's avatar
    Add exception-catching wrapper to bridgedb.HTTPServer.render(). · d23599a5
    Isis Lovecruft authored
     * ADD a wrapper which catches all unhandled exceptions which occur
       while generating an HTML response. If such an exception occurs, this
       ensures that the error is logged and the default "No bridges
       currently available" response is served to the client (rather than
       display a traceback to the client, which is what BridgeDB did
       previously).
     * FIXES #6127
    d23599a5