https://issues.apache.org/bugzilla/show_bug.cgi?id=57340
--- Comment #13 from Konstantin Kolinko <knst.koli...@gmail.com> --- (In reply to Nikita Zyulyaev from comment #11) > (In reply to Mark Thomas from comment #10) > > Fix applied to 8.0.x for 8.0.16 onwards and to 7.0.x for 7.0.58 onwards. > > > > You should be good to build 7.0.x from svn trunk and test now. > > I faced a very odd problem running 7.0.58. > org/apache/tomcat/util/http/ValuesEnumerator was not included in the > tomcat-coyote.jar during ant build. > But I applied your changes to the 7.0.47 and they worked successfully. It works for me. I did a clean build and that class was successfully compiled and packed into tomcat-coyote.jar. I expected to find ValuesEnumerator.java, but that package-accessible class is actually defined in MimeHeaders.java. That code is old: the last change to MimeHeaders.java was 2,5 years ago. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org