Re: Bug in c:url taglib

2006-07-13 Thread Martyn Hiemstra
Hi Giorgio Thanks for your explanation. After reading your explanation I looked at my Tomcat server.xml. I use host tags to attach hostnames to contexts. My code was: unpackWARs="true" autoDeploy="true" xmlValidation="false" xmlNamespaceAware="false"> directory="logs" prefix="Test_log." s

Re: Bug in c:url taglib

2006-07-13 Thread Giorgio Ponza
Hi Martyn This is not a bug but a "feature". Infact when you specify an absolute path for the "value" attribute, the JSTL will prepend it with the "context" of the web-app. In your case, i think you have a context with path "/" in your server.xml (or context.xml etc) From the spec, section 7.