You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, our JettyRequestUpgradeStrategy doesn't seem to be compatible with it: WebSocketServerFactory.init() doesn't exist anymore, just a variant init(ServletContext). Since we don't have access to the ServletContext at that point yet, we'll have to allow for passing it in, e.g. through ServletContextAware, and reflectively call the new init method...
Juergen Hoeller opened SPR-13140 and commented
Jetty 9.3 is GA now.
Unfortunately, our
JettyRequestUpgradeStrategy
doesn't seem to be compatible with it:WebSocketServerFactory.init()
doesn't exist anymore, just a variantinit(ServletContext)
. Since we don't have access to theServletContext
at that point yet, we'll have to allow for passing it in, e.g. throughServletContextAware
, and reflectively call the new init method...Let's sort this out in time for 4.2 GA.
Issue Links:
The text was updated successfully, but these errors were encountered: