All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- NPE when validating method with query parameters without providing the correct query parameter as part of the request
- If a Content-Type header is set, it is used for validation and then removed, because it additionally exists in the http.content.headers attribute.
- Added call to removeDuplicateContentTypeHeader when return header to validator
- Now query parameters are by default decoded before send to the validator (e.g. otr%C3%B3s -> otrós)
- Dropped support for Java-Version 1.7. Minimal Java-Version is 1.8
- If the Content-Type header is duplicated, only the first header is taken and all others are deleted.
- If Content-Type header could not be found is now logged on DEBUG instead of DATA #7
- Making access to the validation report documented and easier #5
- Unexpected log message java exception no longer appears
- Add an option to use the originally imported API-Specification for the validation #4
- StringIndexOutOfBoundsException while search matching path #3
- Failed to validate API-Request using a path parameter #1
- Given path variable should support the full exposure path #2
- Initial release