Details
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2119267 | 6 | Jean-Christophe Collet | P3 | Resolved | Fixed | mustang |
Description
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
Attachments
Issue Links
- backported by
-
JDK-2119267 URL.openConnection(Proxy.NO_PROXY) throws NULLPointerException
-
- Resolved
-