2013/2/11 Thierens, Bart <bart.thier...@xerox.com>:
> I have 2 (almost) identical webapps.  One is deployed to Tomcat 6.0.29 and 
> the other is deployed to 6.0.33.  The first one has no problems resolving 
> static content files using Spring, the second one (on 6.0.33) has issues.
>
> For the full info, see: 
> http://stackoverflow.com/questions/14812919/almost-identical-webapps-behave-differently-in-serving-static-content
>

Looks like a security issue in your configuration.
See https://issues.apache.org/bugzilla/show_bug.cgi?id=50026

Where are those "static" files in your web application? Are they in
"static" subdirectory?

If they are not, create such directory and move the files there.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to