-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.5.0.2
-
Component/s: Module - Web UI
-
Labels:
When modifying an attribute to include data with quotes ("), if there is a trailing space after the quote, this is lost in the PATCH call:
PATCH http://localhost:8080/openidm/managed/user/961dc3d6-b789-49ce-8d6f-49136c5f7172 [{"operation":"replace","field":"/description","value":"someData\"withSpace"}]
To reproduce:
- Install IDM 6.5.x
- Create a managed/user
- Modify the Description field to contain a text with a trailing space, e.g. 'someData" withSpace'
- View updated object and note the removal of the space after the quote
- duplicates
-
OPENIDM-14486 Trailing spaces stripped from input after " in Admin UI
-
- Closed
-