Hi,<br> this patch adds xslt_root directive and prefixes files defined with xslt_stylesheet or xslt_entities<br> directives (if file not specified with absolute path) .<br><br> Note: while stealing code from ngx_conf_full_name() for ngx_http_xslt_filter_full_name() I noticed<br>
that there is no ngx_pfree() done on original name characted array (name->data) when<br> replaced by newly allocated memory (ngx_conf_file.c:843).<br> Question is: is there a memory leak or I should not do it in my code ?-)<br>
<br>Thanks<br> Sam<br><br>