Spring: What parser to use to parse security expressions -
I want to get my value in the standard security expressions such as hasRole
etc. in a variable. (In a JSP) How can I do that? SpelExpressionParser
is the standard EL parser, but I do not think it will parse the security expression.
Comments
Post a Comment