- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for sanitizePath (0.3 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/jcifs/audit/SecurityAuditLogger.java
*/ public void logFileAccess(String path, String operation, boolean success, String username) { Map<String, Object> context = getContextMap(); context.put("path", sanitizePath(path)); context.put("operation", operation); context.put("success", success); context.put("username", maskSensitiveData ? maskUsername(username) : username);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 26.6K bytes - Click Count (0)