-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed cache variable to be standard on route - "cached" can be true…
… or false Removed the "create" cached response from static elements Added content type for cached response and RouterResponse Templates are cached if caching is on Correct mimetype is returned on files for content type Cache is instantiated even if cache is not on when route is annotated with @cache FreshToken header is returned after valid authentication @no-cache plus @cache annotations available for routes Default security is set to user when @secure annotation does not contain a security group Fix where security was bypassed when caching was on @Content-Type annotation added to determine correct 403 response type 403 response type will respond with empty array when content-type is application/json or application/xml Initialize now has a createCache method to instantiate the cache if required. Headers are not returned when httpcode is 403 - security Composer package updates
- Loading branch information
1 parent
3423d63
commit d007fdb
Showing
6 changed files
with
300 additions
and
183 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
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.