[jdk11u-dev] RFR: 8268617: [REDO] - WebSocket over authenticating proxy fails with NPE

Daniel Fuchs dfuchs at openjdk.java.net
Wed Jun 16 10:29:44 UTC 2021


On Fri, 11 Jun 2021 17:32:20 GMT, Larry-N <github.com+75672469+Larry-N at openjdk.org> wrote:

> Backport of 8236859: WebSocket over authenticating proxy fails with NPE
> The patch doesn't apply cleanly, manually merged `AuthenticationFilter.java, HttpResponseImpl.java`, corrected @library path and import statement in `WebSocketProxyTest.java`

Some libraries live in a different home in jdk11 - so  some `@library` tags and `import` statements need to be updated when backporting tests to jdk11. I believe that was overlooked in the original backport attempt. Testing is the key though - because nobody ever remembers where these libraries are supposed to be ;-)

-------------

PR: https://git.openjdk.java.net/jdk11u-dev/pull/29


More information about the jdk-updates-dev mailing list