https://bz.apache.org/bugzilla/show_bug.cgi?id=67849

--- Comment #1 from Guillaume Poirier-Morency <poiri...@msl.ubc.ca> ---
Our workaround is to add a mime mapping in our web.xml configuration:

    <!-- https://github.com/PavlidisLab/Gemma/issues/923 -->
    <mime-mapping>
        <extension>js</extension>
        <mime-type>application/javascript</mime-type>
    </mime-mapping>

https://github.com/PavlidisLab/Gemma/commit/578d04170c92595ad153bccc9f075e3afc96d2c8

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to