svn commit: r1758608 - in /tomcat/site/trunk: docs/whoweare.html xdocs/whoweare.xml

2016-08-31 Thread huxing
Author: huxing Date: Wed Aug 31 14:04:33 2016 New Revision: 1758608 URL: http://svn.apache.org/viewvc?rev=1758608&view=rev Log: Add Huxing Zhang to comitters list Modified: tomcat/site/trunk/docs/whoweare.html tomcat/site/trunk/xdocs/whoweare.xml Modified: tomcat/site/trunk/

svn commit: r1763863 - /tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java

2016-10-08 Thread huxing
Author: huxing Date: Sat Oct 8 08:00:23 2016 New Revision: 1763863 URL: http://svn.apache.org/viewvc?rev=1763863&view=rev Log: Fix typo Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java Modified: tomcat/trunk/java/org/apache/catalina/WebResourceRoot.java URL:

svn commit: r1763864 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java

2016-10-08 Thread huxing
Author: huxing Date: Sat Oct 8 08:08:57 2016 New Revision: 1763864 URL: http://svn.apache.org/viewvc?rev=1763864&view=rev Log: Fix typo Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.java Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/WebResourceRoot.

svn commit: r1763868 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/WebResourceRoot.java

2016-10-08 Thread huxing
Author: huxing Date: Sat Oct 8 08:16:22 2016 New Revision: 1763868 URL: http://svn.apache.org/viewvc?rev=1763868&view=rev Log: Fix typo Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/WebResourceRoot.java Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/WebResourceRoot.

svn commit: r1786292 - /tomcat/trunk/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java

2017-03-09 Thread huxing
Author: huxing Date: Fri Mar 10 06:58:07 2017 New Revision: 1786292 URL: http://svn.apache.org/viewvc?rev=1786292&view=rev Log: Fix NPE for the server push example if HTTP/2 is not supported. Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java Modi

svn commit: r1786293 - /tomcat/tc8.5.x/trunk/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.java

2017-03-09 Thread huxing
Author: huxing Date: Fri Mar 10 07:11:19 2017 New Revision: 1786293 URL: http://svn.apache.org/viewvc?rev=1786293&view=rev Log: Fix NPE for the server push example if HTTP/2 is not supported. Modified: tomcat/tc8.5.x/trunk/webapps/examples/WEB-INF/classes/http2/SimpleImagePush.

svn commit: r1786849 - /tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2017-03-14 Thread huxing
Author: huxing Date: Tue Mar 14 08:10:48 2017 New Revision: 1786849 URL: http://svn.apache.org/viewvc?rev=1786849&view=rev Log: Remove unnecessary semicolon Modified: tomcat/tc8.5.x/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/tc8.5.x/trunk/java/org/ap

svn commit: r1786850 - /tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java

2017-03-14 Thread huxing
Author: huxing Date: Tue Mar 14 08:12:08 2017 New Revision: 1786850 URL: http://svn.apache.org/viewvc?rev=1786850&view=rev Log: Remove unnecessary semicolon Modified: tomcat/tc8.0.x/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/tc8.0.x/trunk/java/org/ap

svn commit: r1786852 - /tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java

2017-03-14 Thread huxing
Author: huxing Date: Tue Mar 14 08:15:04 2017 New Revision: 1786852 URL: http://svn.apache.org/viewvc?rev=1786852&view=rev Log: Remove unnecessary semicolon Modified: tomcat/trunk/java/org/apache/catalina/startup/ContextConfig.java Modified: tomcat/trunk/java/org/apache/catalina/sta

svn commit: r1777552 - /tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2017-01-06 Thread huxing
Author: huxing Date: Fri Jan 6 09:50:30 2017 New Revision: 1777552 URL: http://svn.apache.org/viewvc?rev=1777552&view=rev Log: Fix javadoc, there is no poller thread in NIO2. Modified: tomcat/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/trunk/java/org/ap

svn commit: r1777554 - /tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java

2017-01-06 Thread huxing
Author: huxing Date: Fri Jan 6 09:53:38 2017 New Revision: 1777554 URL: http://svn.apache.org/viewvc?rev=1777554&view=rev Log: Fix javadoc, there is no poller thread in NIO2. Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/Nio2Endpoint.java Modified: tomcat/tc8.5.x/t

svn commit: r1811528 - in /tomcat/site/trunk: docs/whichversion.html xdocs/whichversion.xml

2017-10-08 Thread huxing
Author: huxing Date: Mon Oct 9 03:49:01 2017 New Revision: 1811528 URL: http://svn.apache.org/viewvc?rev=1811528&view=rev Log: Servlet 4.0 has been finalized. Modified: tomcat/site/trunk/docs/whichversion.html tomcat/site/trunk/xdocs/whichversion.xml Modified: tomcat/site/trunk/

svn commit: r1816544 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-11-28 Thread huxing
Author: huxing Date: Tue Nov 28 13:52:58 2017 New Revision: 1816544 URL: http://svn.apache.org/viewvc?rev=1816544&view=rev Log: Change file encoding to UTF-8 Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/trunk/test/org/apache/to

svn commit: r1816591 - /tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-11-28 Thread huxing
Author: huxing Date: Wed Nov 29 03:12:14 2017 New Revision: 1816591 URL: http://svn.apache.org/viewvc?rev=1816591&view=rev Log: Use \u00A3 to avoid ide encoding preference Modified: tomcat/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/trunk/test

svn commit: r1816592 - /tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-11-28 Thread huxing
Author: huxing Date: Wed Nov 29 03:13:40 2017 New Revision: 1816592 URL: http://svn.apache.org/viewvc?rev=1816592&view=rev Log: Use \u00A3 to avoid ide encoding preference Modified: tomcat/tc8.5.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/t

svn commit: r1816593 - /tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-11-28 Thread huxing
Author: huxing Date: Wed Nov 29 03:15:01 2017 New Revision: 1816593 URL: http://svn.apache.org/viewvc?rev=1816593&view=rev Log: Use \u00A3 to avoid ide encoding preference Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/t

svn commit: r1816594 - /tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java

2017-11-28 Thread huxing
Author: huxing Date: Wed Nov 29 03:16:29 2017 New Revision: 1816594 URL: http://svn.apache.org/viewvc?rev=1816594&view=rev Log: Use \u00A3 to avoid ide encoding preference Modified: tomcat/tc7.0.x/trunk/test/org/apache/tomcat/websocket/TestWebSocketFrameClient.java Modified: tomcat/t

svn commit: r1816595 - /tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java

2017-11-28 Thread huxing
Author: huxing Date: Wed Nov 29 03:40:32 2017 New Revision: 1816595 URL: http://svn.apache.org/viewvc?rev=1816595&view=rev Log: Fix typo Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/loader/WebappClassLoaderBase.java Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/lo

svn commit: r1816673 - /tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html

2017-11-29 Thread huxing
Author: huxing Date: Thu Nov 30 02:08:59 2017 New Revision: 1816673 URL: http://svn.apache.org/viewvc?rev=1816673&view=rev Log: Servlet 4.0 is officially released Modified: tomcat/tc8.5.x/trunk/webapps/examples/servlets/index.html Modified: tomcat/tc8.5.x/trunk/webapps/examples/serv

svn commit: r1818927 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/loader/WebappClassLoaderBase.java java/org/apache/catalina/loader/WebappLoader.java java/org/apache/catalina/loader/mbeans-des

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:07:20 2017 New Revision: 1818927 URL: http://svn.apache.org/viewvc?rev=1818927&view=rev Log: Support configure the interval to keep all jars open if no jar is accessed. Modified: tomcat/tc7.0.x/trunk/java/org/apache/catalina/lo

svn commit: r1818929 - /tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:24:43 2017 New Revision: 1818929 URL: http://svn.apache.org/viewvc?rev=1818929&view=rev Log: Add documentation for jarOpenInterval attribute. Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/loader.xml Modified: tomcat/tc7.0.x/trunk/webapps/docs/co

svn commit: r1818931 - /tomcat/tc7.0.x/trunk/modules/jdbc-pool/build.properties.default

2017-12-21 Thread huxing
Author: huxing Date: Thu Dec 21 14:35:57 2017 New Revision: 1818931 URL: http://svn.apache.org/viewvc?rev=1818931&view=rev Log: Update compile source/target to 1.6 for jdbc-pools so that it can be compiled by Java 9. Modified: tomcat/tc7.0.x/trunk/modules/jdbc-pool/build.properties.def

svn commit: r1849902 - in /tomcat/tc7.0.x/trunk: conf/logging.properties webapps/docs/changelog.xml

2018-12-29 Thread huxing
Author: huxing Date: Sat Dec 29 08:02:00 2018 New Revision: 1849902 URL: http://svn.apache.org/viewvc?rev=1849902&view=rev Log: Correct AsyncFileHandler to FileHandler in logging.properties Modified: tomcat/tc7.0.x/trunk/conf/logging.properties tomcat/tc7.0.x/trunk/webapps/

svn commit: r1853776 - in /tomcat/trunk/res: welcome.bin.html welcome.main.html

2019-02-17 Thread huxing
Author: huxing Date: Mon Feb 18 05:05:52 2019 New Revision: 1853776 URL: http://svn.apache.org/viewvc?rev=1853776&view=rev Log: Remove extra dot Modified: tomcat/trunk/res/welcome.bin.html tomcat/trunk/res/welcome.main.html Modified: tomcat/trunk/res/welcome.bin.html URL:

