Details
Description
Creating a request such as:
where ( doc.fullName like ? )
and binding it with a parameter containing a LikePart such as "Foo!" will cause error because the "!" is used as escaped character by default and is not escaped.
We should always escaped the escape character when it's used inside the content of a LikePart.
Attachments
Issue Links
- is duplicated by
-
XWIKI-15457 XAR Export of a page with a bang (!) in the name fails
- Closed
- is related to
-
XWIKI-14164 HTML and XAR export does not work well on documents with dots in their space or page names on MySQL
- Closed
- relates to
-
XWIKI-15457 XAR Export of a page with a bang (!) in the name fails
- Closed