j_spring_security_check'/ méthode controller
Bonjour
concernant Spring security.
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
<form method="post" action="<c:url value='/j_spring_security_check'/>">
<label for="j_username">name</label>
<input name="j_username" id="j_username"/>
<label for="j_password">Pass </label>
<input name="j_password" id="j_password"/>
<input type="submit" value="s'identifier"/>
<input name="reset" type="reset"/>
</form> |
Je dois aller dans mon controller, comment dois je faire parce que j'ai dans le "value" => '/j_spring_security_check'/.
j'aimerais mettre => "/login.htm" pour l'instant il ne va pas dans mon controller.
Merci
e