Re: [VOTE] Release Apache Tomcat 8.5.64

2021-03-08 Thread Keiichi Fujino
2021年3月5日(金) 8:49 Mark Thomas : > The proposed Apache Tomcat 8.5.64 release is now available for voting. > > The notable changes compared to the 8.5.63 release are: > > - Improvements to Async and non-blocking IO error handling > > - Improvements to handling of OpenSSL errors > > - Align the

Re: [VOTE] Release Apache Tomcat 9.0.44

2021-03-08 Thread Keiichi Fujino
2021年3月5日(金) 7:22 Mark Thomas : > The proposed Apache Tomcat 9.0.44 release is now available for voting. > > The notable changes compared to the 9.0.43 release are: > > - Improvements to Async and non-blocking IO error handling > > - Improvements to handling of OpenSSL errors > > - Align the

Re: [VOTE] Release Apache Tomcat 10.0.4

2021-03-08 Thread Keiichi Fujino
2021年3月5日(金) 20:26 Mark Thomas : > The proposed Apache Tomcat 10.0.4 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > > Applications that run on Tomcat

Re: Removing JDBC mode from JDBCStore

2020-11-10 Thread Keiichi Fujino
2020年11月9日(月) 22:45 Rémy Maucherat : > Hi, > > As part of https://github.com/apache/tomcat/pull/376 and along with the > similar removal of JDBCRealm, I would like to propose: > - Remove JDBC code from JDBCStore in Tomcat 10, in favor of DataSource > code; this allows simplifying and removing

Re: [tomcat] branch master updated: Add extended ErrorReportValve that returns response as JSON instead of HTML

2020-10-18 Thread Keiichi Fujino
2020年10月16日(金) 22:08 Martin Grigorov : > On Wed, Oct 14, 2020 at 5:55 PM wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > kfujino pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > > > > > The following

Re: Deprecated JDBCRealm

2020-09-15 Thread Keiichi Fujino
2020年9月15日(火) 3:53 Mark Thomas : > All, > > I'd like to proposed the following: > - Deprecated the JDBCRealm in 7.0.x, 8.5.x and 9.0.x > - Remove the JDBCRealm in 10.0.x > > The reasons for this are: > - The JDBCRealm is single threaded > - The DataSourceRealm is a better solution > > Thoughts? >

Re: [VOTE] Release Apache Tomcat 9.0.38

2020-09-10 Thread Keiichi Fujino
2020年9月10日(木) 18:03 Mark Thomas : > The proposed Apache Tomcat 9.0.38 release is now available for voting. > > The notable changes compared to the 9.0.37 release are: > > - For requests containing the Expect: 100-continue header, optional > support has been added to delay sending an

Re: [VOTE] Release Apache Tomcat 10.0.0-M8

2020-09-10 Thread Keiichi Fujino
2020年9月9日(水) 23:57 Mark Thomas : > The proposed Apache Tomcat 10.0.0-M8 release is now available for > voting. > > Apache Tomcat 10.x implements Jakarta EE 9 and, as such, the primary > package for all the specification APIs has changed from javax.* to > jakarta.* > Applications that run on

Re: [PROPOSAL] Remove the functional specs from docs webapp

2020-08-12 Thread Keiichi Fujino
+1 2020年8月11日(火) 0:46 Mark Thomas : > Hi all, > > I'd like to propose removing all the functional spec pages from the > documentation web application. > > My reasoning for this proposal is, in short, that we aren't using or > maintaining these pages. > > I don't recall any discussion of these

Re: [VOTE] Release Apache Tomcat 8.5.51

2020-02-11 Thread Keiichi Fujino
2020年2月6日(木) 7:49 Mark Thomas : > The proposed Apache Tomcat 8.5.51 release is now available for voting. > > The major changes compared to the 8.5.50 release are: > > - AJP defaults changed to listen the loopback address, require a secret > and to be disabled in the sample server.xml > > - The

Re: [VOTE] Release Apache Tomcat 9.0.31

2020-02-11 Thread Keiichi Fujino
2020年2月6日(木) 6:27 Mark Thomas : > The proposed Apache Tomcat 9.0.31 release is now available for voting. > > The major changes compared to the 9.0.30 release are: > > - AJP defaults changed to listen the loopback address, require a secret > and to be disabled in the sample server.xml > > - The