svn commit: r1853777 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_15/res: welcome.bin.html welcome.main.html

2019-02-17 Thread huxing
Author: huxing Date: Mon Feb 18 05:07:36 2019 New Revision: 1853777 URL: http://svn.apache.org/viewvc?rev=1853777&view=rev Log: Remove extra dot Modified: tomcat/tc8.5.x/tags/TOMCAT_8_5_15/res/welcome.bin.html tomcat/tc8.5.x/tags/TOMCAT_8_5_15/res/welcome.main.html Modified: to

svn commit: r1853778 - in /tomcat/tc7.0.x/trunk/res: welcome.bin.html welcome.main.html

2019-02-17 Thread huxing
Author: huxing Date: Mon Feb 18 05:12:53 2019 New Revision: 1853778 URL: http://svn.apache.org/viewvc?rev=1853778&view=rev Log: Remove extra dot Modified: tomcat/tc7.0.x/trunk/res/welcome.bin.html tomcat/tc7.0.x/trunk/res/welcome.main.html Modified: tomcat/tc7.0.x/trunk

svn commit: r1853780 - in /tomcat/tc8.5.x/tags/TOMCAT_8_5_15/res: welcome.bin.html welcome.main.html

2019-02-17 Thread huxing
Author: huxing Date: Mon Feb 18 05:32:34 2019 New Revision: 1853780 URL: http://svn.apache.org/viewvc?rev=1853780&view=rev Log: Revert the change introduced in r1853777 Modified: tomcat/tc8.5.x/tags/TOMCAT_8_5_15/res/welcome.bin.html tomcat/tc8.5.x/tags/TOMCAT_8_5_15

svn commit: r1853781 - in /tomcat/tc8.5.x/trunk/res: welcome.bin.html welcome.main.html

2019-02-17 Thread huxing
Author: huxing Date: Mon Feb 18 05:39:04 2019 New Revision: 1853781 URL: http://svn.apache.org/viewvc?rev=1853781&view=rev Log: Remove extra dot Modified: tomcat/tc8.5.x/trunk/res/welcome.bin.html tomcat/tc8.5.x/trunk/res/welcome.main.html Modified: tomcat/tc8.5.x/trunk

svn commit: r1905145 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2022-11-08 Thread huxing
Author: huxing Date: Tue Nov 8 08:06:09 2022 New Revision: 1905145 URL: http://svn.apache.org/viewvc?rev=1905145&view=rev Log: Add ApacheCon Asia 2022 talks Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/

svn commit: r1905391 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2022-11-18 Thread huxing
Author: huxing Date: Sat Nov 19 06:03:22 2022 New Revision: 1905391 URL: http://svn.apache.org/viewvc?rev=1905391&view=rev Log: Add ApacheCon Asia 2022 slides Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/trunk/

svn commit: r1914736 - in /tomcat/site/trunk: docs/index.html docs/presentations.html xdocs/presentations.xml

2023-12-17 Thread huxing
Author: huxing Date: Sun Dec 17 10:17:53 2023 New Revision: 1914736 URL: http://svn.apache.org/viewvc?rev=1914736&view=rev Log: Add CoC Asia 2023 slides Modified: tomcat/site/trunk/docs/index.html tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations

svn commit: r1799384 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-06-20 Thread huxing
Author: huxing Date: Wed Jun 21 03:06:38 2017 New Revision: 1799384 URL: http://svn.apache.org/viewvc?rev=1799384&view=rev Log: Add more TomcatCon slides and recordings Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/

svn commit: r1799648 - /tomcat/trunk/webapps/examples/WEB-INF/classes/trailers/ResponseTrailers.java

2017-06-22 Thread huxing
Author: huxing Date: Fri Jun 23 06:33:17 2017 New Revision: 1799648 URL: http://svn.apache.org/viewvc?rev=1799648&view=rev Log: Fix typo in trailer fileds example Modified: tomcat/trunk/webapps/examples/WEB-INF/classes/trailers/ResponseTrailers.java Modified: tomcat/trunk/webapps/exam

svn commit: r1800009 - in /tomcat/trunk: java/org/apache/coyote/http11/filters/ChunkedOutputFilter.java webapps/docs/changelog.xml

2017-06-26 Thread huxing
Author: huxing Date: Tue Jun 27 03:23:59 2017 New Revision: 189 URL: http://svn.apache.org/viewvc?rev=189&view=rev Log: Ensure to send a space between trailer field name and field value for HTTP responses trailer fields Modified: tomcat/trunk/java/org/apache/coyote/http11/fil

