Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[breaking] params - url-decoding restx path by default.
if you want to keep old behaviour (no decoded path), simply @provide 'restx.http.decode.url.path.params' key with false value
- Loading branch information
Showing
with
27 additions
and 4 deletions.
- +1 −1 restx-core/src/main/java/restx/AbstractRequest.java
- +4 −0 restx-core/src/main/java/restx/HttpSettings.java
- +5 −0 restx-core/src/main/java/restx/HttpSettingsConfig.java
- +4 −1 restx-core/src/main/resources/restx/httpConfig.properties
- +1 −1 restx-samplest/src/test/java/samplest/core/UrlParametersResourceTest.java
- +12 −1 restx-servlet/src/main/java/restx/servlet/HttpServletRestxRequest.java