mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-08 22:39:20 +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);
|
||||
|
||||
if (alwaysUseDefaultTargetUrl == true) {
|
||||
if (alwaysUseDefaultTargetUrl) {
|
||||
targetUrl = null;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user