Re: Hidden Exceptions

2011-05-30 Thread M.C. Wilson
Well, let's see... I am no Struts expert, but one way that I know of to log errors is by using your struts.xml configuration. Make sure you have something like this in your interceptors: true ERROR

Re: Authorization and Authentication

2011-03-18 Thread M.C. Wilson
Have you taken a look at Apache Shiro? http://shiro.apache.org On Mar 18, 2011 10:16 AM, "Alessio Bandini" wrote: > Hi, > > I'm new in Struts2. I'm starting to build a J2EE intranet application > using Struts2, and I'm thinking on a solution to manage authorization > and authentication in the best