Change request: trivial bodhi fix

Luke Macken lmacken at redhat.com
Mon Oct 27 20:52:01 UTC 2008


I would like to perform a trivial bodhi upgrade that contains the
following patch:

    --- a/bodhi/controllers.py
    +++ b/bodhi/controllers.py
    @@ -168,7 +168,7 @@ class Root(controllers.RootController):
                 forward_url= cherrypy.request.headers.get("Referer", "/")
     
             # This seems to be the cause of some bodhi-client errors
    -        # cherrypy.response.status=403
    +        cherrypy.response.status=403
             return dict(message=msg, previous_url=previous_url, logging_in=True,
                         original_parameters=cherrypy.request.params,
                         forward_url=forward_url)


This reverts a workaround for a problem in python-fedora-0.2.x, which has since
been resolved.  This bodhi patch should hopefully resolve
https://bugzilla.redhat.com/show_bug.cgi?id=466510 as well.


luke




More information about the Fedora-infrastructure-list mailing list