Re: [VOTE] Release Apache Tomcat 10.0.0.0-M1

2020-02-11 Thread Keiichi Fujino
2020年2月6日(木) 4:22 Mark Thomas : > The proposed Apache Tomcat 10.0.0.0-M1 release is now available for > voting. This is the first release of 10.0.0.x and is based on 9.0.31. > > The major changes compared to 9.0.31 are: > > - Complete the javax to jakarta package rename > > - Remove duplication

Re: Tomcat 7.0.x end of life

2020-01-15 Thread Keiichi Fujino
2020年1月15日(水) 5:56 Mark Thomas : > Hi all, > > This has been mentioned several times as we have figured out our > approach to Jakarta EE 9 and Tomcat 10. I'd like to formally propose > that we announce end of life for Tomcat 7.0.x as 31 March 2021. > > Thoughts? > > +1 > Mark > >

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-22 Thread Keiichi Fujino
2019年5月22日(水) 20:27 Mark Thomas : > On 22/05/2019 07:37, Keiichi Fujino wrote: > > > > > It seems that the recordAllActions flag is not set in the newly created > > DeltaRequest. > > I reworked the patch multiple times and forgot that for this iteration. > T

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-22 Thread Keiichi Fujino
2019年5月22日(水) 6:43 Mark Thomas : > On 21/05/2019 13:34, Mark Thomas wrote: > > On 21/05/2019 09:03, Keiichi Fujino wrote: > >> 2019年5月16日(木) 21:55 mailto:ma...@apache.org>>: > >> > >> This is an automated email from the ASF dual-hosted git repos

Re: [tomcat] 02/03: Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 poss deadlock

2019-05-21 Thread Keiichi Fujino
2019年5月16日(木) 21:55 : > This is an automated email from the ASF dual-hosted git repository. > > markt pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/tomcat.git > > commit ab70de3278d5e506661faeb5febf71a061b89179 > Author: Mark Thomas > AuthorDate: Thu May 16

Re: [VOTE] Release Apache Tomcat 7.0.94

2019-04-11 Thread Keiichi Fujino
2019年4月11日(木) 2:22 Mark Thomas : > The proposed Apache Tomcat 7.0.94 release is now available for voting. > > The major changes compared to the 7.0.93 release are: > > - Fix for CVE-2019-0232 a RCE vulnerability on Windows > > - Add support for Java 11 to the JSP compiler. Java 12 and 13 are also

Re: [VOTE] Release Apache Tomcat 8.5.40

2019-04-11 Thread Keiichi Fujino
2019年4月10日(水) 23:58 Mark Thomas : > The proposed Apache Tomcat 8.5.40 release is now available for voting. > > The major changes compared to the 8.5.39 release are: > > - Fix for CVE-2019-0232 a RCE vulnerability on Windows > > - Add support for Java 11 to the JSP compiler. Java 12 and 13 are

Re: [VOTE] Release Apache Tomcat 9.0.18

2019-04-11 Thread Keiichi Fujino
2019年4月10日(水) 22:44 Mark Thomas : > The proposed Apache Tomcat 9.0.18 release is now available for voting. > > The major changes compared to the 9.0.17 release are: > > - Fix for CVE-2019-0232 a RCE vulnerability on Windows > > - Add support for Java 11 to the JSP compiler. Java 12 and 13 are

Re: [tomcat] branch test#PR140 created (now 6b3b338)

2019-03-18 Thread Keiichi Fujino
Sorry for accidentally test branch. please ignore it. 2019年3月19日(火) 14:37 : > This is an automated email from the ASF dual-hosted git repository. > > kfujino pushed a change to branch test#PR140 > in repository https://gitbox.apache.org/repos/asf/tomcat.git. > > > at 6b3b338 Improved

Re: [VOTE] Release Apache Tomcat 9.0.17

2019-03-15 Thread Keiichi Fujino
2019年3月14日(木) 3:23 Mark Thomas : > The proposed Apache Tomcat 9.0.17 release is now available for voting. > > The major changes compared to the 9.0.16 release are: > > - The APR/Native connector now supports both OpenSSL and JSSE TLS > configuration syntax (NIO and NIO2 already support this) >

Re: [VOTE] Migrate to git

