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 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

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

2009-01-23 Thread dubrovsky
I need to use method security in my Struts2 application. It works as I want - deny user with no permission and allow access when user has proper one. But when user with granted access get into secured method which is the method of Struts action, all request params there are set to NULL. Please, he