9707eba2b3
Motivation: In the Internet Protocol, the valid port number range is from 1 to 65535 (inclusive on the both side.) However, SocksCmdRequest and SocksCmdResponse refuses to construct itself when the port number 65535 is specified. Beside this it excepts 0 as port number which should not allowed. Modification: * Not raise an exception when the specified port number is 65535. * Raise an exception when the specified port number is 0 Result: Fixes #2428 |
||
---|---|---|
.. | ||
SocksAuthRequestDecoderTest.java | ||
SocksAuthRequestTest.java | ||
SocksAuthResponseDecoderTest.java | ||
SocksAuthResponseTest.java | ||
SocksCmdRequestDecoderTest.java | ||
SocksCmdRequestTest.java | ||
SocksCmdResponseDecoderTest.java | ||
SocksCmdResponseTest.java | ||
SocksCommonTestUtils.java | ||
SocksInitRequestTest.java | ||
SocksInitResponseTest.java |