2019-02-23 Thread Keiichi Fujino
2019年2月22日(金) 1:13 Mark Thomas : > This is a VOTE to migrate the primary source code repository for Apache > Tomcat 9.0.x, 8.5.x and 7.0.x from svn to git. > > The migration will be performed as per: > https://cwiki.apache.org/confluence/display/TOMCAT/Git+migration > > with the following

Re: [VOTE] Release Apache Tomcat 9.0.16

2019-02-05 Thread Keiichi Fujino
2019年2月5日(火) 2:00 Mark Thomas : > The proposed Apache Tomcat 9.0.16 release is now available for voting. > > The major changes compared to the 9.0.14 release are: > > - Update the packaged version of the Tomcat Native Library to 1.2.21 >to pick up the memory leak fixes when using NIO/NIO2

Re: [ANN] New committer: Woonsan Ko

2018-12-19 Thread Keiichi Fujino
Congratulations! Welcome Woonsan! 2018年12月19日(水) 18:56 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Woonsan Ko (woonsan) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Kind regards, > > Mark > >

Re: [VOTE] Release Apache Tomcat 9.0.14

2018-12-09 Thread Keiichi Fujino
2018年12月7日(金) 6:37 Mark Thomas : > The proposed Apache Tomcat 9.0.14 release is now available for voting. > > The major changes compared to the 9.0.13 release are: > > - Significant expansion of localisation support with the addition of > Brazilian Portuguese, Korean and Chinese (simplified) as

Re: For review: EncryptInterceptor for Cluster/Tribes

2018-10-25 Thread Keiichi Fujino
Hi Chris! Because the argument svc is basically passed the value of SND_RX_SEQ (1) | Channel.SND_TX_SEQ (2) | MBR_RX_SEQ (4) | MBR_TX_SEQ (8), so you need to fix the following in start method. == if(Channel.SND_TX_SEQ == svc) -> if (Channel.SND_TX_SEQ == (svc & Channel.SND_TX_SEQ)) == In order

Re: svn commit: r1843886 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: CloudMembershipService.java KubernetesMembershipProvider.java

2018-10-16 Thread Keiichi Fujino
2018年10月16日(火) 16:33 Rémy Maucherat : > On Tue, Oct 16, 2018 at 7:37 AM Keiichi Fujino wrote: > > > 2018年10月15日(月) 17:39 : > > > > > > > +byte[] id = > > > md5.digest(uid.getBytes(StandardCharsets.US_ASCII)); &g

Re: svn commit: r1843886 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud: CloudMembershipService.java KubernetesMembershipProvider.java

2018-10-15 Thread Keiichi Fujino
2018年10月15日(月) 17:39 : > Author: remm > Date: Mon Oct 15 08:39:26 2018 > New Revision: 1843886 > > URL: http://svn.apache.org/viewvc?rev=1843886=rev > Log: > Try to get the member uid from the cloud, it seems more appropriate > overall. > > Modified: > >

Re: svn commit: r1843415 - /tomcat/trunk/java/org/apache/catalina/tribes/membership/cloud/KubernetesMembershipProvider.java

2018-10-14 Thread Keiichi Fujino
2018年10月10日(水) 18:31 : > Author: remm > Date: Wed Oct 10 09:31:54 2018 > New Revision: 1843415 > > URL: http://svn.apache.org/viewvc?rev=1843415=rev > Log: > There's a "uid" in metadata, so try to use it. Also add back a needed test > I accidentally removed. > > Modified: > >

Re: [VOTE] Release JK 1.2.44

2018-08-28 Thread Keiichi Fujino
2018年8月25日(土) 1:56 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_44/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release with a handful of bug fixes and some > clean-up. It also includes Windows binaries

Re: svn commit: r1836707 - in /tomcat/trunk/java/org/apache/catalina/tribes/membership: StaticMembershipProvider.java StaticMembershipService.java

2018-07-27 Thread Keiichi Fujino
2018-07-26 18:36 GMT+09:00 Mark Thomas : > On 26/07/2018 11:27, kfuj...@apache.org wrote: > >> Author: kfujino >> Date: Thu Jul 26 09:27:35 2018 >> New Revision: 1836707 >> >> URL: http://svn.apache.org/viewvc?rev=1836707=rev >> Log: >> Add New Static Membership Service implementations. >> -

