Re: Spring Security method security with struts2 make all request params in action NULL

2009-01-28 Thread dusty
Ah. The reason I ask is I had a similar problem but with the updated StrutsPrepare and StrutsExecute filters. Spring Security modified the request in a way that Struts was not expecting and therefore Struts could not find what it was looking for. You may need to step through Spring Security and

Re: Spring Security method security with struts2 make all request params in action NULL

2009-01-27 Thread dubrovsky
dusty wrote: > > What is your filter order in web.xml. Can you show your web.xml config? > Yes, of course. I think my web.xml is all right. Here it is: Infm Client contextConfigLocation /WEB-INF/applicationContext-beans.xml /WEB-INF/applicationContext-security.xml sp

Re: Spring Security method security with struts2 make all request params in action NULL

2009-01-27 Thread dusty
What is your filter order in web.xml. Can you show your web.xml config? dubrovsky wrote: > > I posted reply for this problem in Spring community forum. Who is > interested in, please follow the link - > http://forum.springsource.org/showthread.php?t=66381 > http://forum.springsource.org/show

Re: Spring Security method security with struts2 make all request params in action NULL

2009-01-27 Thread dubrovsky
I posted reply for this problem in Spring community forum. Who is interested in, please follow the link - http://forum.springsource.org/showthread.php?t=66381 http://forum.springsource.org/showthread.php?t=66381 -- View this message in context: http://www.nabble.com/Spring-Security-method-sec