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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo