Details
-
Bug
-
Resolution: Fixed
-
Major
-
12.8, 12.6.3, 11.10.11
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
How to reproduce:
- create simple application with the following:
- a string property
- the sheet of this application should not use the
{{html wiki=true}}
macro like the standard app within minutes does, but only display the fields from a velocity script
- add an entry of this application
- in the string property field, type 23 < 45
- save
Expected result:
Actual result:
This particular usecase (involving < ) is caused by the fix for XWIKI-17374 - so it would be a regression - but the issue should also be there for other situations of property values / displayers with some special XML characters (any displayer generating only HTML entities without actually generating tags would also have failed to be seen as HTML by the displayer and so rendered as is).
Attachments
Issue Links
- depends on
-
XCOMMONS-2076 Introduce an API to know if a String contains syntax interpreted in the context of an XML/HTML element
- Closed