Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 332 Bytes

Etag filter issue

Example code for Spring Framework issue: spring-projects/spring-framework#32317

Run with ./gradlew bootRun and check headers using curl -I http://localhost:8080/test. There should be a Content-Type: application/json header, but it is missing.

Or run test with ./gradlew test.