docker-library / tomcat

Docker Official Image packaging for Apache Tomcat
https://tomcat.apache.org
Apache License 2.0
623 stars 746 forks source link

fix version tomcat:9.0.95-jre11 causes angular to break when run in chromium using taiko gauge testing framework #322

Closed mbradleySoftrams closed 2 weeks ago

mbradleySoftrams commented 3 weeks ago

We recently started seeing failures in our testing framework when run our smoke testing pipelines. The angular version being used is 17.3.1 and the error we get when testing using the latest chromuim headless browser is a failure to load the js files for Pollyfill.js and other js libraries.

LaurentGoderre commented 3 weeks ago

This sounds like an issue with the content being hosted using tomcat and not tomcat itself

mbradleySoftrams commented 2 weeks ago

Thanks for replying. It is a very odd issue with how the container env variables were configured.