All Questions
4 questions
-1
votes
1
answer
200
views
Why validation not work for encoded password
In my project i add some validation for Signup form fields. While click on submit button password validation not check orignal password like @AAAzzz123 but it check encoded password like $2a$10$...
0
votes
0
answers
410
views
SpringBoot Ant Matchers terminates at DefaultSecurityFilterChain [Creating filter chain]
I encountered a problem here that I could not solve below is my code.
@Configuration
@EnableWebSecurity
@EnableGlobalMethodSecurity(prePostEnabled = true)
public class SecurityConfiguration extends ...
3
votes
3
answers
5k
views
Spring security login error "Request method 'POST' not supported"
I've looked at every related question I could find, but haven't been able to find an answer that works in my scenario. I'm using a Spring WebSecurityConfigurerAdapter, and I was able to authenticate a ...
0
votes
3
answers
3k
views
ReloadableResourceBundleMessageSource not working
Currently im working on a new Spring 4 + Thymeleaf + Security project without XML bean files. Somehow the localization property files are not loading and i cant find anything about them in the log ...