I wanted to know if I failed to do setHandled(true) would there be any kind of memory leak etc ? Will Jetty still keep the request object somewhere in memory ?
On Fri, Jul 24, 2015 at 6:38 PM, Joakim Erdfelt <[email protected]> wrote: > 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 / [email protected] > > On Fri, Jul 24, 2015 at 2:48 PM, radiatejava <[email protected]> wrote: >> >> But what happens when I fail to setHandled to true due to some >> uncaught exceptions ? >> _______________________________________________ >> 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 > > > > _______________________________________________ > 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 _______________________________________________ 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