Re: [VOTE] Release JK 1.2.43

2018-03-05 Thread Keiichi Fujino
2018-03-02 3:15 GMT+09:00 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_43/ > > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > > This is a maintenance release with a handful of bug fixes. It also > includes Windows

Re: svn commit: r1825351 - in /tomcat/trunk: java/org/apache/catalina/Manager.java java/org/apache/catalina/session/ManagerBase.java java/org/apache/catalina/session/StandardSession.java webapps/docs/

2018-02-27 Thread Keiichi Fujino
2018-02-26 19:00 GMT+09:00 : > Author: markt > Date: Mon Feb 26 10:00:12 2018 > New Revision: 1825351 > > URL: http://svn.apache.org/viewvc?rev=1825351=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=43866 > Add additional attributes to the Manager to provide

Re: [VOTE] Release Apache Tomcat 8.5.28

2018-02-08 Thread Keiichi Fujino
2018-02-07 8:33 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.28 release is now available for voting. > > The major changes compared to the 8.5.27 release are: > > - Fix truncated request input streams when using NIO2 with TLS. > > - Improved error handling and

Re: [VOTE] Release Apache Tomcat 9.0.5

2018-02-08 Thread Keiichi Fujino
2018-02-07 7:08 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.5 release is now available for voting. > > The major changes compared to the 9.0.4 release are: > > - Refactor error handling to enable errors that occur before processing > is passed to the application

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-14 Thread Keiichi Fujino
2017-04-13 22:12 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.14 release is now available for voting. > > The major changes compared to the 8.5.13 release are: > > - Correct a regression that broke JMX operations (including the Manager > web application) if the

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-14 Thread Keiichi Fujino
2017-04-13 5:11 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M20 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.5.13

2017-03-29 Thread Keiichi Fujino
2017-03-28 0:13 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.13 release is now available for voting. > > The major changes compared to the 8.5.12 release are: > > - Various HTTP/2 improvements > > - Fixes for sendfile related issues that could cause subsequent

Re: [VOTE] Release Apache Tomcat 9.0.0.M19

2017-03-29 Thread Keiichi Fujino
2017-03-27 21:56 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M19 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [POLL] Will you be at ApacheCon NA 2017?

2017-02-02 Thread Keiichi Fujino
Hi my answer is > > I will be attending ApacheCon NA: > > [ ] Yes > [ X ] Maybe > [ ] No > > I will talk to my employer about attending this event. > If attending, I would be willing to present a session at TomcatCon: > > [ X ] Yes > [ ] Maybe > [ ] No > >

Re: [VOTE] Release Apache Tomcat 7.0.74

2017-01-17 Thread Keiichi Fujino
2017-01-13 19:55 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.74 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.74/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.40

2017-01-17 Thread Keiichi Fujino
2017-01-13 21:39 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 8.0.40 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-8/v8.0.40/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.5.11

2017-01-12 Thread Keiichi Fujino
2017-01-11 6:28 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.11 release is now available for voting. > > The major changes compared to the 8.5.9 release are: > > - HTTP/2 fixes and improvements > > - Improve the logic that selects an address to use to unlock the >

Re: [VOTE] Release Apache Tomcat 9.0.0.M17

2017-01-12 Thread Keiichi Fujino
2017-01-11 6:28 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M17 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.5.9

2016-12-06 Thread Keiichi Fujino
2016-12-06 5:44 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.9 release is now available for voting. > > The major changes compared to the 8.5.8 release are: > > > - Improvements to SPNEGO authentication. Patches provided by Michael > Osipov. > > - Correct

Re: [VOTE] Release Apache Tomcat 9.0.0.M15

2016-12-06 Thread Keiichi Fujino
2016-12-05 23:47 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M15 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 7.0.73

2016-11-10 Thread Keiichi Fujino
2016-11-08 7:15 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.73 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.73/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.5.8

2016-11-06 Thread Keiichi Fujino
2016-11-04 6:50 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.8 release is now available for voting. > > 8.5.8 corrects a regression 8.5.7. > > The major changes compared to the 8.5.6 release are: > > - Implement header limits for HTTP/2 > > - Improve handling of I/O

Re: [VOTE] Release Apache Tomcat 9.0.0.M13

2016-11-06 Thread Keiichi Fujino
2016-11-04 6:40 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M13 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] JK 1.2.42

