mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 17:26:22 +01:00
Merge with 2.0.0-m3
This commit is contained in:
@@ -128,7 +128,7 @@ public class AuthenticationFilter extends HttpFilter
|
||||
}
|
||||
else if (subject.isAuthenticated())
|
||||
{
|
||||
logger.trace("user is allready authenticated");
|
||||
logger.trace("user is already authenticated");
|
||||
processChain(request, response, chain, subject);
|
||||
}
|
||||
else if (isAnonymousAccessEnabled())
|
||||
|
||||
Reference in New Issue
Block a user