Issue #321 - DeadCode JaspiAuthenticatorFactory.findServerName Server param not used
changes from review
This commit is contained in:
parent
e285bc52c4
commit
a75fb6be17
|
@ -97,7 +97,7 @@ public class JaspiAuthenticatorFactory extends DefaultAuthenticatorFactory
|
|||
RegistrationListener listener = (layer, appContext) -> {};
|
||||
|
||||
Subject serviceSubject=findServiceSubject(server);
|
||||
String serverName=findServerName(server);
|
||||
String serverName=findServerName(server, serviceSubject);
|
||||
|
||||
String contextPath=context.getContextPath();
|
||||
if (contextPath==null || contextPath.length()==0)
|
||||
|
|
Loading…
Reference in New Issue