2016-09-30 Thread Keiichi Fujino
2016-09-27 23:23 GMT+09:00 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_42/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > This is a maintenance release with a handful of bug fixes. It also > includes Windows

Re: [VOTE] JK 1.2.42

2016-09-28 Thread Keiichi Fujino
2016-09-27 23:23 GMT+09:00 Mark Thomas : > Tag: > http://svn.apache.org/viewvc/tomcat/jk/tags/JK_1_2_42/ > > Source: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-connectors/jk/ > > This is a maintenance release with a handful of bug fixes. It also > includes Windows

Re: [VOTE] Release Apache Tomcat 8.5.5

2016-09-02 Thread Keiichi Fujino
2016-09-01 5:48 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.5 release is now available for voting. > > The major changes compared to the 8.5.4 release are: > > > - limited support for wildcard Host names and aliases > > - fix regressions in JSSE TLS handshake > > -

Re: [VOTE] Release Apache Tomcat 8.0.37

2016-09-02 Thread Keiichi Fujino
2016-09-01 19:56 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.37 release is now available for voting. > > The main changes since 8.0.36 are: > > - treat paths used to obtain a request dispatcher as encoded > (configurable) > > - update the packaged version of the

Re: [VOTE] Release Apache Tomcat 9.0.0.M10

2016-09-02 Thread Keiichi Fujino
2016-09-01 1:21 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M10 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

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

2016-08-04 Thread Keiichi Fujino
2016-08-04 14:47 GMT+09:00 Felix Schumacher < felix.schumac...@internetallee.de>: > > > Am 3. August 2016 11:36:34 MESZ, schrieb kfuj...@apache.org: > >Author: kfujino > >Date: Wed Aug 3 09:36:34 2016 > >New Revision: 1755056 > > > >URL: http://svn.apache.org/viewvc?rev=1755056=rev > >Log: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M9

2016-07-05 Thread Keiichi Fujino
2016-07-05 4:03 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M9 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: Timescale for 8.0.x EOL

2016-06-20 Thread Keiichi Fujino
2016-06-20 19:12 GMT+09:00 Mark Thomas : > > > Since it seems there is some interest in maintaining 8.0.x beyond > September, how about we announce that: > - the monthly release cycle for 8.0.x will end in September > - new features and bug fixes are unlikely to be back-ported

Re: [VOTE] Release Apache Tomcat 7.0.70

2016-06-19 Thread Keiichi Fujino
2016-06-16 4:47 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.70 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.70/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 8.0.36

2016-06-09 Thread Keiichi Fujino
2016-06-09 23:17 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.36 release is now available for voting. > > The main changes since 8.0.35 are: > > - Ensure error will not be thrown during deployment when scanning jar > files with no or invalid MANIFEST.MF files. > >

Re: [VOTE] Release Apache Tomcat 8.5.3

2016-06-09 Thread Keiichi Fujino
2016-06-09 21:13 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.3 release is now available for voting. > > The major changes compared to the 8.5.2 release are: > > - Ensure error will not be thrown during deployment when scanning jar > files with no or invalid

Re: [VOTE] Release Apache Tomcat 9.0.0.M8

2016-06-09 Thread Keiichi Fujino
2016-06-08 1:02 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M8 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.0.35

2016-05-12 Thread Keiichi Fujino
2016-05-12 7:34 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.35 release is now available for voting. > > 8.0.35 corrects a regression found in 8.0.34. > > The main changes since 8.0.33 are: > > - Make the default TLS configuration more secure. > > - Update the

Re: [VOTE] Release Apache Tomcat 8.5.2

2016-05-12 Thread Keiichi Fujino
2016-05-12 7:22 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.5.2 release is now available for voting. > > 8.5.2 corrects a regression found in 8.5.1. > > The major changes compared to the 8.5.0 release are: > - Add the org.apache.catalina.servlet4preview package that

Re: [VOTE] Release Apache Tomcat 9.0.0.M6

2016-05-12 Thread Keiichi Fujino
2016-05-12 7:06 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M6 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: svn commit: r1740047 - in /tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes: group/ group/interceptors/ membership/ transport/ transport/bio/ transport/nio/

