Results 1 to 2 of 2

Thread: Spring Security EL expression parsing

  1. #1
    Join Date
    Mar 2008
    Location
    Belgium
    Posts
    6

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

  2. #2
    Join Date
    Nov 2008
    Posts
    4

    Default

    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
  •