-
Aug 27th, 2008, 04:04 AM
#1
Spring Security EL expression parsing
Hi ,
I am currently implementing spring security in our application which uses spring webflow 2.0.3
However i noticed that the secured tag does not evaluate the attributes attribute as an expression
<secured attributes="${currentRole}" match="any"/>
CurrentRole is not parsed as an EL expression here.
I found a solutions to parse it myself, however it seems to be better that this will be fixed since we need it our parent flow to dynamically check security for all our child flows.
-
Jan 9th, 2010, 01:53 PM
#2
That's interesting.
How do you parse this EL? Would be nice for my project as well.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules