netty5/common/src
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
..
main Enable per origin Cors configuration (#7800) 2018-04-11 10:06:13 +02:00
test NetUtil valid IP methods to accept CharSequence (#7827) 2018-04-01 08:39:43 +02:00