Skip to content

Support for Jetty 9.3 [SPR-13140] #17731

Closed
@spring-projects-issues

Description

@spring-projects-issues

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 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...

Let's sort this out in time for 4.2 GA.


Issue Links:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions