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.                                     

Reply via email to