-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #5320 - using jetty-websocket-httpclient.xml within webapp #5374
Issue #5320 - using jetty-websocket-httpclient.xml within webapp #5374
Conversation
…t in webapp Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…cess. Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
...nt-webapp/src/main/java/org/eclipse/jetty/tests/webapp/websocket/WebSocketClientServlet.java
Outdated
Show resolved
Hide resolved
...nt-webapp/src/main/java/org/eclipse/jetty/tests/webapp/websocket/WebSocketClientServlet.java
Outdated
Show resolved
Hide resolved
.../test-distribution/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java
Outdated
Show resolved
Hide resolved
@sbordet you asked me to add the case where we provide the websocket client classes in Don't you use some shaded jars in cometd to get around this problem? |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…20-WebSocketHttpClient
…client.xml Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…20-WebSocketHttpClient Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…20-WebSocketHttpClient
...cket-client/src/main/java/org/eclipse/jetty/websocket/client/XmlBasedHttpClientProvider.java
Outdated
Show resolved
Hide resolved
@@ -42,10 +37,8 @@ | |||
|
|||
public class WebSocketExtensionFactory extends ExtensionFactory implements LifeCycle, Dumpable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class extends a deprecated class -- should this class be deprecated as well?
...ed-webapp/src/main/java/org/eclipse/jetty/tests/webapp/websocket/WebSocketClientServlet.java
Outdated
Show resolved
Hide resolved
...ed-webapp/src/main/java/org/eclipse/jetty/tests/webapp/websocket/WebSocketClientServlet.java
Outdated
Show resolved
Hide resolved
.../test-distribution/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java
Show resolved
Hide resolved
.../test-distribution/src/test/java/org/eclipse/jetty/tests/distribution/DistributionTests.java
Show resolved
Hide resolved
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Issue #5320
Run the
jetty-websocket-httpclient.xml
with server class access ifWebAppClassLoader
is available.