Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: consider only servlet URL when checking auth behind a proxy
Don't consider the full "requestURI" as this might contain a prefix that a proxy sets. The MockMVC unit tests don't set the servlet path properly though. If not behind a proxy, one can fall back to requestURI
- Loading branch information