Closed
Bug 55629
Opened 25 years ago
Closed 24 years ago
We should strip null chars, and leading/trailing spaces from whiteboard/summary.
Categories
(Bugzilla :: Creating/Changing Bugs, enhancement, P3)
Tracking
()
VERIFIED
DUPLICATE
of bug 101380
People
(Reporter: jruderman, Assigned: myk)
References
()
Details
When I added a comment to and cc'ed myself to bug 51322 using IE
5.50.4134.0600, six null characters ended up in the status whiteboard field. I
noticed because of what looked like spaces in the bugmail I recieved (Outlook
Express).
I don't know whether this happened because IE or my school's proxy screwed up
and inserted the null chars (and bugzilla accepted them), or whether the
characters were added by a glitch in bugzilla.
Incomplete list of how various apps handle the null chars:
Moz: pretends null chars aren't there
IE: pretends null chars aren't there
Moz view-source: pretends null chars aren't there
IE view-source (uses notepad): turns null chars into spaces
IE save: preserves null chars (read the saved file with the C getc function)
Bugzilla search: the bug isn't listed when searching for [nsbeta3-]
Reporter | ||
Comment 1•25 years ago
|
||
Adding another comment to the bug changed removed the null characters, changing
the status whiteboard back to its original value.
Comment 3•24 years ago
|
||
We should strip all null characters, and leading/trailing spaces from
whiteboard/summary.
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 4•24 years ago
|
||
-> Bugzilla product, Changing-Bugs component (value check/conversion issue),
reassinging.
Assignee: tara → myk
Component: Bugzilla → Creating/Changing Bugs
Product: Webtools → Bugzilla
Version: other → unspecified
Comment 5•24 years ago
|
||
Making mat's comment into the subject.
Gerv
Severity: normal → enhancement
Summary: Consecutive null characters ('\0') in status whiteboard → We should strip null chars, and leading/trailing spaces from whiteboard/summary.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 6•24 years ago
|
||
*** This bug has been marked as a duplicate of 101380 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Comment 7•24 years ago
|
||
clearing milestone for invalid/wontfix/worksforme/duplicate so they'll show up
as untriaged if they get reopened.
Target Milestone: Bugzilla 2.18 → ---
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
•