Hi,
ist es möglich, mit Spring Security mehrere Loginpages zu erstellen? Ich hab schon bei google gesucht, aber leider nichts dazu gefunden.
Vom Prinzip meine ich so etwas:
Leider funktioniert das aber so nicht!
Grüße,
Peter
ist es möglich, mit Spring Security mehrere Loginpages zu erstellen? Ich hab schon bei google gesucht, aber leider nichts dazu gefunden.
Vom Prinzip meine ich so etwas:
Code:
<security:form-login login-page="/login1.html"
authentication-failure-url="/login1.html?login_error=1"
login-processing-url="/j_spring_security_check"
default-target-url="/secure/test1.html" />
<security:form-login login-page="/login2.html"
authentication-failure-url="/login2.html?login_error=1"
login-processing-url="/j_spring_security_check"
default-target-url="/secure/test2.html" />
Leider funktioniert das aber so nicht!
Grüße,
Peter