svn commit: r1801412 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2017-07-09 Thread huxing
Author: huxing Date: Mon Jul 10 04:57:26 2017 New Revision: 1801412 URL: http://svn.apache.org/viewvc?rev=1801412&view=rev Log: Add TomcatCon audio recordings links. Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/t

svn commit: r1924133 - in /tomcat/site/trunk: docs/presentations.html xdocs/presentations.xml

2025-03-02 Thread huxing
Author: huxing Date: Sun Mar 2 13:12:23 2025 New Revision: 1924133 URL: http://svn.apache.org/viewvc?rev=1924133&view=rev Log: Add CoC Asia 2024 slides and videoes Modified: tomcat/site/trunk/docs/presentations.html tomcat/site/trunk/xdocs/presentations.xml Modified: tomcat/site/t

svn commit: r1924134 - /tomcat/site/trunk/docs/presentations/

2025-03-02 Thread huxing
Author: huxing Date: Sun Mar 2 13:14:42 2025 New Revision: 1924134 URL: http://svn.apache.org/viewvc?rev=1924134&view=rev Log: Add slides pdf files for CoC Asia 2024 Added: tomcat/site/trunk/docs/presentations/2024-07-28-cocasia-Han-Li-Boosting-Tomcat-Performance-with-Virtual-Threads

Re: svn commit: r1712361 - /tomcat/trunk/build.properties.default

2015-11-03 Thread Huxing Zhang
=false Thanks, Huxing Zhang -- From:markt Send Time:2015年11月4日(星期三) 02:11 To:dev Subject:svn commit: r1712361 - /tomcat/trunk/build.properties.default Author: markt Date: Tue Nov 3 18:11:13 2015 New Revision: 1712361 URL: http

Re: Tomcat Native 1.2.2

2015-11-04 Thread Huxing Zhang
Hi All, I have trouble running tcnative test under Mac OSX(EI Capitan). I used the jdk8, apr 1.5.2, openssl 1.0.2d(OpenSSL 1.0.2d 9 Jul 2015) to build the tcnative code in trunk. I followed the instructions described in native/BUILDING: Step by step build output is: 1) sh buildconf --with-apr

Re: svn commit: r1712571 - in /tomcat/tc6.0.x/trunk: STATUS.txt extras.xml webapps/docs/changelog.xml

2015-11-04 Thread Huxing Zhang
Hi kkolinko, There seems to be a typo in the commit: +None. Tomcat 6 is Commit-Than-Review since 2015-11-02. Commit-Than-Review should be Commit-Then-Review. -- From:kkolinko Send Time:2015年11月4日(星期三) 23:55 To:dev Subject:svn comm

Re: Tomcat Native 1.2.2

