EHC ❯ URL decode for url.getFile
-
Bug
-
Status: Closed
-
-
Resolution: Fixed
-
-
-
drb
-
Reporter: sourceforgetracker
-
September 21, 2009
-
0
-
Watchers: 0
-
September 22, 2009
-
September 22, 2009
Description
In Configurator.java, method urlToFileInputStream,
the url needs to be decoded when getting the3 file
Intead of File file = new File(url.getFile());
needs to be
File file = new File(URLDecoder.decode(url.getFile (),”UTF-8”));
Sourceforge Ticket ID: 1338846 - Opened By: shishirksingh - 26 Oct 2005 20:40 UTC
Re-opening so that I can properly close out these issues and have correct Resolution status in Jira