Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.5.4
-
None
-
None
Description
We're implementing a custom RedirectStrategy based on DefaultRedirectStrategy. We found that calling getLocationURI mutates the RedirectLocations object.
This seems unexpected that a get method mutates an object.