Done Datasearch: Double-escaped < and > in error message

Mathy

graphic design is my passion
is a Programmeris a Forum Moderatoris a Battle Simulator Moderator
What type of bug are you reporting? Chat

What is the bug?
Invalid datasearch parameters containing ">" or "<" are double-escaped in the error message.
Screenshot-2024-11-24-110356.png


Are you able to replicate it? If so, how?
Type an invalid query containing > or < such as /ds atk>>100.
 
This happened as a result of error refactoring; originally, data search error messages were sent back to the user as regular text, which needed to be escaped, but they were switched over to use the built-in error handling, at which point they no longer needed to be escaped.
 
Back
Top