2016-04-20 Thread Keiichi Fujino
2016-04-20 18:15 GMT+09:00 Konstantin Kolinko : > 2016-04-20 8:04 GMT+03:00 : > > Author: kfujino > > Date: Wed Apr 20 05:04:19 2016 > > New Revision: 1740047 > > > > URL: http://svn.apache.org/viewvc?rev=1740047=rev > > Log: > > Change the channel

Re: [VOTE] Release Apache Tomcat 7.0.69

2016-04-13 Thread Keiichi Fujino
2016-04-11 19:55 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.69 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.69/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-15 Thread Keiichi Fujino
2016-03-12 22:58 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M4 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 7.0.68

2016-02-11 Thread Keiichi Fujino
2016-02-09 16:18 GMT+09:00 Violeta Georgieva : > The proposed Apache Tomcat 7.0.68 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.68/ > The Maven staging repo is: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M3

2016-02-03 Thread Keiichi Fujino
2016-02-02 9:20 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 9.0.0.M3 release is now available for voting. > > This is a milestone release for the 9.0.x branch. It should be > noted that, as a milestone release: > - Servlet 4.0 is not finalised > - The EGs have not

Re: [VOTE] Release Apache Tomcat 8.0.32

2016-02-03 Thread Keiichi Fujino
2016-02-03 18:05 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.32 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the Tomcat Native

Re: svn commit: r1716327 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LocalStrings.properties

2016-01-29 Thread Keiichi Fujino
2016-01-29 21:42 GMT+09:00 Mark Thomas : > On 29/01/2016 12:15, Mark Thomas wrote: > > On 25/11/2015 08:40, kfuj...@apache.org wrote: > >> Author: kfujino > >> Date: Wed Nov 25 08:40:23 2015 > >> New Revision: 1716327 > >> > >> URL: http://svn.apache.org/viewvc?rev=1716327=rev >

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-25 15:57 GMT+09:00 Keiichi Fujino <kfuj...@apache.org>: > > > 2016-01-23 7:21 GMT+09:00 Mark Thomas <ma...@apache.org>: > >> The proposed Apache Tomcat 8.0.31 release is now available for voting. >> >> The main changes sin

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-25 15:20 GMT+09:00 Tatsuya Bessho : > 2016-01-23 7:21 GMT+09:00 Mark Thomas : > > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > > > The main changes since 8.0.30 are: > > > > - Restore the default for

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-23 7:21 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.31 release is now available for voting. > > The main changes since 8.0.30 are: > > - Restore the default for mapperContextRootRedirectEnabled to true > > - Update the packaged version of the Tomcat Native

Re: svn commit: r1725263 - in /tomcat/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/ webapps/docs/config/

2016-01-18 Thread Keiichi Fujino
2016-01-18 22:13 GMT+09:00 : > Author: markt > Date: Mon Jan 18 13:13:35 2016 > New Revision: 1725263 > > URL: http://svn.apache.org/viewvc?rev=1725263=rev > Log: > Expand the session attribute filtering options > - new option to filter based on implementation class of value > -

Re: Time for Tomcat 7.0.66

2015-11-25 Thread Keiichi Fujino
2015-11-25 16:51 GMT+09:00 Violeta Georgieva : > 2015-11-25 9:32 GMT+02:00 Konstantin Kolinko : > > > > 2015-11-24 22:38 GMT+03:00 Violeta Georgieva : > > > Hi, > > > > > > Tomorrow morning I plan to prepare Tomcat 7.0.66 for voting.

Re: svn commit: r1716305 - in /tomcat/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java webapps/docs/changelog.xml

2015-11-25 Thread Keiichi Fujino
2015-11-25 15:39 GMT+09:00 Konstantin Kolinko : > 2015-11-25 8:39 GMT+03:00 : > > Author: kfujino > > Date: Wed Nov 25 05:39:26 2015 > > New Revision: 1716305 > > > > URL: http://svn.apache.org/viewvc?rev=1716305=rev > > Log: > > When using a static

Re: svn commit: r1716039 - in /tomcat/trunk: java/org/apache/catalina/tribes/group/interceptors/LocalStrings.properties webapps/docs/changelog.xml

