Shinsuke Sugaya пре 7 година
родитељ
комит
ff9683a49a

+ 1 - 1
src/main/java/org/codelibs/fess/es/config/exentity/WebAuthentication.java

@@ -64,7 +64,7 @@ public class WebAuthentication extends BsWebAuthentication {
             return new DigestScheme();
             return new DigestScheme();
         } else if (Constants.NTLM.equals(scheme)) {
         } else if (Constants.NTLM.equals(scheme)) {
             final Properties props = new Properties();
             final Properties props = new Properties();
-            webConfig.getConfigParameterMap(ConfigName.CONFIG).entrySet().stream().filter(e -> e.getKey().startsWith("jcifs."))
+            getWebConfig().getConfigParameterMap(ConfigName.CONFIG).entrySet().stream().filter(e -> e.getKey().startsWith("jcifs."))
                     .forEach(e -> {
                     .forEach(e -> {
                         props.setProperty(e.getKey(), e.getValue());
                         props.setProperty(e.getKey(), e.getValue());
                     });
                     });