linked linked linkedin whatsapp remove
Feedback

Spring Framework Quiz Spring Framework

Which one of the following statements is NOT true about the following configuration in security.xml <http ...> … <form-login login-page="/login/form" login-processing-url="/login" username-parameter="username" password-parameter="password" authentication-failure-url="/login/form?error"/> </http>

The password-parameter specifies the HTTP parameters of password that Spring Security will use to authenticate the user.
The login-page attribute specifies where Spring Security will redirect the browser if a protected page is accessed and the user is not authenticated.
The authentication-failure-url attribute specifies the page that Spring Security will redirect if Spring cannot find the login page.
The username-parameter specifies the HTTP parameters of username that Spring Security will use to authenticate the user.

Answer:
The authentication-failure-url attribute specifies the page that Spring Security will redirect if Spring cannot find the login page.

Note: This Question is unanswered, help us to find answer for this one