Hi, Is there anyway to include/forward to a JSP from inside ContainerRequestFilter. In case of a resource i can use something like RequestDispatcherProvider to forward to a JSP. ContainerRequestFilter has a method called abortWith which is used to block requests from further processing. As part of my requirement i have to block the request and abort the request by presenting some HTML (via JSP) to the user. Please suggest. Thanks,Pavan.
How to forward/include a JSP from ContainerRequestFilter
Venkata Pavan Kumar Sannisetty Tue, 17 Mar 2015 22:15:13 -0700
- How to forward/include a JSP from Container... Venkata Pavan Kumar Sannisetty
- Re: How to forward/include a JSP from ... Sergey Beryozkin
