PDiefent wrote:
> Hello,
> My first test of the new Tomcat 7.0.0 release endet with following problem:
> In my HTML page I'm using a stylesheet:
> <link rel="stylesheet" type="text/css" href="styles/tabStyles.css"></link>
> This works fine with Tomcat 5 and Tomcat 6!
> Tomcat 7 changes the link when the page is shown in the browser:
> <link rel="stylesheet" type="text/css"
> href="../styles/tabStyles.css"></link>
>
> How can I avoid this?
>
It is very, very unlikely that Tomcat is changing the content of a html page.
What is this, a static page ?
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|