SAFR and Struts2
Brought to you by:
mrt1nz
Hi,
I've been trying to use SAFR to secure some of the processing on my struts2 actions. However including the SAFR annotations in my struts2 action classes knock out my struts actions - i.e. they are failed to be called or initiated. If I remove my SAFR annotations they work fine.
Is this the correct way to use SAFR? Should I be securing my services or domain model instead?
Many thanks
Russell
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
A little more information on this. When i say 'knocks out my struts action' the initial processing works okay before the redirect to the jsp page. Anything I place in the request, e.g. a table component can be read by the JSP. However when the JSP page starts processing the struts tags and makes calls back to the getters on my struts action this fails if there are any SAFR annotations in the action class - even if they don't relate to object being 'got' from the action.