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

web.xml.erb template is invalid #375

Closed
TimothyMDean opened this issue May 16, 2016 · 0 comments
Closed

web.xml.erb template is invalid #375

TimothyMDean opened this issue May 16, 2016 · 0 comments

Comments

@TimothyMDean
Copy link

Using Warbler 2.0.0, I created a war file from my app and deployed to my app server (Glassfish 3.1.1). That deployment failed, reporting a parsing error in the war file's web.xml file.
When I dug a little deeper, I found that Warbler 2.0.0 has a web.xml.erb template that has the filter-name and filter-class entries out of order. Refer to lines 18 and 19 of warbler/web.xml.erb - they should be swapped.

I have confirmed that the order is required per the Servlet 3.0 specification.

@kares kares closed this as completed in e07ca6a May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant