Change request: trivial bodhi fix

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Fedora-infrastructure-list mailing list
Fedora-infrastructure-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list

[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux