netty5/codec-http/src/main/java/io/netty/handler/codec/http/cors
Matt Belisle ad548a6a0a Fixing CorsHandler response Content-Length
Motivation:

https://github.com/netty/netty/issues/7253

Modifications:

Adding `Content-Length: 0` to `CorsHandler.forbidden()` and `CorsHandler.handlePreflight()`

Result:

Contexts that are terminated by the CorsHandler will always include a Content-Length header
2017-10-02 08:20:15 +02:00
..
CorsConfig.java fix the typos 2017-04-20 04:56:09 +02:00
CorsConfigBuilder.java Add exposeHeaders and allowedRequestHeaders that accept CharSequence, close #6328 2017-02-10 14:31:00 +01:00
CorsHandler.java Fixing CorsHandler response Content-Length 2017-10-02 08:20:15 +02:00
package-info.java Adding a Cross Origin Resource Sharing (CORS) handler. 2014-01-16 08:18:16 +01:00