netty5/resolver/src
Norman Maurer 6888af6ba5
Allow to parse hosts file which is stored in a different encoding then the default system encoding. (#8211)
Motivation:

We should support to parse and read a hosts file which is stored in a different encoding then the system default. Beside this when we are on windows we should just try to parse it with multiple different charset before giving up as there is no real standard what charset to use.

Modifications:

- Add more method overloads to HostsFileParser that take a Charset.
- Try to parse with multiple Charsets in DefaultHostsFileEntriesResolver when windows is used.
- Add unit test

Result:

Fixes https://github.com/netty/netty/issues/8208.
2018-08-24 19:48:27 +02:00
..
main/java/io/netty/resolver Allow to parse hosts file which is stored in a different encoding then the default system encoding. (#8211) 2018-08-24 19:48:27 +02:00
test Allow to parse hosts file which is stored in a different encoding then the default system encoding. (#8211) 2018-08-24 19:48:27 +02:00