-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Jetty specific import in spark.Request #941
Comments
Looks like this PR introduced it: https://github.com/perwendel/spark/pull/872/files |
This is bad! We'll fix ASAP and release 2.7.1 |
perwendel
added a commit
that referenced
this issue
Nov 14, 2017
In 2.7.0 release a specific Jetty import was mistakenly added in spark.Request. This PR fixes this.
perwendel
added a commit
that referenced
this issue
Nov 14, 2017
Fixed and released already. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
SparkJava release 2.7.0 has a Jetty specific import org.eclipse.jetty.util.URIUtil; in spark.Request (line 34)
Now org.eclipse.jetty.util should be in your classpath even if you deploy Spark application on external servlet container (Tomcat, etc.)
Thanks.
The text was updated successfully, but these errors were encountered: