Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1268

Show
Ignore:
Timestamp:
08/22/06 15:03:41
Author:
fumanchu
Message:

Don't log HTTPError or redirect in hookmap.run().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/_cprequest.py

    r1263 r1268  
    6868                except (KeyboardInterrupt, SystemExit): 
    6969                    raise 
     70                except (cherrypy.HTTPError, cherrypy.HTTPRedirect, 
     71                        cherrypy.InternalRedirect): 
     72                    exc = sys.exc_info()[1] 
    7073                except: 
    7174                    exc = sys.exc_info()[1] 

Hosted by WebFaction

Log in as guest/cpguest to create tickets