-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR8
-
None
Upon executing daysuntil step of logging-tools quickstart with wrong date parameter, the following response is produced:
http://localhost:8080/jboss-logging-tools/rest/dates/daysuntil/aaaa
GRTDATES000007: The date you sent me isn't valid, 'aaaa'. Sorry.
However, the 7.1.0.DR8 version of quickstart deployed on JBoss EAP 7.1.0.DR7 does not produce URL encoded response:
GRTDATES000007: The date you sent me isn't valid, 'aaaa'. Sorry.
- is blocked by
-
RESTEASY-1553 MessageSanitizerContainerResponseFilter doesn't check the Content-Type header before escaping
- Resolved