2015-11-05 Thread Huxing Zhang
this problem. cd $openssl_source_dir ./Configure darwin64-x86_64-cc --prefix=/usr/local/openssl shared make make install I am sorry for posting such an email in dev list. Best regards, Huxing -- From:Huxing Zhang Time:2015 Nov 4 (Wed

Re: svn commit: r1712529 - in /tomcat/tc8.0.x/trunk/java/org/apache: catalina/connector/ catalina/core/ coyote/ coyote/ajp/ coyote/http11/

2015-11-05 Thread Huxing Zhang
e is something better. [1] http://vmgump.apache.org/gump/public/tomcat-8.0.x/tomcat-tc8.0.x-test-bio/index.html Thanks, Huxing Zhang -- From:markt Time:2015 Nov 4 (Wed) 18:55 To:dev Subject:svn commit: r1712529 - in /tomcat/tc8.0.

Re: [VOTE] Release Apache Tomcat Native 1.2.2

2015-11-08 Thread Huxing Zhang
manually add a link cd ${tcnative installdir} ln -d libtcnative-1.dylib libtcnative-1.jnilib ==> should be ln -s libtcnative-1.dylib libtcnative-1.jnilib Best Regards, Huxing -- From:Mark Thomas Time:2015 Nov 5 (Thu) 04

Re: Tomcat Native 1.2.2

2015-11-09 Thread Huxing Zhang
Hi Christopher, Thanks for your comments. I used to compile openssl under linux, when I switched my OS to Mac OSX, the openssl building env was not completely clean, which lead to the problem. Will use brew to update openssl later on. Thanks, Huxing

Re: [VOTE] Release Apache Tomcat 9.0.0.M1

2015-11-15 Thread Huxing Zhang
Hi, I have tested tomcat 9.0.0.M1 on Mac OSX EI Capitan. The svn link seems broken to me: http://svn.apache.org/repos/asf/tomcattags/TOMCAT_9_0_0_M1/ Instead, the following url is accessible: http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_9_0_0_M1/ Environment: Mac OSX, jdk 1.8.0_51, apr

A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-16 Thread Huxing Zhang
Following is a step by step guide for those who are interested in trying out the HTTP/2 feature in tomcat9, Please correct me if anything is wrong. Prerequisite: * JDK8: suppose you've already installed * tomcat 9.0.0.M1: Please download from https://dist.apache.org/repos/dist/dev/tomcat/tomcat

Re: A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-16 Thread Huxing Zhang
lter.doFilter(WsFilter.java:53) org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108) Am I missing something? Best Regards, Huxing -- From:Christopher Schultz Time:2015 Nov 17 (T

Re: A step by step guide to try out the HTTP/2 feature in tomcat9

2015-11-17 Thread Huxing Zhang
Mark, Thanks for pointing me out, and I will have a try on h2c using curl. Huxing -- From:Mark Thomas Time:2015 Nov 17 (Tue) 15:24 To:Tomcat Developers List Subject:Re: A step by step guide to try out the HTTP/2 feature in

Re: svn commit: r1715633 - in /tomcat/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/ClassLoaderUtil.java webapps/docs/changelog.xml

2015-11-22 Thread Huxing Zhang
Hi fschumacher, Just a friendly reminder that I had a discussion with kkolinko about this before. I seems that it is better to explicitly define the default value rather than the Boolean.getBoolean syntactic sugar. private static final boolean onlyAttemptFirstLoader = - Boolean.get

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-22 Thread Huxing Zhang
+1 for non-binding. Testing environment: RHEL 6.2, JDK 1.7.0_67, tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/NIO2/APR has successfully passed. Best Regards, Huxing Zhang -- From:Mark Thomas Time:2015 Nov

Re: Today's Tomcat 9 HTTP/2 webinar is now available on YouTube

2015-11-24 Thread Huxing Zhang
For those who can't access youtube, you can find the video on youku.com: http://v.youku.com/v_show/id_XMTM5NTU3Mjk2MA==.html -- From:Mark Thomas Time:2015 Nov 25 (Wed) 07:11 To:us...@tomcat.apache.org Subject:Today's Tomcat 9 HTTP/

Re: [VOTE] Release Apache Tomcat 8.0.30

2015-12-03 Thread Huxing Zhang
+1 for non-binding. Testing environment: RHEL 6.2, JDK 1.7.0_67, tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/NIO2/APR has successfully passed. Best, Huxing Zhang -- From:Rémy Maucherat Time:2015 Dec 3

Re: svn commit: r1718302 - in /tomcat/site/trunk: ./ docs/ xdocs/

2015-12-07 Thread Huxing Zhang
Hi, There is a typo in commit message. Log: Updates (excluding docs) for 8.0.309 release should be 8.0.30? -- From:markt Time:2015 Dec 7 (Mon) 19:18 To:dev Subject:svn commit: r1718302 - in /tomcat/site/trunk: ./ docs/ xdocs/ A

Re: [VOTE] Release Apache Tomcat 7.0.67

2015-12-08 Thread Huxing Zhang
+1 (non-binding) to release. Testing environment: RHEL 6.2, JDK 1.6.0_22(with jdk.7.home point to 1.7.0_67), tcnative 1.2.2, apr 1.5.2 Test results: All the test cases of BIO/NIO/APR has successfully passed. Smoking test based on built-in examples: successful. Best, Huxing Zhang

Re: [VOTE] Release Apache Tomcat Native 1.2.3

2015-12-13 Thread Huxing Zhang
cases run on Tomcat 9 trunk(r1718838): success Best, Huxing Zhang -- From:Konstantin Kolinko Time:2015 Dec 12 (Sat) 15:09 To:Tomcat Developers List Subject:Re: [VOTE] Release Apache Tomcat Native 1.2.3 2015-12-09 23:37 GMT+03:00

Re: [VOTE] Release Apache Tomcat 9.0.10

2018-06-21 Thread Huxing Zhang
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > -- Best Regards! Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 8.5.32

2018-06-22 Thread Huxing Zhang
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > -- Best Regards! Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Slides for ApacheCon EU Roadshow 2018

2018-06-26 Thread Huxing Zhang
Hi All, I have check the presentation page[1] but could only find slide of Mark's "State of the Cat" topic. Do we have slides/recordings for the other topics? [1] http://tomcat.apache.org/presentations.html -- Best

Re: Slides for ApacheCon EU Roadshow 2018

2018-06-30 Thread Huxing Zhang
] https://www.youtube.com/watch?v=MRx0PZilMBY&index=15&list=PLU2OcwpQkYCyuV8Fza7dVAEg5FW2Pzg-8&t=219s On Wed, Jun 27, 2018 at 3:39 PM, Rainer Jung wrote: > Am 27.06.2018 um 01:40 schrieb Huxing Zhang: >> >> Hi All, >> >> I have check the presentation page[1] b

