netty5/codec-dns/src/test/java/io/netty/handler/codec/dns
Norman Maurer c3c1b4a6d2 [#4937] [#4935] Correctly valid domain name length and convert to ASCII.
Motivation:

Domain name labels must be converted to ASCII and not be longer then 63 chars.

Modifications:

Correctly convert to ASCII which also will enforce the 63 chars length.

Result:

Correctly guard against invalid input.
2016-03-16 11:55:19 +01:00
..
AbstractDnsRecordTest.java [#4937] [#4935] Correctly valid domain name length and convert to ASCII. 2016-03-16 11:55:19 +01:00
DnsQueryTest.java Fix a test failure in DnsQueryTest 2015-05-01 12:03:44 +09:00
DnsRecordTypeTest.java Revamp DNS codec 2015-05-01 11:33:16 +09:00
DnsResponseTest.java Revamp DNS codec 2015-05-01 11:33:16 +09:00