Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Question about ErrorHandler


It depends a little bit on how the error was generated in the first place?
Is the request attribute "javax.servlet.error.servlet_name" set? if so, then you can use that name to lookup the servlet instance directly on the servlet handler.

But your request attribute technique is probably fine as well.

regards


Back to the top