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. _______________________________________________ jetty-users mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/jetty-users
