SEC-360: Minor correction in patch applied yesterday.
This commit is contained in:
+1
-2
@@ -100,12 +100,11 @@ public class AuthenticationProcessingFilterEntryPoint implements AuthenticationE
|
||||
includePort = false;
|
||||
}
|
||||
|
||||
|
||||
if (forceHttps && inHttp) {
|
||||
httpsPort = (Integer) portMapper.lookupHttpsPort(new Integer(serverPort));
|
||||
doForceHttps = true;
|
||||
|
||||
if (httpsPort != null) {
|
||||
doForceHttps = true;
|
||||
if (httpsPort.intValue() == 443) {
|
||||
includePort = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user