constructs

Checkout Tools
  • last updated 26 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
revert 6170
changed comment to match with new code
EHCWEB-1: removed extra chaining
EHCWEB-1: allow error page with response body to pass through gzip filter
  1. … 4 more files in changeset.
applied EHCWEB-1 patch so the monkeys can have a go
  1. … 2 more files in changeset.
EHC-752: renamed param to varyHeader
  1. … 2 more files in changeset.
refactor
  1. … 4 more files in changeset.
Add entry to CHANGELOG.txt for Hung
  1. … 1 more file in changeset.
stop leaking threadlocal
We are already referencing the superclass here, no need to duplicate all of its class javadoc.
    • -82
    • +4
    ./web/filter/SimpleCachingHeadersPageCachingFilter.java
refactor
    • -435
    • +455
    ./web/filter/CachingFilter.java
  1. … 4 more files in changeset.
format
    • -410
    • +452
    ./web/filter/CachingFilter.java
EHC-710: use ThreadLocal instead of Thread.setName() to avoid error triggers by GAE
revert
    • -2
    • +2
    ./web/filter/SimpleCachingHeadersPageCachingFilter.java
revert fix using putIfAbsent()
    • -2
    • +2
    ./web/filter/SimpleCachingHeadersPageCachingFilter.java
    • -348
    • +412
    ./web/filter/CachingFilter.java
EHC-706: use Ehcache.putIfAbsent() instead of BlockingCache (which can cause deadlock)
    • -412
    • +348
    ./web/filter/CachingFilter.java
EHC-447: fixed bug in flushing response buffer prematurely in Weblogic using servlet forward
Apply Date and Int headers patch from Eric Dalquist.
    • -38
    • +75
    ./web/filter/SimpleCachingHeadersPageCachingFilter.java
    • -0
    • +195
    ./web/Header.java
    • -45
    • +154
    ./web/GenericResponseWrapper.java
  1. … 7 more files in changeset.
Restructured ehcache-web project to enable running integration-test using cargo maven
    • -0
    • +60
    ./web/ResponseHeadersNotModifiableException.java
    • -0
    • +106
    ./web/filter/SimplePageFragmentCachingFilter.java
    • -0
    • +303
    ./web/GenericResponseWrapper.java
    • -0
    • +51
    ./web/filter/FilterNonReentrantException.java
    • -0
    • +167
    ./web/filter/SimplePageCachingFilter.java
  1. … 293 more files in changeset.