-
Oct 12th, 2011, 10:50 AM
#11
well that is the problem my login page is not displayed and i cant login.
-
Oct 12th, 2011, 11:03 AM
#12
The logs still do not contain anything about the request for the authentication entry point. Another thing is that the login page is not public. Add it as an intercept-url with access="permitAll"
PS: I did not realize your problem no longer required you to logout. You may give detailed steps for how to reproduce the problem. I was interpreting your update as requiring the same steps (i.e. the user logs out and then tries to login), but something different being displayed.
-
Dec 1st, 2011, 10:22 PM
#13
Sorry y not speak english, but in this error, i repair with:
<http auto-config="true">
<intercept-url pattern="/zkau/**" filters="none" />
<intercept-url pattern="/login.zul" access="IS_AUTHENTICATED_ANONYMOUSLY" />
<intercept-url pattern="/**" access="ROLE_SUPERVISOR" />
<form-login login-page="/login.zul"
authentication-failure-url="/login.zul?login_error=1"
always-use-default-target="true" default-target-url="/home.zul" />
....
....
Last edited by apalpan; Dec 1st, 2011 at 10:42 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules