You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to UrlRewrite
I am using UrlRewite 3.2.0 to invoke a servlet which forwards to a
page based on the url. My code works okay and I get the desired
result, but an IllegalStateException gets logged to Tomcat.
I have tried catching the exception in the servlet and in the jsp page
but the exception is comes after the jsp and servlet are processed.
Is there anyway to catch this exception in UrlRewrite or stop tomcat
logging these exceptions because my logs are now full of them.