Closed
Bug 353661
Opened 18 years ago
Closed 9 years ago
ISE w/ multidiff
Categories
(Webtools Graveyard :: Bonsai, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: timeless, Assigned: tara)
References
()
Details
1. load:
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=MOZILLA_1_8_0_BRANCH+&branchtype=match&dir=&file=mozilla%2Fintl%2Funicharutil%2Futil%2FnsUnicharUtils.cpp&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-01-01&maxdate=&cvsroot=%2Fcvsroot
2. click show me all the diffs
3. go back
4. load bookmarklet (frmget)
javascript:(function(){var x,i; x = document.forms; for (i = 0; i < x.length; ++i) x[i].method=%22get%22; alert(%22Changed %22 + x.length + %22 forms to use the GET method. After submitting a form from this page, you should be able to bookmark the result.%22); })();
5. click show me all the diffs
6. focus the urlbar and hit enter:
http://bonsai.mozilla.org/multidiff.cgi?allchanges=dveditz%25cruzio.com%7Cmozilla%2Fintl%2Funicharutil%2Futil%7CnsUnicharUtils.cpp%7C1.27.16.1%2C&cvsroot=%2Fcvsroot
actual results:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@mozilla.org and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Apache/1.3.27 Server at bonsai.mozilla.org Port 80
expected results: should match results from 2 and 5
Comment 1•18 years ago
|
||
Interestingly enough, this gets a different error message on bonsai-stage (which is the new machine bonsai is moving to shortly)
http://bonsai-stage.mozilla.org/multidiff.cgi?allchanges=dveditz%25cruzio.com%7Cmozilla%2Fintl%2Funicharutil%2Futil%7CnsUnicharUtils.cpp%7C1.27.16.1%2C&cvsroot=%2Fcvsroot
Software error:
This script cannot be called directly.
Comment 2•18 years ago
|
||
The javascript bookmarklet changes your POST to a GET. The script has GETs intentionally disabled. This is a bonsai upstream issue, not server ops, and I highly suspect it's a WONTFIX.
Assignee: server-ops → tara
Component: Server Operations → Bonsai
Product: mozilla.org → Webtools
QA Contact: justin → timeless
Updated•18 years ago
|
QA Contact: timeless → bonsai
jesse: i need a bookmarklet to take a url and make it back into a form post :(~
Comment 4•18 years ago
|
||
(In reply to comment #2)
> The javascript bookmarklet changes your POST to a GET. The script has GETs
> intentionally disabled. This is a bonsai upstream issue, not server ops, and I
> highly suspect it's a WONTFIX.
That can't be what's happening, because if it were, you'd get the error message at step 5, not only at step 6.
Why would you intentionally disable GET for this script, anyway?
Comment 5•9 years ago
|
||
Bonsai was decommissioned, closing all remaining bugs "wontfix"
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•