Facing Security issues in below Application of Spring Boot
Facing Security issues in below Application of Spring Boot. I am facing lot of issues in blow code and facing lot of issues.
Repository save doesn’t write to database from within HttpFilter
I have a HttpFilter (Added before AbstractPreAuthenticatedProcessingFilter
) that is supposed to write a mock user to a database. However, it is seemingly silently failing (The repository save call returns the new user, but nothing is persisted to the database). Making this call outside of the filter context works without issue.