Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Async servlets without context broken in 9.4.7

Not sure if this will be considered a bug or not.

For a long time I've been using Jetty embedded without a Context (primarily because I don't want the JSP warning), and using async servlets. 

A change in 9.4.7 broke this:

Without a context, the contextPath is null, and calling startAsync thus fails.

Bug, or am I making invalid assumptions?


Back to the top