Percent-Encoded Percent in URI
- by Lukas
In our application, it is possible for a user to upload files then download them later. We don't restrict them from having any special characters in the file name.
The problem comes in when we create the link for the user to download the file. I use the Java URL encoder to encode the file name that gets put into the href of the link, but I'm…