Matt Metlis
Matt Metlis
[Pull Request 3470](https://github.com/swagger-api/swagger-core/pull/3740) added the ability to configure API spec generation to have deterministic order. From what I can tell, that change was made only on the 2.x branch. It...
The current behavior of the bundle when the client provides both `If-None-Match` and `If-Modified-Since` headers does not match the HTTP/1.1 spec. According to the spec, `A recipient MUST ignore If-Modified-Since...
I would like the ability to configure this assets bundle to omit - across the board - the `Last-Modified` header in response to GET requests. Reasoning: I use Dropwizard in...