2016-03-22 13:31 GMT+02:00 Violeta Georgieva <miles...@gmail.com>: > > Hi, > > 2016-03-22 9:25 GMT+02:00 Huxing Zhang <huxing....@alibaba-inc.com>: > > > > Hi, > > > > I have following observations: > > > > 0. in NOTICE it sill mentions the following XML schemas, which I think should be removed. > > - javaee_8.xsd > > - web-app_4_0.xsd > > - web-common_4_0.xsd > > - web-fragment_4_0.xsd > > > > 1. When uncomment the SSL/TLS HTTP/1.1 Connector on port 8443 with HTTP/2 and start tomcat, there is NoSuchMethodException in catalina.out > > details are described in: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=59209 > > > > 2. Server push examples failed, details are described in: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=59210 > > > > 3. The following test case is constantly failing in my environment (RHEL 6.2 and Mac OS X). > > I have checked with tomcat 9.0.0.M3 and there is no such problem. > > This is fixed with r1736178
I meant the problem with the server push, not the test. > > > in TEST-org.apache.coyote.http11.TestHttp11Processor.NIO.txt: > > > > Testcase: testNon2xxResponseWithExpectation took 3.082 sec > > Caused an ERROR > > Unexpected end of file from server > > java.net.SocketException: Unexpected end of file from server > > at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:772) > > at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) > > at sun.net.www.protocol.http.HttpURLConnection.expect100Continue(HttpURLConnection.java:1020) > > at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1105) > > at org.apache.catalina.startup.TomcatBaseTest.postUrl(TomcatBaseTest.java:759) > > at org.apache.catalina.startup.TomcatBaseTest.postUrl(TomcatBaseTest.java:722) > > at org.apache.coyote.http11.TestHttp11Processor.doTestNon2xxResponseAndExpectation(TestHttp11Processor.java:584) > > at org.apache.coyote.http11.TestHttp11Processor.testNon2xxResponseWithExpectation(TestHttp11Processor.java:548) > > > > Any ideas? > > > > I cannot reproduce this with Windows 7 and jdk1.7.0_80 > > Can you specify the concrete JDK version that you are using? > > Regards, > Violeta > > > Other test cases are all passed with openssl 1.0.2g and tcnative 1.2.5 under RHEL 6.2 / Mac OS X > > Other examples are all OK. > > > > ------------------------------------------------------------------ > > From:Mark Thomas <ma...@apache.org> > > Time:2016 Mar 18 (Fri) 04:00 > > To:dev@tomcat.apache.org <dev@tomcat.apache.org> > > Subject:[VOTE] Release Apache Tomcat 8.5.0 > > > > > > The proposed Apache Tomcat 8.5.0 release is now available for voting. > > > > This is the first release of the 8.5.x branch. The release is, in essence: > > - Based on a copy of the 9.0.0.M4 tag > > - All 9.0.x changes to the specification APIs have been reverted. The > > specification APIs should match 8.0.x exactly > > - Java 8 specific code has been re-written for Java 7 > > - Tomcat and specification versions have been set > > > > It can be obtained from: > > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.5.0/ > > The Maven staging repo is: > > https://repository.apache.org/content/repositories/orgapachetomcat-1066/ > > The svn tag is: > > http://svn.apache.org/repos/asf/tomcat/tc8.5.x/tags/TOMCAT_8_5_0/ > > > > The proposed 8.5.0 release is: > > [ ] Broken - do not release > > [ ] Alpha - go ahead and release as 8.5.0 > > [ ] Beta - go ahead and release as 8.5.0 > > [ ] Stable - go ahead and release as 8.5.0 > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: dev-h...@tomcat.apache.org > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > > For additional commands, e-mail: dev-h...@tomcat.apache.org > >