Hi Folks, I have noticed that there is a generic message shown for all access denied exception even if the exception is thrown with different messages. I think it uses the page 403.jsp. Is there a way to propagate the messages thrown with the access denied exception so those messages can be displayed rather than the generic message which i think is in applicationResources.properties?
Thanks.