Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Request not handled

Then the next Handler is called (provided its a recoverable exception).
Otherwise the ErrorHandler (special one) is called to produce an error (usually a Response status code 500)

Joakim Erdfelt / joakim@xxxxxxxxxxx

On Fri, Jul 24, 2015 at 2:48 PM, radiatejava <radiatejava@xxxxxxxxx> wrote:
But what happens when I fail to setHandled to true due to some
uncaught exceptions ?
_______________________________________________
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