Re: [VOTE] Release Apache Tomcat 7.0.90

2018-07-04 Thread Huxing Zhang
/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_90/ > > The proposed 7.0.90 release is: > [ ] Broken - do not release > [ ] Stable - go ahead and release as 7.0.90 Stable > > Regards, > Violeta -- Best Regards! Huxing -

Duplicate registration of ServletContextListerner

2018-07-25 Thread Huxing Zhang
so noticed that there are getServletRegistrations() and getFilterRegistrations() in servletContext, why can't we have API like getListeners()? -- Best Regards! Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For addi

Re: Duplicate registration of ServletContextListerner

2018-07-25 Thread Huxing Zhang
Hi, On Thu, Jul 26, 2018 at 2:57 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Huxing, > > On 7/25/18 11:28 AM, Huxing Zhang wrote: >> Hi, >> >> Recently I am working on implementing a feature that can >> automa

Re: Duplicate registration of ServletContextListerner

2018-07-26 Thread Huxing Zhang
On Fri, Jul 27, 2018 at 3:02 AM, Mark Thomas wrote: > On July 26, 2018 6:08:09 PM UTC, Christopher Schultz > wrote: >>-BEGIN PGP SIGNED MESSAGE- >>Hash: SHA256 >> >>Mark, >> >>On 7/26/18 5:21 AM, Mark Thomas wrote: >>> On 26/07/2018 0

Re: [VOTE] Release Apache Tomcat 9.0.12

2018-09-08 Thread Huxing Zhang
> The proposed 9.0.12 release is: > [ ] Broken - do not release > [ ] Stable - go ahead and release as 9.0.12 > > - > To unsubscribe, e-mail: dev-unsubscr...@tomcat.ap

Re: [VOTE] Release Apache Tomcat 7.0.91

2018-09-19 Thread Huxing Zhang
ok. Test web application works well. > > Regards, > Violeta -- Best Regards! Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Found 6.0.45 and 6.0.44 release announcement in tomcat.apache.org

2016-03-21 Thread Huxing Zhang
Hi All, I found that there are two release announcement, 6.0.45(2016-02-11) and 6.0.44(2015-05-12) in the following url: http://tomcat.apache.org/ Is that expected? Thanks, Huxing - To unsubscribe, e-mail: dev-unsubscr

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Huxing Zhang
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 tom

Re: [VOTE] Release Apache Tomcat 8.5.0

2016-03-22 Thread Huxing Zhang
8.5.0 2016-03-22 13:31 GMT+02:00 Violeta Georgieva : > > Hi, > > 2016-03-22 9:25 GMT+02:00 Huxing Zhang : > > > > Hi, > > > > I have following observations: > > > > 0. in NOTICE it sill mentions the following XML schemas, which I think > > sh

Re: [VOTE] Release Apache Tomcat 8.0.33

2016-03-24 Thread Huxing Zhang
The proposed 8.0.33 release is: [ x ] Stable - go ahead and release as 8.0.33 -- From:Mark Thomas Time:2016 Mar 19 (Sat) 04:55 To:dev@tomcat.apache.org Subject:[VOTE] Release Apache Tomcat 8.0.33 The proposed Apache Tomcat 8.0.33

tomcat 9.0.x/8.5.x github mirror

2016-03-30 Thread Huxing Zhang
Hi, I am wondering that is there any plan on setting up github mirror for tomcat 9.0.x/8.5.x branch? If so, what is the ETA of it? Thanks, Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: tomcat 9.0.x/8.5.x github mirror

2016-03-30 Thread Huxing Zhang
mirror for tomcat 9.0.x/8.5.x branch? If so, what is the ETA of it? Thanks, Huxing - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: tomcat 9.0.x/8.5.x github mirror

2016-04-06 Thread Huxing Zhang
Hi Mark, I have confirmed the availability of 8.5.x github mirror. Thanks! -- From:Mark Thomas Time:2016 Apr 2 (Sat) 22:37 To:Tomcat Developers List Subject:Re: tomcat 9.0.x/8.5.x github mirror On 31/03/2016 04:08, Huxing Zhang

Re: [GUMP@vmgump]: Project tomcat-tc7.0.x-test-apr (in module tomcat-7.0.x) failed

2016-04-08 Thread Huxing Zhang
Hi, I got the same failure as the CI build report. http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x-test-apr/gump_file/TEST-org.apache.tomcat.websocket.server.TestClose.APR.txt.html Rx: NORMAL_CLOSURE junit.framework.AssertionFailedError: Rx: NORMAL_CLOSURE at org.apache

Re: [VOTE] Release Apache Tomcat 7.0.69

