-
Bug
-
Resolution: Fixed
-
P4
-
5.0u8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2141909 | 6u2 | Chris Hegarty | P4 | Resolved | Fixed | b01 |
JDK-2141907 | 5.0u11 | Chris Hegarty | P3 | Resolved | Fixed | b01 |
JDK-2141908 | 1.4.2_14 | Sean Coffey | P3 | Resolved | Fixed | b01 |
The Request-URI used in a HTTP request from java.net.HttpURLConnection contains the uri fragment when the connection is being made through a proxy. This is not strictly correct according to RFC 2616 and could cause problems for some proxies.
This is not the case in 1.3.x, the fragment is not added to the Request-URI. This behavior first changed in 1.4.
In the case where the connection is direct the uri fragment is not added to the Request-URI for all version of the jdk.
This is not the case in 1.3.x, the fragment is not added to the Request-URI. This behavior first changed in 1.4.
In the case where the connection is direct the uri fragment is not added to the Request-URI for all version of the jdk.
- backported by
-
JDK-2141907 HTTP Request-URI contains fragment when connecting through proxy
- Resolved
-
JDK-2141908 HTTP Request-URI contains fragment when connecting through proxy
- Resolved
-
JDK-2141909 HTTP Request-URI contains fragment when connecting through proxy
- Resolved
- relates to
-
JDK-4720715 FTP with user and password doesn't work through proxy
- Resolved