saladinkzn / gretty

Advanced gradle plugin for running web-apps on jetty and tomcat.
MIT License
2 stars 2 forks source link

The Tomcat container has a horrible issue with fetching resources #20

Closed boris-petrov closed 8 years ago

boris-petrov commented 8 years ago

I've created a repo which shows the issue:

https://github.com/boris-petrov/gretty-bug

Fetching resources from external jars returns them duplicated. We've hit a show-stopper on this one. The Jetty container works fine, the issue is only in Tomcat.

saladinkzn commented 8 years ago

Hello, I'll investigate this issue asap

saladinkzn commented 8 years ago

I fixed this in latest snapshot for tomcat 8

boris-petrov commented 8 years ago

Thank you, works like a charm! I'll let you close the issue once you release 1.2.6 or now, whichever you prefer. Thanks again for the fast response!