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

ScalatraTests.addFilter not compatible with Jetty 8 #34

Closed
rossabaker opened this issue Feb 27, 2011 · 1 comment
Closed

ScalatraTests.addFilter not compatible with Jetty 8 #34

rossabaker opened this issue Feb 27, 2011 · 1 comment

Comments

@rossabaker
Copy link
Member

ServletContextHandler.addFilter no longer accepts an int as its dispatcher argument in Jetty 8, causing a NoSuchMethodError when adding a filter. It looks like EnumSet is supported in both Jetty7 and Jetty8.

Original discussion:
http://groups.google.com/group/scalatra-user/browse_thread/thread/bad494aca36016ec

@rossabaker
Copy link
Member Author

Use EnumSet<DispatcherType> instead of Int. [closed by 3d6263b]

jboyens pushed a commit to jboyens/scalatra that referenced this issue Jul 1, 2011
This issue was closed.
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