Forum Post: RE: Question Using Form-Based OERealm Authentication

  • Thread starter Thread starter Michael Jacobs
  • Start date Start date
Status
Not open for further replies.
M

Michael Jacobs

Guest
The j_spring_security_check is a RESTful resource of the Spring Security framework that executes a Java servlet method. The full path relative to the web application root is "/static/auth/j_spring_security_check". The sample's login.html path is "/static/auth/login.html, and its form action="j_spring_security_check" is a resource relative to the containing page. You can find the relative paths in the appSecurity-form-*.xml configuration file: form-login login-processing-url="/static/auth/j_spring_security_check" ... The full path from the web server root would be "/ web-app-name /static/auth/j_spring_security_check". That fill in some of the blanks?

Continue reading...
 
Status
Not open for further replies.
Back
Top