Bug 7476 - File specified through xmlUrl attribute of <x:parse> is taken from the wrong place.
Summary: File specified through xmlUrl attribute of <x:parse> is taken from the wrong ...
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: XTags Taglib (show other bugs)
Version: unspecified
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-26 07:53 UTC by Yuriy Yatsyk
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuriy Yatsyk 2002-03-26 07:53:20 UTC
I would expect <x:parse xmlUrl="/myFile.xml"> to attempt to find myFile.xml 
under the root of the web application. Currently it is taken from the root of 
the hard drive.
Comment 1 Ray Hunter 2003-12-29 23:50:53 UTC
There is no xmlUrl attribute. If you want relative to the web app then use uri
with the leading "/" in front of the file name or else it will be relative to
the current file.