Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
3.2.1
-
None
-
Flagged
-
Platform sprint 131
Description
In the org.hippoecm.hst.util.SearchInputParsingUtils#parse method, the character apostrof is not removed by the removeInvalidAndEscapeChars and then the call to foldToASCIIReplacer will replace it with a single '
This will then cause the jcr query to break.
Maybe the ascii replacement can be executed first and then remove the invalid chars?
Attachments
Issue Links
- clones
-
HSTTWO-3658 SearchInputParsingUtils should not allow apostrof ’
- Closed