"Report bug upstream" link uses literal "&" in URL.
Bug #494055 reported by
Luke Faraone
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Undecided
|
Luke Faraone |
Bug Description
Visit https:/
Click on "bug filing form".
Look at the URL displayed in the browser window:
There is a literal "&" rather than an ampersand before "comment=". Because of this, the contents of "comment" are unparsed by the webpage. Changing to a literal "&" fixes the problem.
Related branches
lp://qastaging/~lfaraone/launchpad/bugfix494055
- Edwin Grubbs (community): Approve (code)
-
Diff: 25 lines (+2/-2)2 files modifiedlib/lp/bugs/doc/bugtracker.txt (+1/-1)
lib/lp/bugs/model/bugtracker.py (+1/-1)
Changed in malone: | |
milestone: | none → 3.1.12 |
assignee: | nobody → Luke Faraone (lfaraone) |
Changed in malone: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fixed in devel r10027 <http:// bazaar. launchpad. net/~launchpad- pqm/launchpad/ devel/revision/ 10027>