Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.5.2
-
None
Description
LaxRedirectStrategy does not have a public static final INSTANCE member holding a nice-to-have instance.
Furthermore, if someone currently uses LaxRedirectStrategy.INSTANCE, the object returned is actually DefaultRedirectStrategy.INSTANCE which is probably the very opposite of what was intended.