mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-08-07 10:03:29 +00:00
Previously the logic for determining if the pathInfo should be appended was inverted. This correctly concatenates url + pathInfo if url is a non empty String. Fixes: gh-5473