-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.2.0 GA1, Master
-
Fix Version/s: 7.1.X, 7.2.10 DXP FP3, 7.2.X, 7.2.1 CE GA2, 7.3.0 CE GA1, 7.3.10 DXP GA1, Master
-
Component/s: Headless Delivery API
-
Labels:
-
Branch Version/s:7.2.x, 7.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
To reproduce, try to send POST request to http://localhost:8080/o/headless-admin-taxonomy/v1.0/sites/<SITE_ID>/keywords with body that contains invalid characters. For example:
{ "name": "Invalid Tag <>" }
Expected result
Response code 400 Bad Request with message pointing at the invalid character(s)
Actual result
Response code 500 Internal Server Error with body
& ' @ \ ] } : , = > / < [ { % | + # ` ? " ; / * ~