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

Servlet 3+ required missing in doc #1

Open
fcamblor opened this issue Oct 14, 2015 · 0 comments
Open

Servlet 3+ required missing in doc #1

fcamblor opened this issue Oct 14, 2015 · 0 comments

Comments

@fcamblor
Copy link

You should explicitely state in the doc that, once a dependency is made on your lib, deployment on servlet < 3 won't be achievable since you rely on servlet 3's javax.servlet.http.Part in your code

So, if one encounters ClassNotFoundException: javax.servlet.http.Part when starting MultipartFormDataContentTypeModule, that's because you're trying to deploy your war (with this lib packaged inside it) inside a servlet < 3 container

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