Name: akR10050 Date: 10/09/2003
The semantics of a server socket created with ServerSocket(Proxy) constructor is
not specified in the javadoc API specification. The mechanism used in such
server socket should be specified. Also, even though the reference to the
corresponding RFC (1928) is provided, actual implementation appears to
have additional restrictions. For example, such server socket would not accept
connections from a peer connecting directly to the socket which is not something
specified or required by the RFC.
======================================================================
- relates to
-
JDK-5019393 New proxy feature doesnt work when client and server have different proxies
- Resolved