Relative Content

Tag Archive for spring-bootspring-securityspring-data-jpa

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.