2015-11-24 Thread Keiichi Fujino
2015-11-24 17:37 GMT+09:00 Rémy Maucherat : > 2015-11-24 7:19 GMT+01:00 : > > > Author: kfujino > > Date: Tue Nov 24 06:19:37 2015 > > New Revision: 1716039 > > > > URL: http://svn.apache.org/viewvc?rev=1716039=rev > > Log: > > Correct the warnnig log of when

Re: [VOTE] Release Apache Tomcat 8.0.29

2015-11-23 Thread Keiichi Fujino
2015-11-20 19:00 GMT+09:00 Mark Thomas : > The proposed Apache Tomcat 8.0.29 release is now available for voting. > > The main changes since 8.0.28 are: > > - Add an option to control (per context) quoting of EL expressions in > JSP attributes > > - Correct a regression in the

Re: [VOTE] Switch 6.0.x from RTC to CTR

2015-10-30 Thread Keiichi Fujino
> > [ ] Continue to use RTC for 6.0.x > [X] Switch 6.0.x to CTR > > -- > Keiichi.Fujino >

Re: [ANN] New committer: Martin Grigorov

2015-10-26 Thread Keiichi Fujino
2015-10-26 23:35 GMT+09:00 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Martin Grigorov (mgrigorov) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Welcome! > Regards, > > Mark > >

Re: [ANN] New committer: Ognjen Blagojevic

2015-10-25 Thread Keiichi Fujino
2015-10-24 22:58 GMT+09:00 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Ognjen Blagojevic (ognjen) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > > Welcome! > Regards, > > Mark > >

Re: svn commit: r1708687 - in /tomcat/trunk/modules/jdbc-pool/src: main/java/org/apache/tomcat/jdbc/pool/interceptor/SlowQueryReport.java test/java/org/apache/tomcat/jdbc/test/TestSlowQueryComparator.

2015-10-18 Thread Keiichi Fujino
2015-10-15 5:28 GMT+09:00 : > Author: fschumacher > Date: Wed Oct 14 20:28:55 2015 > New Revision: 1708687 > > URL: http://svn.apache.org/viewvc?rev=1708687=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 > > Comparator should follow the rules. If

Re: [VOTE] Release Apache Tomcat 7.0.64

2015-08-25 Thread Keiichi Fujino
2015-08-20 3:01 GMT+09:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.64 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.64/ The Maven staging repo is:

Re: svn commit: r1692057 - in /tomcat/tc7.0.x/trunk: modules/jdbc-pool/src/main/java/org/apache/tomcat/jdbc/pool/interceptor/QueryTimeoutInterceptor.java webapps/docs/changelog.xml

2015-07-22 Thread Keiichi Fujino
2015-07-21 21:09 GMT+09:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-07-21 10:01 GMT+03:00 kfuj...@apache.org: Author: kfujino Date: Tue Jul 21 07:01:44 2015 New Revision: 1692057 URL: http://svn.apache.org/r1692057 Log: Fix potential NPE in QueryTimeoutInterceptor.

Re: [VOTE] Release Apache Tomcat 8.0.24

2015-07-02 Thread Keiichi Fujino
2015-07-02 5:56 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.24 release is now available for voting. The main changes since 8.0.23 are: - Provide path parameters to POJO via per session javax.websocket.server.ServerEndpointConfig as they vary between different

Re: [VOTE] Release Apache Tomcat 7.0.63

2015-07-02 Thread Keiichi Fujino
2015-06-30 18:01 GMT+09:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.63 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.63/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 8.0.23

2015-05-21 Thread Keiichi Fujino
2015-05-20 3:43 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.23 release is now available for voting. The main changes since 8.0.22 are: - Fixed corruption issues with NIO2 and TLS - Added a workaround for SPNEGO authentication and a JRE regression in Java 8

Re: [VOTE] Release Apache Tomcat 7.0.62

2015-05-12 Thread Keiichi Fujino
2015-05-08 3:39 GMT+09:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.62 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.62/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 6.0.44

2015-05-10 Thread Keiichi Fujino
2015-05-08 23:24 GMT+09:00 jean-frederic clere jfcl...@gmail.com: The proposed Apache Tomcat 6.0.44 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-6/v6.0.44/ The Maven staging repo is:

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Keiichi Fujino
2015-03-11 16:50 GMT+09:00 Mark Thomas ma...@apache.org: On 11/03/2015 06:19, Keiichi Fujino wrote: 2015-03-11 7:35 GMT+09:00 ma...@apache.org: Author: markt Date: Tue Mar 10 22:35:19 2015 New Revision: 1665736 URL: http://svn.apache.org/r1665736 Log: Stop re-using

