mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-14 18:44:52 +00:00
- It seems it is correct to use the `MethodHandles.publicLookup().in()` but this does not work if same webapp is deployed twice, so the MethodHandle changes have been reverted and the test has been disabled until a resolution to https://bugs.openjdk.java.net/browse/JDK-8244090. - The DistributionTest has been changed to properly reproduce the issue. There must be a class in the signature of the websocket endpoint which is available to both webapps and the client must send and receive an echo message to ensure that the onOpen MethodHandle is actually invoked. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>