For the generations to come (and ask the same question), please, see my post
Type: Posts; User: ideruga; Keyword(s):
For the generations to come (and ask the same question), please, see my post
Ok, I've found the solution: I needed to add a securityListener manually. Before startFlow:
setFlowExecutionListener(getSecurityListener(new String[] {"ROLE_ADMIN_FAKE"}));
Where
private...
Greetings,
I'm trying to test a webflow .xml with spring security on:
<action-state id="search">
<secured attributes="ROLE_ADMIN"/>
...
</action-state>
I'm using...