[jboss-jira] [JBoss JIRA] (JBWEB-237) Use of File.toURL causes failures using JSP taglibs when path contains a space
James Livingston (JIRA)
jira-events at lists.jboss.org
Tue Mar 27 01:23:47 EDT 2012
James Livingston created JBWEB-237:
--------------------------------------
Summary: Use of File.toURL causes failures using JSP taglibs when path contains a space
Key: JBWEB-237
URL: https://issues.jboss.org/browse/JBWEB-237
Project: JBoss Web
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: JBossWeb-2.1.12.GA
Reporter: James Livingston
Assignee: Remy Maucherat
org.apache.catalina.core.ApplicationContext.getResource() uses File.toURL(), which is deprecated in favour of File.toURI().toURL() because it does not escape characters correctly. With the FileURLConnection changes in EAP 5.1.2, this causes failures in the JSP taglib handling code if JBoss is installed into a path containing a space.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list