-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Move old MultiPart parsing implementation to jetty-http #3010
Comments
joakime
added a commit
that referenced
this issue
Oct 22, 2018
+ Moving MultiPartInputStreamParser from jetty-util to jetty-http + Moving related classes ReadLineInputStream to jetty-http/internal + Moving related tests to jetty-http as well + Renaming test to have same name as implementation
joakime
added a commit
that referenced
this issue
Oct 22, 2018
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Opened PR #3016 |
joakime
added a commit
that referenced
this issue
Oct 22, 2018
+ Moving MultiPartInputStreamParser from jetty-util to jetty-http/internal + Moving related classes ReadLineInputStream to jetty-http/internal + Moving related tests to jetty-http as well + Moved MultiPartFormDataCompliance to jetty-http + Renaming test to have same name as implementation Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Oct 22, 2018
…ipart-to-http Issue #3010 - Move old MultiPart to jetty-http
sbordet
added a commit
that referenced
this issue
Oct 23, 2018
Originally moved to an internal package, it is still used by other modules such as jetty-server and jetty-servlets, so it needs to be in an exported package. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
sbordet
pushed a commit
that referenced
this issue
Oct 23, 2018
+ Moving MultiPartInputStreamParser from jetty-util to jetty-http/internal + Moving related classes ReadLineInputStream to jetty-http/internal + Moving related tests to jetty-http as well + Moved MultiPartFormDataCompliance to jetty-http + Renaming test to have same name as implementation Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Completed in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The older
org.eclipse.jetty.util.MultiPartInputStreamParser
should be moved to jetty-http for Jetty 10.xThe
org.eclipse.jetty.server.MultiPartFormDataCompliance
should also be move to jetty-http to be next to the other Compliance modes. (See Issue #3009 where this odd location was discovered)The text was updated successfully, but these errors were encountered: