How to run apache common VFS resolovefile on my file with % character in the name ?
org.apache.commons.vfs.FileSystemException: Invalid URI escape sequence "%FILENAME"
Regards,
G Samrat
Percent is an escape character in URIs so it must itself be escaped as %25
.