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
> > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- View this message in context: http://www.nabble.com/Spring-Security-and-Struts

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

Spring Security and Struts2 Using tiles

2008-05-13 Thread Alberto A. Flores
Folks, My understanding is that Spring Security does not secure resources on *forwards* (I believe tiles2 do forward/chaining). In an application using Struts2, Spring and Tiles2, these forwards work just fine. Has anyone had success using these three frameworks together using Spring Security