Skip to main content

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

A bit drastic to run without a context just to avoid the "NO JSP Support for ..." message.

It's easy enough to provide your own webdefault.xml that has no jsp servlet entry to avoid that message.


Joakim Erdfelt / joakim@xxxxxxxxxxx

On Wed, Sep 20, 2017 at 10:58 AM, Nils Kilden-Pedersen <nilskp@xxxxxxxxx> wrote:
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?


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top