- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for strictView (0.04 sec)
-
src/main/java/jcifs/smb1/smb1/Dfs.java
map = new HashMap(); } } static LogStream log = LogStream.getInstance(); static final boolean strictView = Config.getBoolean("jcifs.smb1.smb.client.dfs.strictView", false); static final long TTL = Config.getLong("jcifs.smb1.smb.client.dfs.ttl", 300); static final boolean DISABLED = Config.getBoolean("jcifs.smb1.smb.client.dfs.disabled", false);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 14.2K bytes - Viewed (0) -
src/main/java/jcifs/Configuration.java
* * @return title to live, in seconds, for DFS cache entries */ long getDfsTtl(); /** * * Property {@code jcifs.smb.client.dfs.strictView} (boolean, default false) * * @return whether a authentication failure during DFS resolving will throw an exception */ boolean isDfsStrictView(); /** *
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 25.4K bytes - Viewed (0)