mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-01 11:29:29 +00:00
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…
x
Reference in New Issue
Block a user