CONTAP-612262: "%" in filename not decoded correctly in specific REST URI
Issue
=> Customer observed that while retrieving a file from the REST API endpoint below, with a special character "%" in the filename, it fails.
+"/api/storage/snaplock/files/volume\{uuid}/filepath"+
=> Tried without special characters and special characters like "&" and "$", and the REST API call works while it fails when using "%".
=>Tried testing with a different endpoint, and the REST API is successful.
+"/api/storage/volumes/\{volume uuid}/files/\{filepath}"+
