- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for insecureBasic (0.56 sec)
-
src/main/java/jcifs/smb1/http/NtlmServlet.java
} enableBasic = Boolean.parseBoolean(Config.getProperty("jcifs.smb1.http.enableBasic")); insecureBasic = Boolean.parseBoolean(Config.getProperty("jcifs.smb1.http.insecureBasic")); realm = Config.getProperty("jcifs.smb1.http.basicRealm"); if (realm == null) { realm = "jCIFS"; } } @Override
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 7.1K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmServlet.java
} this.enableBasic = Boolean.parseBoolean(p.getProperty("jcifs.http.enableBasic")); this.insecureBasic = Boolean.parseBoolean(p.getProperty("jcifs.http.insecureBasic")); this.realm = p.getProperty("jcifs.http.basicRealm"); if (this.realm == null) { this.realm = "jCIFS"; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 8.1K bytes - Viewed (1)