netty5/codec-socks/src/test/java/io/netty/handler/codec/socksx/v5
switchYello 6c4a4a9658 FIX : Unpacking causes socks5proxy init failure (#9582)
Motivation:

Socks5InitialRequestDecoder does not correctly handle fragmentation

Modifications:

- Delete detection of not enough bytes as ReplyingDecoder already handles all of this correctly.
- Add unit test

Result:

Fixes #9574.
2019-09-20 10:17:13 +02:00
..
DefaultSocks5CommandRequestTest.java DefaultSocks5CommandRequest incorrectly rejects SOCKS5 commands with dstPort=0 2017-08-29 15:03:09 +02:00
DefaultSocks5CommandResponseTest.java Fix incorrectly encoded empty SOCKS5 address (#8292) 2018-09-18 14:20:28 -07:00
DefaultSocks5InitialRequestTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5InitialResponseTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5PasswordAuthRequestTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
DefaultSocks5PasswordAuthResponseTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5CommandRequestDecoderTest.java Wrap operations requiring SocketPermission with doPrivileged blocks 2017-01-19 21:12:52 +01:00
Socks5CommandResponseDecoderTest.java NetUtil.bytesToIpAddress bug 2016-09-22 17:06:21 -07:00
Socks5CommonTestUtils.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00
Socks5InitialRequestDecoderTest.java FIX : Unpacking causes socks5proxy init failure (#9582) 2019-09-20 10:17:13 +02:00
Socks5PasswordAuthRequestDecoderTest.java Fix misordered 'assertEquals' arguments in tests 2017-03-08 22:48:37 -08:00
Socks5PasswordAuthResponseDecoderTest.java Revamp io.netty.handler.codec.socksx 2015-02-10 09:14:13 +09:00