Re: svn commit: r1665736 - in /tomcat/trunk/java/org/apache/tomcat/util/net: AprEndpoint.java Nio2Endpoint.java NioEndpoint.java SocketWrapperBase.java

2015-03-11 Thread Keiichi Fujino
2015-03-11 7:35 GMT+09:00 ma...@apache.org: Author: markt Date: Tue Mar 10 22:35:19 2015 New Revision: 1665736 URL: http://svn.apache.org/r1665736 Log: Stop re-using the SocketWrapper With the introduction of upgrade and non-blocking, I/O can occur on non-container threads. This makes it

Re: [VOTE] Release Apache Taglibs 1.2.3

2015-02-18 Thread Keiichi Fujino
2015-02-18 1:24 GMT+09:00 Jeremy Boynes jboy...@apache.org: Ping? On Feb 13, 2015, at 7:46 AM, Jeremy Boynes jboy...@apache.org wrote: Please could we have a third set of eyes on this release. Thanks Jeremy On Feb 10, 2015, at 8:40 PM, Jeremy Boynes jboy...@apache.org wrote:

Re: svn commit: r1660266 - in /tomcat/tc8.0.x/trunk: java/org/apache/catalina/tribes/tipis/ReplicatedMap.java webapps/docs/changelog.xml

2015-02-17 Thread Keiichi Fujino
2015-02-17 20:30 GMT+09:00 Konstantin Kolinko knst.koli...@gmail.com: 2015-02-17 5:20 GMT+03:00 kfuj...@apache.org: Author: kfujino Date: Tue Feb 17 02:20:11 2015 New Revision: 1660266 URL: http://svn.apache.org/r1660266 Log: Make sure that add to the backup node of the map entry

Re: [VOTE] Release Apache Tomcat 8.0.20

2015-02-17 Thread Keiichi Fujino
2015-02-16 3:46 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.20 release is now available for voting. The main changes since 8.0.18 are: - Fix a performance regression in the new resources implementation when signed JARs are used in a web application. - Fix

Re: [VOTE] Release Apache Tomcat 7.0.59

2015-02-02 Thread Keiichi Fujino
2015-01-29 4:35 GMT+09:00 Violeta Georgieva violet...@apache.org: The proposed Apache Tomcat 7.0.59 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.59/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 8.0.18

2015-01-25 Thread Keiichi Fujino
2015-01-23 22:09 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.18 release is now available for voting. The main changes since 8.0.17 are: - Fix a regression that resulted in truncated responses for forwarded responses larger than the output buffer There is also

Re: svn commit: r1653183 - in /tomcat/trunk/java/org/apache/catalina/tribes/tipis: AbstractReplicatedMap.java LazyReplicatedMap.java ReplicatedMap.java

2015-01-19 Thread Keiichi Fujino
2015-01-20 14:39 GMT+09:00 Felix Schumacher felix.schumac...@internetallee.de: Am 20. Januar 2015 03:23:22 MEZ, schrieb kfuj...@apache.org: Author: kfujino Date: Tue Jan 20 02:23:21 2015 New Revision: 1653183 URL: http://svn.apache.org/r1653183 Log: ReplicatedMap should send the Copy

Re: Back-porting BZ57338 SSO + Cluster improvements

2014-12-24 Thread Keiichi Fujino
2014-12-19 21:40 GMT+09:00 Mark Thomas ma...@apache.org: On 17/12/2014 16:57, Mark Thomas wrote: On 17/12/2014 09:58, Keiichi Fujino wrote: [A] I think that the process of updating SSO entry needs to be notify cluster. I'll take a look at this. I didn't see any issues in my simple

Re: Back-porting BZ57338 SSO + Cluster improvements

2014-12-17 Thread Keiichi Fujino
2014-12-17 7:52 GMT+09:00 Mark Thomas ma...@apache.org: The fix for BZ 57338 (SSO + cluster) ended up making some fairly invasive changes so that the implementation was sensible. I'd like to discuss which - if any - of these changes we'd be happy to back-port to Tomcat 8 and Tomcat 7. [1]

  1   2   >