mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-10 04:13:31 +00:00
Removed "==true" in boolean conditional.
This commit is contained in:
parent
f546e2bbad
commit
5d811c4a94
@ -443,7 +443,7 @@ public abstract class AbstractProcessingFilter implements Filter,
|
|||||||
|
|
||||||
String targetUrl = obtainFullRequestUrl(request);
|
String targetUrl = obtainFullRequestUrl(request);
|
||||||
|
|
||||||
if (alwaysUseDefaultTargetUrl == true) {
|
if (alwaysUseDefaultTargetUrl) {
|
||||||
targetUrl = null;
|
targetUrl = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user