Can you please help me with an issue I have with loading static resources? I tried the official Spring Security tutorial as well as trying to find up-to-date information on the Internet. Nothing seems to work. I can't access static resources from any folder in my Demo Spring App.
Here's a link to the DemoApp repo - https://github.com/StanislavStanev/SpringMVCDemoApp
In the main folder of the Repo is a presentation that I used as a guide, on how to configure the damn thing - (file name)10. Java-MVC-Frameworks-Filters-and-User-Authentication
Here's links, where I tried to find a solution to my problem: https://docs.spring.io/spring-security/site/docs/5.3.0.M1/reference/htmlsingle/#mvc-requestmatcher
Spring Security Thymleaf static resources don't load
Serving static web resources in Spring Boot & Spring Security application
https://www.baeldung.com/security-none-filters-none-access-permitAll
This is a screenshot of the Network tab in my browser, saying that I'm able to find a resources, but need to be redirected, etc. I tried putting the same resource in different folders, toying with different configurations on different classes.
If you need more information, please let me know. I really need to figure this out. Thank you in advance.