2016-04-14 Thread Huxing Zhang
The proposed 7.0.69 release is: [ x ] Stable - go ahead and release as 7.0.69 Stable -- From:Violeta Georgieva Time:2016 Apr 11 (Mon) 18:55 To:Tomcat Developers List Subject:[VOTE] Release Apache Tomcat 7.0.69 The proposed Apache

Adding tomcat to HTTP/2 implementation list

2016-04-18 Thread Huxing Zhang
Hi, I am planing to add tomcat to the list of known HTTP/2 implementation: https://github.com/http2/http2-spec/wiki/Implementations Before committing, I would like to confirm with you guys: Name: Apache Tomcat 8.5+(http://tomcat.apache.org/) Language: Java role(s): Server negotiation(s):

Re: Adding tomcat to HTTP/2 implementation list

2016-04-19 Thread Huxing Zhang
19/04/2016 03:53, Huxing Zhang wrote: > Hi, > > I am planing to add tomcat to the list of known HTTP/2 implementation: > https://github.com/http2/http2-spec/wiki/Implementations > > Before committing, I would like to confirm with you guys: > > Name: Apache Tomcat 8.5+(

Re: [VOTE] Release Apache Tomcat 9.0.0.M5

2016-05-10 Thread Huxing Zhang
Hi, The proposed 9.0.0.M5 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M5 * The unit test has all passed in my environment. * Tested the direct HTTP/2 connection support using h2load, it works fine now! Thanks for the hard work! --

Re: Using modern development tools for friendlier environment for newcomers

2016-06-07 Thread Huxing Zhang
+1 for migrating from svn to git. -- From:Mark Thomas Time:2016 Jun 7 (Tue) 17:33 To:Tomcat Developers List Subject:Re: Using modern development tools for friendlier environment for newcomers On 07/06/2016 10:17, Martin Grigorov

Re: [VOTE] Release Apache Tomcat 9.0.0.M8

2016-06-11 Thread Huxing Zhang
Hi The proposed 9.0.0.M8 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M8 No test cases failure. Examples ok. Our test app works fine. -- From:Mark Thomas Time:2016 Jun 8 (Wed) 00:02 To:dev@tom

Re: [VOTE] Release Apache Tomcat 8.5.3

2016-06-11 Thread Huxing Zhang
The proposed 8.5.3 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.5.3 [ ] Beta - go ahead and release as 8.5.3 [ X ] Stable - go ahead and release as 8.5.3 No test case failure. Examples ok. Some suggestions: * Add tomcat 8.5.x to http://wiki.apache.org/tomcat/To

Re: Timescale for 8.0.x EOL

2016-06-13 Thread Huxing Zhang
Looks good. +1 -- From:Mark Thomas Time:2016 Jun 13 (Mon) 23:47 To:dev@tomcat.apache.org Subject:Timescale for 8.0.x EOL Now we have a stable release of 8.5.x, I'd like to finialise the end of life date for 8.0.x so we can publish

Re: [VOTE] Release Apache Tomcat 9.0.0.M9

2016-07-08 Thread Huxing Zhang
Hi: The proposed 9.0.0.M9 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M9 No test cases failure. Examples ok. Our test app works fine. -- From:Mark Thomas Time:2016 Jul 5 (Tue) 03:03 To:dev@tom

Re: [VOTE] Release Apache Tomcat 8.5.4

2016-07-11 Thread Huxing Zhang
Hi The proposed 8.5.4 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.5.4 [ ] Beta - go ahead and release as 8.5.4 [ X ] Stable - go ahead and release as 8.5.4 No test case failure. Examples ok. Our test app works fine.

Re: [VOTE] Release Apache Tomcat 9.0.0.M10

2016-09-02 Thread Huxing Zhang
The proposed 9.0.0.M10 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M10 No test case failure except the following: [concat] Testsuites with failed tests: [concat] TEST-org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser.APR

Re: [VOTE] Release Apache Tomcat 8.5.5

2016-09-02 Thread Huxing Zhang
The proposed 8.5.5 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.5.5 [ ] Beta - go ahead and release as 8.5.5 [ X ] Stable - go ahead and release as 8.5.5 No test failure. Examples ok. Our test app works fine.

Re: [VOTE] Release Apache Tomcat 8.0.37

2016-09-02 Thread Huxing Zhang
The proposed 8.0.37 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.0.37 No test failure. Examples ok. Our test app works fine. -- From:Mark Thomas Time:2016 Sep 1 (Thu) 18:57 To:dev@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 7.0.72

2016-09-18 Thread Huxing Zhang
The proposed 7.0.72 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 7.0.72 Stable Test cases ok. Examples ok. Our test app works fine. -- From:Violeta Georgieva Time:2016 Sep 14 (Wed) 21:02 To:Tomcat D

