https://issues.apache.org/bugzilla/show_bug.cgi?id=48384
Summary: globalXsltFile parameter for the DefaultServlet
Product: Tomcat 6
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: trivial
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [email protected]
When overriding the DefaultServlet for a given application, the globalXsltFile
path need to be relative to Tomcat root.
for example:
<init-param>
<param-name>globalXsltFile</param-name>
<param-value>webapps/quercus/WEB-INF/listing.xsl</param-value>
</init-param>
it would be nice if the path could be relative to the application context.
--
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]