Bug 48384

Summary: globalXsltFile parameter for the DefaultServlet
Product: Tomcat 6 Reporter: h3xstream <h3xstream.0>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P2    
Version: unspecified   
Target Milestone: default   
Hardware: All   
OS: All   

Description h3xstream 2009-12-13 16:24:30 UTC
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.
Comment 1 Mark Thomas 2010-02-13 20:15:03 UTC
This has been fixed in trunk and proposed for 6.0.x. I also made the fallback local->context->global->default work as described in the docs
Comment 2 Mark Thomas 2010-02-24 00:11:08 UTC
This has been fixed in 6.0.x and will be included in 6.0.25 onwards