mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-08 14:51:49 +00:00
[MNT-24859] Authentication flow for Web script home
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user