Re: [PATCH] - rat-output.xml tweaks for tc8.0.x tc8.5.x trunk

2016-09-22 Thread Huxing Zhang
Hi Gavin, Please file the patch to trunk, and it will be backported to 8.5.x, 8.x if possible. -- From:Gavin McDonald Time:2016 Sep 23 (Fri) 07:17 To:Tomcat Developers List Subject:RE: [PATCH] - rat-output.xml tweaks for tc8.0.x t

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-07 Thread Huxing Zhang
Hi, Although it is a bit late, the tc native 1.2.10 example fails with openssl 1.0.2j, following is the output: Buildfile: /home/admin/tomcat/tcnative/tomcat-native-1.2.10-src/build.xml clean: [delete] Deleting directory /home/admin/tomcat/tcnative/tomcat-native-1.2.10-src/dist env:

Re: [VOTE] Release Apache Tomcat 9.0.0.M11

2016-10-08 Thread Huxing Zhang
The proposed 9.0.0.M11 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M11 -- From:Mark Thomas Time:2016 Oct 7 (Fri) 03:52 To:dev@tomcat.apache.org Subject:[VOTE] Release Apache Tomcat 9.0.0.M11

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-09 Thread Huxing Zhang
fine. -- From:Rainer Jung Time:2016 Oct 8 (Sat) 19:47 To:Tomcat Developers List Subject:Re: [VOTE] Release Apache Tomcat Native 1.2.10 Hi, Am 08.10.2016 um 05:08 schrieb Huxing Zhang: ... > [echo] tc.library.path = > /home/admin/tomcat/tcnative/tomcat-native

Re: [VOTE] Release Apache Tomcat Native 1.2.10

2016-10-09 Thread Huxing Zhang
Hi Rainer, Thanks for the detailed explanation, it is quite helpful. I've added the clean up code in my building script, it should never happen again :) Thanks, Huxing -- From:Rainer Jung Time:2016 Oct 9 (Sun) 19:26 To:T

Re: [VOTE] Release Apache Tomcat 8.5.6

2016-10-09 Thread Huxing Zhang
The proposed 8.5.6 release is: [ ] Broken - do not release [ ] Alpha - go ahead and release as 8.5.6 [ ] Beta - go ahead and release as 8.5.6 [ X ] Stable - go ahead and release as 8.5.6 -- From:Mark Thomas Time:2016 Oct 7 (Fri) 0

Re: [VOTE] Release Apache Tomcat 8.0.38

2016-10-09 Thread Huxing Zhang
The proposed 8.0.38 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.0.38 -- From:Mark Thomas Time:2016 Oct 7 (Fri) 05:19 To:dev@tomcat.apache.org Subject:[VOTE] Release Apache Tomcat 8.0.38 The pro

Re: [VOTE] Release Apache Tomcat 9.0.0.M18

2017-03-09 Thread Huxing Zhang
The proposed 9.0.0.M18 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M18 Test cases all passed. Our test web app works fine. One exception. The server push example will be failing by throwing an NPE if HTTP/2 is not supported. Stack trace is: java.lang.Null

Re: [VOTE] Release Apache Tomcat 8.5.12

2017-03-10 Thread Huxing Zhang
The proposed 8.5.12 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.5.12 Test cases all passed. Our test web app works fine. One exception. The server push example will be failing by throwing an NPE if HTTP/2 is not supported. Stack trace is: java.lang.NullPoint

Re: [VOTE] Release Apache Tomcat 7.0.76

2017-03-15 Thread Huxing Zhang
Hi, The proposed 7.0.76 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 7.0.76 Stable Test cases all passed. Our test webapp runs fine. -- From:Mark Thomas Time:2017 Mar 9 (Thu) 22:11 To:Tomcat Devel

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-14 Thread Huxing Zhang
Hi, The proposed 9.0.0.M20 release is: [ ] Broken - do not release [ X ] Alpha - go ahead and release as 9.0.0.M20 Test cases: ok. Our test web app works fine. -- From:Mark Thomas Time:2017 Apr 13 (Thu) 04:20 To:Tomcat Developers L

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-14 Thread Huxing Zhang
The proposed 8.5.14 release is: [ ] Broken - do not release [ X ] Stable - go ahead and release as 8.5.14 Test case: ok Our test web application works fine -- From:Mark Thomas Time:2017 Apr 13 (Thu) 21:13 To:Tomcat Developers List

Re: [ANN] New committer: Michael Osipov

2017-05-08 Thread Huxing Zhang
Congratulations! -- From:Mark Thomas Time:2017 May 8 (Mon) 16:08 To:Tomcat Users List Cc:Tomcat Developers List Subject:[ANN] New committer: Michael Osipov On behalf of the Tomcat committers I am pleased to announce that Michael

  1   2   >