Servlet filter caches the request body of HTTP request. Request Body is available via a ThreadLocal.
Version2.0.0compared with
Version Details
| 1.0.0 | 2.0.0 | |
|---|---|---|
| Release date | Sep 19, 2016 | Sep 22, 2016 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
Compile Changes (3)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | com.shedhack.exception » exception-core | - | 2.0.0 |
| ~ Updated | com.shedhack.exception » exception-controller-spring | 1.0.10 | 2.0.1 |
| ~ Updated | com.shedhack.requestbody » cache-filter | 1.0.0 | 2.0.0 |
Test Changes (3)
| 1.0.0 | 2.0.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | org.springframework.boot » spring-boot-starter-test | - | - |
| + Added | org.springframework.boot » spring-boot-starter-web | - | - |
| ~ Updated | junit » junit | 4.12 | - |