The problem should be due to the fact struts two breaks Servelt 2.4 spec by using a filter to access resources as opposed to servlet.
I had a similar issue. Search for posting with title There is no Action mapped for namespace / and action name j_security_check I think I should have mentioned the solution there when you use form-based authentication. --- On Fri, 5/14/10, Jesse Hill <jesse_h...@yahoo.com> wrote: > From: Jesse Hill <jesse_h...@yahoo.com> > Subject: Websphere/Struts issue with form based authentication > To: user@struts.apache.org > Received: Friday, May 14, 2010, 6:59 PM > Hello everyone, > > I have a struts2 app (2.0.14) running on Websphere (version > 6.1.x and 7.x) and when I try to access a struts action that > is protected by Websphere security constraints and form > based authentication, I get the following messages in the > log: > > [5/14/10 14:34:14:169 EDT] 00000092 SRTServletRes > W WARNING: Cannot set status. Response > already committed. > [5/14/10 14:34:14:185 EDT] 00000092 SRTServletRes > W WARNING: Cannot set header. Response > already committed. > > This is perhaps similar to the problem in: > http://www.mail-archive.com/user@struts.apache.org/msg68306.html > > But the solutions presented there do not resolve this > issue. I have the invokefilterscompatibility variable set > correctly and am running with the patches. > > I can access protected static files without seeing the log > messages - it only occurs when I invoke a protected struts > action. So /myapp/static.html will redirect to the login > page without the log messages, but /myapp/struts.action > causes the errors to print as part of the redirect. > > Any ideas? > > Thanks very much, > Jesse > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org