Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2014-06-23
-
Component/s: Relationship editor, Release editor
-
Labels:None
Description
I removed a bunch of invalid characters from track and recording names today (see edits) because they caused searches to fail (chatlog).
MusicBrainz::Server::Form::Field::Text makes sure that the trim function is called on all strings coming in via regular forms, fixing the issue (MBS-4606). The release editor, however, bypasses FormHandler and would need to apply MusicBrainz::Server::Data::Utils::trim to all strings itself, but doesn't.
This probably affects the relationship editor as well, for text attribute values.
Attachments
Issue Links
- has related issue
-
MBS-7669 Whitespace not trimmed for series number in the relationship editor
-
- Closed
-
- is related to
-
SEARCH-240 Invalid XML served
-
- Open
-
-
MBS-4606 Forbid (or better strip silently) some Unicode codepoints
-
- Reopened
-