-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#146] Issue with the token-per-page support for REST endpoint contai…
…ning path parameters [#140] Improve the test coverage * Fixed the regex and path matching support * Extension and partial path matching for page tokens is not supported properly yet. ** Every resource will be assigned a new unique token instead of using the defined resource matcher token. ** Although this is not a security issue, in case of a large REST application it can have an impact on performance. ** As a workaround regexes can be used instead. * CSRF validation has been extracted to a separate class * Added unit tests for resource matching (introduced Mockito dependency) * Removed arrow functions from JS because IE does not support it * Added debug statements in the JS code
- Loading branch information
1 parent
9c9f855
commit 1c3bb46
Showing
13 changed files
with
638 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.