Skip to main content

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

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 <joakim@xxxxxxxxxxx> 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 / 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
>
>
>
> _______________________________________________
> 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