Search:

Type: Posts; User: ideruga; Keyword(s):

Search: Search took 0.02 seconds.

  1. For the generations to come (and ask the same...

    For the generations to come (and ask the same question), please, see my post
  2. Ok, I've found the solution: I needed to add a...

    Ok, I've found the solution: I needed to add a securityListener manually. Before startFlow:


    setFlowExecutionListener(getSecurityListener(new String[] {"ROLE_ADMIN_FAKE"}));

    Where


    private...
  3. Spring webflow unit test with spring security on

    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...
Results 1 to 3 of 3