login page in the project?
Because I don't any specific handlers in the front of me in controllers.
Spring Security?
If yes, I don't quite understand, what do I need to handle to switch from the main page to login page:
https://github.com/invzbl3/RestApiApplication/blob/main/src/main/webapp/index.jsp#L5
.https://github.com/invzbl3/RestApiApplication/blob/main/src/main/java/com/test/application/web/config/WebSecurityConfig.java#L53
?
I didn't find any problems with annotations. If it's the cause in the structure of the project, then than I can open the main page without any problem.
After I put specific annotation as: @Order(Ordered.HIGHEST_PRECEDENCE) on one of my security configs, the issue was solved.
Обсуждают сегодня