0

Zk logout Spring Security login

asked 2011-10-10 16:12:18 +0800

tomarts gravatar image tomarts
45 1

hi my problem is when i logout and try to login again it shows me this mensage:

{"rs":[]}
and dont show anything, the page stay in blank.

after that the url of my application shows:
http://localhost:8084/ManejoyControldeEquipos/zkau?dtid=z_blb&cmd_0=rmDesktop&opt_0=i
normaly is:
http://localhost:8084/ManejoyControldeEquipos/

i am using spring security and zk framework.

basic configuration:

 <http auto-config="true" use-expressions="true">
        <intercept-url pattern="/**" access="isAuthenticated()"  />
</http>

    <authentication-manager>
        <authentication-provider>
            <user-service>
                <user name="tomas" password="america" authorities="ROLE_SUPERVISOR, ROLE_USER, ROLE_TELLER" />
                <user name="tomas2" password="america2" authorities="ROLE_USER,ROLE_TELLER" />
                <user name="tomas3" password="america3" authorities="ROLE_USER" />
            </user-service>
        </authentication-provider>
    </authentication-manager>

delete flag offensive retag edit
Be the first one to reply this discussion!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2011-10-10 16:12:18 +0800

Seen: 276 times

Last updated: Oct 10 '11

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More