Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webjars resources are not loaded properly by the admin service with Tomcat 6 #324

Open
andreassalomonsson opened this issue Mar 19, 2014 · 1 comment

Comments

@andreassalomonsson
Copy link

I think the problem is that webjars requires at least version 3.0 of Java Servlet, Tomcat 6 uses version 2.5.

@laserval
Copy link
Contributor

Not good, but I'm not sure what we should be aiming for. Tomcat 7 is still Java6, so that keeps Hydra supporting Java6 at least. (http://tomcat.apache.org/whichversion.html)

Webjars appear to be using a feature that is missing from Servlet 2.x, so I doubt it's possible to port. If we want to support Tomcat 6 we probably have to use a different solution for the JS resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants