Closed
Bug 100788
Opened 24 years ago
Closed 24 years ago
Bugzilla helper incorrectly prepends http:// to non-http: URLs
Categories
(Bugzilla :: Creating/Changing Bugs, defect, P3)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: greenrd, Assigned: myk)
References
()
Details
(Whiteboard: enter_bug)
Attachments
(1 file)
|
642 bytes,
patch
|
justdave
:
review+
caillon
:
review+
|
Details | Diff | Splinter Review |
Enter a non-http URL like https://sourceforge.net or ftp://ftp.kde.org in
bugzilla helper, fill in reqd fields, then click "open bugzilla entry form".
http:// will be incorrectly added to the start of the URL.
Comment 1•24 years ago
|
||
-> Bugzilla Helper
Assignee: justdave → gerv
Component: Bugzilla-General → Bugzilla Helper
Product: Bugzilla → Webtools
Version: 2.15 → other
Comment 3•24 years ago
|
||
Sorry, Dave, this one's coming back to you. Bugzilla Helper sends http:// URLs
as www.foo.com and ftp:// URLs as ftp://ftp.foo.com; it does this because before
people were getting double http://, because Bugzilla automatically adds it in
enter_bug.cgi somewhere.
This is Not My Problem. ;-)
Gerv
Component: Bugzilla Helper → Creating/Changing Bugs
Product: Webtools → Bugzilla
Version: other → 2.15
Updated•24 years ago
|
Whiteboard: enter_bug
Comment 5•24 years ago
|
||
*** Bug 105119 has been marked as a duplicate of this bug. ***
Comment 7•24 years ago
|
||
Comment on attachment 56093 [details] [diff] [review]
we discussed lots of complicated things, but after 11 screens hixie asked why i didn't do the simple thing to which i responded that he had complained about dataloss. he noted he was mistaken, so here's the version I intend to use
r= justdave
Attachment #56093 -
Flags: review+
Updated•24 years ago
|
Severity: trivial → minor
Priority: -- → P3
Target Milestone: --- → Bugzilla 2.16
Comment 8•24 years ago
|
||
This is obsoleted by templatisation, which fixes this problem.
Gerv
Comment 9•24 years ago
|
||
Comment on attachment 56093 [details] [diff] [review]
we discussed lots of complicated things, but after 11 screens hixie asked why i didn't do the simple thing to which i responded that he had complained about dataloss. he noted he was mistaken, so here's the version I intend to use
Templatisation schmemplatisation.
r=me because I can. Even though it doesn't matter. :)
Attachment #56093 -
Flags: review+
Comment 10•24 years ago
|
||
checked in.
/cvsroot/mozilla/webtools/bugzilla/enter_bug.cgi,v <-- enter_bug.cgi
new revision: 1.57; previous revision: 1.56
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
caillon, that was inappropriate. The only thing you've achieved is to cause me
merge conflicts. You know quite well I'm totally rewriting this CGI over in bug
103953, and encouraging checkins to it when I say that are a bad idea is both
rude and pointless.
Gerv
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•