https://issues.apache.org/bugzilla/show_bug.cgi?id=48775
Summary: multilevel context path with # character problem
Product: Tomcat 5
Version: 5.5.28
Platform: All
OS/Version: Windows XP
Status: NEW
Severity: blocker
Priority: P2
Component: Webapps:Manager
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi,
When I use multi-level context path in tomcat, I have folders created with #
inside webapps like folder1#folder2#folder3. The xsl files inside my web
module tries to import other xsl files in the same hierarchy like,inside
file1.xsl, I do,
<xsl:import href="file2.xsl">
but this throws an exception "java.net.MalformedURLException: no
protocol:file2.xsl". I tried to give with protocol like,
<xsl:import
href="file:///C:\tomcat5\webapps\folder1#folder2#folder3\xsl\file2.xsl"
but it fails throwing an exception that java.io.FileNotFound Exception:
C:\tomcat5\webapps\folder1.
Can anyone guide me on this? I totally blocked on this.......
Thanks in Advance,
Tembug
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]