fix #1780 fix npe
This commit is contained in:
parent
280cd5e415
commit
ff9683a49a
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class WebAuthentication extends BsWebAuthentication {
|
|||
return new DigestScheme();
|
||||
} else if (Constants.NTLM.equals(scheme)) {
|
||||
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 -> {
|
||||
props.setProperty(e.getKey(), e.getValue());
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue