Is % character encoded to '%25'
With URIEncoding="utf-8"
setting on server.xml?
I have a file named abc%.wav
on the server and try to access it with hyperlink, but the server response 404 not found.
I encoded the file name in the java class file, then it worked fine.
So I am curious whether % character is encoded with the setting above or not.
Thanks.