test

Checkout Tools
  • last updated 23 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed assembly and missed basedir for system-tests
  1. … 20 more files in changeset.
Restructured ehcache-web project to enable running integration-test using cargo maven
    • -130
    • +0
    ./java/net/sf/ehcache/StopWatch.java
  1. … 293 more files in changeset.
DEV-3991: headers were having spaces
fixed GzipFilter failure when attempting to set Content-Encoding: gzip
  1. … 7 more files in changeset.
added tests for EHC-606
  1. … 4 more files in changeset.
Add test
  1. … 3 more files in changeset.
    • -1
    • +1
    ./java/net/sf/ehcache/ThreadKiller.java
    • -10
    • +60
    ./java/net/sf/ehcache/constructs/web/HttpUtil.java
    • -5
    • +4
    ./java/net/sf/ehcache/AbstractCacheTest.java
  1. … 25 more files in changeset.
Change over to SLF4J
    • -2
    • +4
    ./java/net/sf/ehcache/constructs/web/HttpUtil.java
    • -4
    • +6
    ./java/net/sf/ehcache/AbstractCacheTest.java
    • -42
    • +7
    ./java/net/sf/ehcache/StopWatch.java
  1. … 12 more files in changeset.
Unignored test which has now been fixed in 1.7.1-SNAPSHOT. Not sure what fixed it but it works everytime now and it broke every time with 1.7.0. It worked everytime with 1.5, 1.6.0, 1.6.1, 1.6.2 etc. Will close EHC-436
  1. … 1 more file in changeset.
MNK-1432 : add time delay between requests when asserting on request timestamp relationship
Disabling repeated failing tests: MNK-1366, MNK-1404, MNK-1415, MNK-1428, MNK-1429, MNK-1432, MNK-1440, MNK-1444
  1. … 6 more files in changeset.
Added ignore to test which is broken by 1.7
move to 9090 port
  1. … 1 more file in changeset.
Fixed Content-Type header bug
  1. … 5 more files in changeset.
Fixed bug in ETag not including value in double quotes
  1. … 3 more files in changeset.
Release ehcache-web-1.6.0-beta
  1. … 5 more files in changeset.
Added timeout
  1. … 10 more files in changeset.
Clean up of build process. Add test profile to eliminate test webapp from distro
  1. … 2 more files in changeset.
Fix Expires and maven cleanup
  1. … 6 more files in changeset.
checkstyle cleanup.
    • -1
    • +1
    ./java/net/sf/ehcache/ThreadKiller.java
    • -1
    • +1
    ./java/net/sf/ehcache/constructs/web/HttpUtil.java
  1. … 27 more files in changeset.
Caching Headers filter working and passing all tests
  1. … 3 more files in changeset.
Part commit - Caching Headers Filter
  1. … 1 more file in changeset.
Started implementing a new caching filter which uses HTTP caching via setting headers
    • -0
    • +171
    ./java/net/sf/ehcache/constructs/web/HttpUtil.java
  1. … 9 more files in changeset.
Create new module for Ehcache web filters
    • -0
    • +165
    ./java/net/sf/ehcache/StopWatch.java
    • -0
    • +4
    ./java/net/sf/ehcache/constructs/web/package.html
    • -0
    • +439
    ./java/net/sf/ehcache/constructs/web/PageInfoTest.java
    • -0
    • +3
    ./java/net/sf/ehcache/constructs/web/filter/package.html
    • -0
    • +251
    ./java/net/sf/ehcache/constructs/web/filter/GzipFilterTest.java
  1. ./java/net/sf/ehcache/constructs/web/filter
    • -0
    • +45
    ./java/net/sf/ehcache/ThreadKiller.java
  2. … 132 more files in changeset.