Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8181367 | 10 | Michael McMahon | P2 | Resolved | Fixed | b10 |
JDK-8181262 | 9.0.4 | Michael McMahon | P2 | Resolved | Fixed | b01 |
Because of how SSLEngine works it is not always possible to guarantee that decrypted data that has been read in will fit into a supplied target buffer. For this reason, internal APIs that supply destination buffers for reading are not appropriate. Therefore, we need to remove those read APIs from HttpConnection and its implementation classes.
- backported by
-
JDK-8181262 Remove httpclient internal APIs which supply ByteBuffers to read calls
-
- Resolved
-
-
JDK-8181367 Remove httpclient internal APIs which supply ByteBuffers to read calls
-
- Resolved
-