Transport work broke serving over http

Bug #380026 reported by Matt Nordhoff
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
loggerhead
Fix Released
High
Matt Nordhoff

Bug Description

When converting Loggerhead to use transports, the code to serve branches over http was changed to this:

        elif '/.bzr/' in environ['PATH_INFO']:
            app = urlparser.make_static(None, self.transport)
            return app(environ, start_response)

Passing a transport to make_static() leads to a long and complicated traceback, since it was expecting a string path.

(Thanks to aeropi in #bzr for noticing this.)

Changed in loggerhead:
importance: Undecided → High
status: New → Confirmed
Revision history for this message
Matt Nordhoff (mnordhoff) wrote :
Changed in loggerhead:
assignee: nobody → Matt Nordhoff (mnordhoff)
status: Confirmed → Fix Committed
Martin Albisetti (beuno)
Changed in loggerhead:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.