netty5/common
Gustavo Fernandes 76c5f6cd03 Enable per origin Cors configuration (#7800)
Motivation:

Finer granularity when configuring CorsHandler, enabling different policies for different origins.

Modifications:

The CorsHandler has an extra constructor that accepts a List<CorsConfig> that are evaluated sequentially when processing a Cors request

Result:

The changes don't break backwards compatibility. The extra ctor can be used to provide more than one CorsConfig object.
2018-04-11 10:06:13 +02:00
..
src Enable per origin Cors configuration (#7800) 2018-04-11 10:06:13 +02:00
pom.xml Add dev-tools dependency for commons (#7858) 2018-04-10 10:37:02 +02:00