~loggerhead-team/loggerhead/trunk-rich

« back to all changes in this revision

Viewing changes to serve-branches

  • Committer: Michael Hudson
  • Date: 2009-02-11 03:04:17 UTC
  • mto: This revision was merged to the branch mainline in revision 269.
  • Revision ID: michael.hudson@canonical.com-20090211030417-skieut3dp2hs666v
raise a 404 when passed an invalid revid

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    else:
145
145
        app = PrefixMiddleware(app, prefix=prefix)
146
146
 
 
147
    app = HTTPExceptionHandler(app)
147
148
    app = ErrorHandlerApp(app)
148
 
    app = HTTPExceptionHandler(app)
149
149
 
150
150
    if not options.user_port:
151
151
        port = '8080'