-
Notifications
You must be signed in to change notification settings - Fork 607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/httpcache responseheader exclusion #1905
Feature/httpcache responseheader exclusion #1905
Conversation
…ask runner by doing it beforehand with final vars.
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the CHANGELOG.md file with this pull request. |
1 out of 5 builds on travis push failed :/ |
Can you open an issue for the random build fails? I think it's one of the fam tests having a race condition. |
In the meantime I restarted the build. |
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/package-info.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
few minors - i assume delegates are copy/paste without any real changes
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/HttpCacheConfig.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/impl/HttpCacheConfigImpl.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/package-info.java
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/CacheContent.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/impl/HttpCacheEngineImpl.java
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/impl/HttpCacheEngineImpl.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/impl/HttpCacheEngineImpl.java
Outdated
Show resolved
Hide resolved
I implemented the review comments (thanks!), please revisit :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question about scope reduction - not sure that its needed.
Added a few code snippet suggestions in.
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/CacheContent.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/HttpCacheConfig.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/HttpCacheConfig.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/engine/CacheContent.java
Outdated
Show resolved
Hide resolved
bundle/src/main/java/com/adobe/acs/commons/httpcache/config/HttpCacheConfig.java
Show resolved
Hide resolved
…tpCacheConfig.java Co-Authored-By: david g. <[email protected]>
…cheContent.java Co-Authored-By: david g. <[email protected]>
…cheContent.java Co-Authored-By: david g. <[email protected]>
updated.. :) please review again |
* master: Feature/dialog resource provider Adobe-Consulting-Services#1904 (Adobe-Consulting-Services#1922) Bugfix/cleanup filter xml (Adobe-Consulting-Services#1910) Update CHANGELOG.md (Adobe-Consulting-Services#1923) add javax.annotation dependency to pom as it was removed in java 11 (Adobe-Consulting-Services#1893) Feature/httpcache responseheader exclusion (Adobe-Consulting-Services#1905) Respect page inheritance in Named Transform Image Servlet for cq:Page (Adobe-Consulting-Services#1899) Allow uniform download links in JCR Compare (Adobe-Consulting-Services#1902) Feature/bugfix 1868 (Adobe-Consulting-Services#1906)
Make it possible to exclude certain response headers (like login cookies etc) .
Throttle the storing of responses (todo item)
Cleaned up the HttpCacheEngine a little.