> UriUtil is a new class and can be found in > /usr/share/tomcat7/lib/tomcat-coyote.jar. I assume this jar file is not > on your classpath. Looking at the source package of jetty8, I only see > that we symlink some tomcat jars into /usr/share/jetty8/lib/jsp/.
> Provided you have libjetty8-extra-java already installed, what happens > when you symlink tomcat-coyote.jar into /usr/share/jetty8/lib/jsp/ ? With tomcat-coyote-7.0.56-3+really7.0.88-2, UriUtil class is found: jar tvf /usr/share/java/tomcat-coyote-7.0.56-3+really7.0.88.jar | grep Uri 2899 Sun Jul 01 14:38:20 CEST 2018 org/apache/tomcat/util/buf/UriUtil.class A symlink solves the issue But I could not find the jar where UriUtil class was previously installed with libtomcat7-java 7.0.56-3+deb8u11 Best regards, Sébastien QUESSON __ This is the maintainer address of Debian's Java team <https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.
