Closed
Bug 328166
Opened 20 years ago
Closed 20 years ago
editusers.cgi does not work because it has a Byte Order Mark at the beginning
Categories
(Bugzilla :: Administration, task)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
Attachments
(1 file)
|
474 bytes,
patch
|
bbaetz
:
review+
|
Details | Diff | Splinter Review |
The beginning of my editusers.cgi from current CVS looks like:
<feff>#!/usr/bin/perl -wT
That first char is a UTF-8 Byte-Order Mark, which confuses the heck out of mod_cgi. It has to go.
| Assignee | ||
Comment 1•20 years ago
|
||
Trivial to fix, this does it.
Comment 2•20 years ago
|
||
Comment on attachment 212706 [details] [diff] [review]
v1 (Trivial, remove the BOM)
I think this one counts as obvious...
Attachment #212706 -
Flags: review?(bbaetz) → review+
Comment 5•20 years ago
|
||
(In reply to comment #4)
> editusers.cgi is unusable. This is a blocker.
>
If a second reviewer agrees, we can bypass justdave's approval, per the emergency procedure. You have my vote!
Updated•20 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 6•20 years ago
|
||
Checking in editusers.cgi;
/cvsroot/mozilla/webtools/bugzilla/editusers.cgi,v <-- editusers.cgi
new revision: 1.115; previous revision: 1.114
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•