-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
01
-
x86
-
windows_2000
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2119267 | 6 | Jean-Christophe Collet | P3 | Resolved | Fixed | mustang |
URL.openConnection(Proxy.NO_PROXY) throws NULLPointerException.
The implementation of URL.openConnection(Proxy p) does not check whether the InetSocketAddress returned by p.address() could be null if user passes Proxy.NO_PROXY. This will result NULLPointerException when people tries to use the API.
###@###.### 2004-08-12
The implementation of URL.openConnection(Proxy p) does not check whether the InetSocketAddress returned by p.address() could be null if user passes Proxy.NO_PROXY. This will result NULLPointerException when people tries to use the API.
###@###.### 2004-08-12
- backported by
-
JDK-2119267 URL.openConnection(Proxy.NO_PROXY) throws NULLPointerException
-
- Resolved
-