Details
Description
Reproduction steps:
- Import the attached XAR: it defines an XClass containing a unique property which is a Static List allowing multiple values separated by |.
- Open the Backslash page in object editor and edit it so that the current value of the property is:
\\|/|Foo
- See the Backslash in view mode
Expected result:
- The value list of the property is displayed, it should contain 3 elements:
\, / and Foo
Obtained result:
- The list contain 2 values:
\|/ and Foo.
Attachments
Issue Links
- causes
-
XWIKI-18386 Security module interprets empty values in groups list as references and resolves them as XWiki.WebHome and gives rights to it
- Closed
- is related to
-
XWIKI-17000 Two concatenated separators are creating null values in list
- Closed
- relates to
-
XWIKI-16992 Possible NPE when calling ListClass.getStringFromList with a list containing null values
- Closed