Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
14.10.7
-
Unknown
-
Description
Steps to reproduce:
- create a test app with AppWithinMinutes and add a Short Text field named "DOWNLOAD"
- a new entry for the app and fill different links for the field
- example 1: http://localhost:8080/xwiki/bin/view/Sandbox/TestPage1Test2
- example 2: http://localhost:8080/xwiki/bin/view/Sandbox/TestPage1&Test2
Result:
- when using the example 1 content for the Short Text field the link is generated in view mode
- when using the example 2 content for the Short Text field the link is not generated in view mode
Expected result:
- all content is displayed the same way (could be text due to security changes done for
XWIKI-17374)