netty5/resolver-dns/src/test
Norman Maurer 6ed296b719 Correctly detect and handle CNAME loops. (#8691)
Motivation:

We do not correctly detect loops when follow CNAMEs and so may try to follow it without any success.

Modifications:

- Correctly detect CNAME loops
- Do not cache CNAME entries which point to itself
- Add unit test.

Result:

Fixes https://github.com/netty/netty/issues/8687.
2019-01-14 08:17:51 +01:00
..
java/io/netty/resolver/dns Correctly detect and handle CNAME loops. (#8691) 2019-01-14 08:17:51 +01:00
resources [#4289] Use a mock DNS Server for dns tests. 2015-10-10 20:27:34 +02:00