You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2010/02/19 10:52:53 UTC

DO NOT REPLY [Bug 48775] New: multilevel context path with # character problem

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: dev@tomcat.apache.org
        ReportedBy: tembugs@gmail.com


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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48775] multilevel context path with # character problem

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48775

tembugs <te...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |XSLTBug

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 48775] multilevel context path with # character problem

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48775

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> 2010-02-19 10:43:16 UTC ---
# is a reserved character in a url and must be encoded.

Bugzilla is not a support forum. Please use the users list if you require
further assistance.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org