python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
File upload not working from Angular 8 front-end to the Spring Boot back-end after adding Spring Security
I have a REST Controller in a Spring Boot application which receives a file uploaded from the Angular front-end. Before adding Spring Security it worked fine.
After I have added it, it does not work, ...
Dreamweaver2012
Votes: 0
Answers: 2
UserDetailsService creates circular dependency
I have a circular dependency forming on my WebSecurityCongfig. I have tracked it down to the UserDetailsService and once I remove it it builds but I cannot perform jwt filter because of it. The intere...
Darius Corpodean
Votes: 0
Answers: 0
What is wrong in this Spring Security configuration? How can I make an endpoint accessible to users having different authorities?
I am working on a Spring Boot protecting my APIs using Spring Security and JWT tokens and I have the following iusse.
I have an API handling endpoint like this: http://localhost:8019/api/admin/user/54...
AndreaNobili
Votes: 0
Answers: 2
In Spring security filter chain, why i don't see all the filters in the chain (more specifically UsernamePasswordAuthenticationFilter)?
From this spring docs -
5.x -> https://docs.spring.io/spring-security/site/docs/5.2.1.RELEASE/reference/htmlsingle/#filter-stack
(seems 5.x added more filters to the chain then in 3.x. Or something...
samshers
Votes: 0
Answers: 0