Re: Spring Security

2011-03-31 Thread Jason Ferguson
Here a Basics of Spring Security 3 presentation I gave at the St Louis Java User group, but didn't have much time to go into securing objects. http://www.slideshare.net/jasonferguson1/spring-security-3 On Thu, Mar 31, 2011 at 12:31 PM, CRANFORD, CHRIS wrote: > If anyone here has experience with

Re: Spring Security

2011-03-31 Thread Kushan Jayathilake
Yep.. I'm writing an article in my blog about Spring Security. Method level security will be the next post. Stay in touch. You can reach me through my blog. http://kushanxp.blogspot.com/ On Thu, Mar 31, 2011 at 11:01 PM, CRANFORD, CHRIS wrote: > If anyone here has experience with Spring Securi

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

Re: Spring Security and Struts2 Using tiles

2008-06-30 Thread Alberto A. Flores
I had to put those efforts on the side as it was in a prototype and proof of concept phase. However, I have just began (today) to officially make serious effort into making it work (if at all possible) for our project. I should have a better answer by the end of the day... but any feedback woul

Re: Spring Security and Struts2 Using tiles

2008-06-29 Thread JerryK
I was able to get this working with Acegi, by setting the Dispatcher property in web.xml /* REQUEST INCLUDE FORWARD But, now when i try this with Spring Security 2.0.1, i am facing the same problem as you have described here. Have you found any solution so far

Re: Spring Security and Struts2 Using tiles

2008-05-14 Thread Alberto A. Flores
After further testing, it looks like even without tiles, the strut2 action mapping is not secured with Acegi/Spring Security (as of version 2.0.1, Struts version 2.0.11). As far as I can tell, it has to do with the FilterDispatcher (Struts2) always forwarding to ActionProxy class to process wor

Re: Spring Security and Struts2 Using tiles

2008-05-13 Thread Antonio Petrelli
2008/5/13 Alberto A. Flores <[EMAIL PROTECTED]>: > I would, but it seems to me like there is little that can be done on the > Struts2 side (unless a plugin of some sort is written). Essentially, when > control is forwarded to the tile, Spring security can not do much (or maybe > I'm missing somethi

Re: Spring Security and Struts2 Using tiles

2008-05-13 Thread Alberto A. Flores
I would, but it seems to me like there is little that can be done on the Struts2 side (unless a plugin of some sort is written). Essentially, when control is forwarded to the tile, Spring security can not do much (or maybe I'm missing something). The Spring Security team is well aware of (as f

Re: Spring Security and Struts2 Using tiles

2008-05-13 Thread Antonio Petrelli
2008/5/13 Alberto A. Flores <[EMAIL PROTECTED]>: > I don't thinks that's possible as the Struts2 result would be something > like: > > my.tile > > In here, I don't have access to the forward. Mmm... it's starting to be complicated, and I think that there is a bug somewhere. Can you open a JIRA i

Re: Spring Security and Struts2 Using tiles

2008-05-13 Thread Alberto A. Flores
I don't thinks that's possible as the Struts2 result would be something like: my.tile In here, I don't have access to the forward. Antonio Petrelli wrote: 2008/5/13 Alberto A. Flores <[EMAIL PROTECTED]>: My understanding is that Spring Security does not secure resources on *forwards* (I bel

Re: Spring Security and Struts2 Using tiles

2008-05-13 Thread Antonio Petrelli
2008/5/13 Alberto A. Flores <[EMAIL PROTECTED]>: > My understanding is that Spring Security does not secure resources on > *forwards* (I believe tiles2 do forward/chaining). Forwards and includes, that's where I think there may be a fault. Can you try if, using simple tags, the security tags wor

Re: Spring security vs container-managed

2004-09-26 Thread Adam Hardy
On 09/26/2004 11:47 PM Craig McClanahan wrote: On Sat, 25 Sep 2004 22:24:36 +0200, Adam Hardy <[EMAIL PROTECTED]> wrote: [snip] The suggested solution is to wrap all form controls in a Spring-based role-manager taglib. The JSPs are ugly enough as it is so I find that idea bad. Isn't that pretty mu

Re: Spring security vs container-managed

2004-09-26 Thread Craig McClanahan
On Sat, 25 Sep 2004 22:24:36 +0200, Adam Hardy <[EMAIL PROTECTED]> wrote: > [snip] > The suggested solution is to wrap all form controls in a Spring-based > role-manager taglib. The JSPs are ugly enough as it is so I find that > idea bad. Isn't that pretty much the same thing that you would do if