[MNT-24859] Authentication flow for Web script home

This commit is contained in:
pmm
2025-04-22 11:39:30 +05:30
parent 381b13abab
commit 6291fe73bc

View File

@@ -446,7 +446,6 @@ public class RemoteUserAuthenticatorFactory extends BasicHttpAuthenticatorFactor
return isWebScriptHome; return isWebScriptHome;
} }
protected String getRemoteUserWithTimeout(boolean useTimeout) throws AuthenticationTimeoutException protected String getRemoteUserWithTimeout(boolean useTimeout) throws AuthenticationTimeoutException
{ {
if (!useTimeout) if (!useTimeout)
@@ -564,7 +563,6 @@ public class RemoteUserAuthenticatorFactory extends BasicHttpAuthenticatorFactor
return userId; return userId;
} }
class GetRemoteUserRunnable implements Runnable class GetRemoteUserRunnable implements Runnable
{ {
private volatile String returnedRemoteUser; private volatile String returnedRemoteUser;