Comment 2 for bug 305995

Revision history for this message
masei (masei) wrote :

O.K. found that this is kind of duplicate bug. See #45503 .
But in cause of the code change in branch.py the fix is a bit different:

in /usr/lib/python2.5/site-packages/loggerhead/apps/branch.py use

return "http://maseinet.de/repo/" + self._url_base + "/".join(args) + '?'' + qs

instead of

    return request.construct_url(
    self._environ, script_name=self._url_base,
    path_info='/'.join(args),
    querystring=qs)