Description
It looks like the characters "%20" in the URL does not get decoded before using its path to create a File object. As a result, the File.exists() faulty return false.
It looks like the characters "%20" in the URL does not get decoded before using its path to create a File object. As a result, the File.exists() faulty return false.