Skip to main content

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

Jetty users,
I want to know what happens when we fail to setHandled(true) to the
request object in the request handler's handle method ? For example,
are we supposed to catch exceptions in the handle method of the
handler or we can avoid catching the exceptions and let jetty do this
on its own? What are the implications of certain exceptions not being
caught and as a result missed to setHandled(true) assuming there is no
more handler further for the request?

Appreciate the response for known behavior in such case.

Thanks
Satish Burnwal.


Back to the top