- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for insecureBasic (0.29 seconds)
-
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"; } } @OverrideCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 7.1K bytes - Click Count (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"; }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 8.1K bytes - Click Count (1)