After running the remove_dlp_log4j.bat file with the proper parameters the target .jar files fail to get deleted with the error "Unable to delete <path><.jar>"
When running the batch file with the --dry-run switch it properly identifies the .jar files to remove.
No remove_dlp_log4j.log is generated.
Release : 15.8
Component :
This happens when running the .bat file from a path that contains a space. For example c:\test area\remove_dlp_log4j.bat
Copy the remove_dlp_log4j to a directory that does not contain a space anywhere in the path. For example c:\temp\log4j\remove_dlp_log4j.bat
Then rerun the batch file.