-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
None
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.
- 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