Details
-
Bug
-
Resolution: Unresolved
-
Blocker
-
16.2.0-rc-1
-
Unknown
-
Description
Steps to reproduce:
- Create a new AWM application with a space in the name
- Add a static list property (you can keep the default settings)
- In the final screen of the wizard, add the property to the columns to display
- Append ?useLiveData=true to the URL
- Open the select for the static list property
Expected result:
The configured values are displayed so they can be selected.
Actual result:
No values are displayed.
This is because the request to the URL /xwiki/rest/wikis/xwiki/classes/Demo+With+Spaces.Code.Demo+With+SpacesClass/properties/staticList1/values?fp=f&limit=10 fails. Replacing + by %20 works. The problematic code that generates these + values is here in LiveTableLiveDataPropertyStore. The URLs are the same as in 15.10.x, what caused this is most likely the switch to Jersey in XWIKI-12674.