Merge lp:~lifeless/launchpad/oops-polish into lp:launchpad
Proposed by
Robert Collins
Status: | Merged | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Approved by: | William Grant | ||||||||||||||||||||||||
Approved revision: | no longer in the source branch. | ||||||||||||||||||||||||
Merged at revision: | 14399 | ||||||||||||||||||||||||
Proposed branch: | lp:~lifeless/launchpad/oops-polish | ||||||||||||||||||||||||
Merge into: | lp:launchpad | ||||||||||||||||||||||||
Diff against target: |
163 lines (+71/-17) 4 files modified
lib/canonical/launchpad/webapp/errorlog.py (+5/-0) lib/canonical/launchpad/webapp/login.py (+10/-4) lib/canonical/launchpad/webapp/tests/test_errorlog.py (+16/-0) lib/canonical/launchpad/webapp/tests/test_login.py (+40/-13) |
||||||||||||||||||||||||
To merge this branch: | bzr merge lp:~lifeless/launchpad/oops-polish | ||||||||||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant | code | Approve | |
Review via email:
|
Commit message
[r=wgrant][bug=896959,897039] Fix oopses in +login when query keys are not plain ascii, preserve original urls in return_to for +login, and generate oopses properly in those situations.
Description of the change
Two unrelated fixes; the one causing the oopses that were not importing on lp-oopses, and the serialisation of said oopses.
I stumbled on the first and fixed it in passing.
To post a comment you must log in.