I am newbie to spring mvc.
I am working in spring mvc project, which was developed by others and I am looking into it.
I want to have a page which needs to be accessed without login form in this existing project.
Whenever I called the following page http://localhost:8080/myProject/mypage.htm it always goes to http://localhost:8080/myProject/login.htm first and then I have to provide credentials to access that page.
Is it possible to visit that page without login action required?
In myPage.htm I have a form action to call that controller and DAO classes.
Also tiles has been used in this project.
Thanks in advance.
Aucun commentaire:
Enregistrer un commentaire