Re: ApacheMeetupsNa11 tomcat one?

2011-10-18 Thread Keiichi Fujino
2011/10/11 jean-frederic clere : > Hi, > > Do we want to "organize" a Tomcat meetup during the ApacheCon? > +1 I'll be there. I am going to stay in Vancouver from Monday to Friday. -- Keiichi.Fujino - To unsubscribe, e-mail:

Re: svn commit: r1186631 - /tomcat/trunk/java/org/apache/catalina/ha/session/JvmRouteBinderValve.java

2011-10-20 Thread Keiichi Fujino
2011/10/21 Mark Thomas : > On 20/10/2011 08:00, kfuj...@apache.org wrote: >> Author: kfujino >> Date: Thu Oct 20 07:00:57 2011 >> New Revision: 1186631 >> >> URL: http://svn.apache.org/viewvc?rev=1186631&view=rev >> Log: >> Avoid an unnecessary session ID change notice. > > Given this... >> Notice

Re: [VOTE] Release Apache Tomcat 7.0.26

2012-02-20 Thread Keiichi Fujino
2012/2/18 Mark Thomas : > The proposed Apache Tomcat 7.0.26 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.26/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-020/ > Th

Re: svn commit: r1306130 - in /tomcat/trunk/java/org/apache/catalina/startup: LocalStrings.properties UserConfig.java

2012-03-28 Thread Keiichi Fujino
2012/3/29 Filip Hanik (mailing lists) : > > >> -Original Message- >> From: kfuj...@apache.org [mailto:kfuj...@apache.org] >> Sent: Tuesday, March 27, 2012 8:51 PM >> To: dev@tomcat.apache.org >> Subject: svn commit: r1306130 - in >> /tomcat/trunk/java/org/apache/catalina/startup: LocalStrin

Re: svn commit: r1309734 - in /tomcat/trunk: java/org/apache/catalina/startup/UserConfig.java webapps/docs/config/listeners.xml

2012-04-05 Thread Keiichi Fujino
Thanks comments. fixed in r1310163. 2012/4/5 Mark Thomas : > On 05/04/2012 11:46, Konstantin Kolinko wrote: >> 2012/4/5  : >>> Author: kfujino >>> Date: Thu Apr  5 10:08:38 2012 >>> New Revision: 1309734 >>> >>> URL: http://svn.apache.org/viewvc?rev=1309734&view=rev >>> Log: >>> Add new attributes

Re: svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-18 Thread Keiichi Fujino
2012/4/19 Konstantin Kolinko : > > What happens if "repl" variable is true because of "complete" being true? > Shouldn't it be >    if (diff && (isDirty || complete)) > ? > > I do not quite understand the code, but it seems that omitting > "complete" here will change its behaviour. > > E.g. DeltaSe

Re: svn commit: r1326941 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/ha/session/ java/org/apache/catalina/tribes/tipis/ webapps/docs/

2012-04-22 Thread Keiichi Fujino
2012/4/21 Konstantin Kolinko : > OK. > After a few days I think there is more to it: > > In case when (diffable == false, complete == true, isAccess == true), > I think "complete" has to take priority over "isAccess". > > I think that in that case it has to create MSG_BACKUP message. Does > that me

Re: svn commit: r1341370 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/startup/ContextConfig.java webapps/docs/changelog.xml

2012-05-28 Thread Keiichi Fujino
Thanks for the review. I fixed it. I implemented the calculation method of host's default config path to Host(StanderdHost). just like a Host#getAppBaseFile(). This fix is applied only to trunk. If there is a different implementation idea, feel free to re-fix. 2012/5/25 Konstantin Kolinko : > 20

Re: [VOTE] Release Apache Tomcat 7.0.29

2012-07-05 Thread Keiichi Fujino
2012/7/3 Mark Thomas : > The proposed Apache Tomcat 7.0.29 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.29/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-014/ > The

Re: [VOTE] Release Apache Tomcat 7.0.30

2012-09-04 Thread Keiichi Fujino
2012/9/2 Mark Thomas : > The proposed Apache Tomcat 7.0.30 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.30/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-027/ > The

Re: svn commit: r1382367 - in /tomcat/tc7.0.x/trunk: ./ java/org/apache/catalina/ java/org/apache/catalina/core/ java/org/apache/catalina/startup/ webapps/docs/ webapps/docs/config/

2012-09-09 Thread Keiichi Fujino
> > /** > + * Check for old versions of applications using parallel deployment that > are > + * now unused (have no active sessions) and undeploy any that are found. > + */ > +public void checkUndeploy() { > +// Need ordered set of names > +SortedSet sortedAppN

Re: svn commit: r1387073 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/group/interceptors/TcpPingInterceptor.java webapps/docs/changelog.xml webapps/docs/config/cluster-interceptor.xml

2012-09-19 Thread Keiichi Fujino
2012/9/18 Konstantin Kolinko : > 2012/9/18 : >> Author: kfujino >> Date: Tue Sep 18 09:45:17 2012 >> New Revision: 1387073 >> >> URL: http://svn.apache.org/viewvc?rev=1387073&view=rev >> Log: >> Fix a behavior of TcpPingInterceptor#useThread. >> If set to false, ping thread is never started. >> >>

Re: [VOTE] Release Apache Tomcat 7.0.32

2012-10-04 Thread Keiichi Fujino
2012/10/3 Mark Thomas : > The proposed Apache Tomcat 7.0.32 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.32/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-087/ > Th

Re: [Vote] Add comments.apache.org to Tomcat docs

2012-12-03 Thread Keiichi Fujino
2012/11/22 Rainer Jung : > Integrate comments.apache.org with TC 7 docs on tomcat.apache.org: > > [X] +1, go ahead > [ ] 0, I don't care > [ ] -1, Don't integrate, because ... > +1 -- Keiichi.Fujino - To unsubscribe, e-mail

Re: [VOTE] Release Apache Tomcat 7.0.34

2012-12-07 Thread Keiichi Fujino
2012/12/6 Mark Thomas : > The proposed Apache Tomcat 7.0.34 release is now available for voting. > > It can be obtained from: > https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.34/ > The Maven staging repo is: > https://repository.apache.org/content/repositories/orgapachetomcat-113/ > Th

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

2011-04-17 Thread Keiichi Fujino
A primary node is never notified to the listener when changing the session ID during authentication. Should I not notify the listener if non-primary node receives EVT_CHANGE_SESSION_ID? Index: java/org/apache/catalina/ha/session/DeltaManager.java ===

Re: [PROPOSAL] Move to svnpubsub for /dist/tomcat

2011-05-18 Thread Keiichi Fujino
+1 2011/5/18 Mark Thomas : > All, > > We have the option to move to svnpubsub for managing our releases. > Rather than copying artefacts to people.a.o and then waiting for rsync > (every around 2 hours) we would commit the artefacts to svn and a commit > hook would update the /dist/tomcat area on

Re: svn commit: r1131263 - in /tomcat/trunk: java/org/apache/catalina/session/JDBCStore.java java/org/apache/catalina/session/LocalStrings.properties webapps/docs/changelog.xml webapps/docs/config/man

2011-06-06 Thread Keiichi Fujino
When jdbc-pool or DBCP is used as DB connection pool and removeAbandoned is "true", dbConnection is closed because dbConnection is not returned to the connection pool. And then, dbConnection is acquired again because dbConnection has been already closed. Should I return the connection to the conne

[PROPOSAL] Enable session replication by default.

2011-06-07 Thread Keiichi Fujino
Hi All. Tomcat7.0.15 can not replicate session if web application defines in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines in WEB-INF/web.xml. The behavior of this default was changed by rev1130618. The cause is conf/web.xml is not distributable. To enable sessi

Re: svn commit: r1140801 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2011-06-29 Thread Keiichi Fujino
2011/6/29 : > Author: markt > Date: Tue Jun 28 19:32:39 2011 > New Revision: 1140801 > > URL: http://svn.apache.org/viewvc?rev=1140801&view=rev > Log: > Notifications of changes in session ID to other nodes in the cluster should > be controlled by notifySessionListenersOnReplication rather than

Re: svn commit: r1140801 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2011-06-30 Thread Keiichi Fujino
Thanks for the comment. I committed it with r1141441. 2011/6/29 Mark Thomas : > On 29/06/2011 11:36, Keiichi Fujino wrote: >> 2011/6/29  : >>> Author: markt >>> Date: Tue Jun 28 19:32:39 2011 >>> New Revision: 1140801 >>> >>> URL: htt

Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Keiichi Fujino
2011/7/27 Mark Thomas : > The Servlet EG is starting to discuss changes to the Servlet API for > 3.1. It would be useful if the option existed to implement some of these > changes in Tomcat trunk. The benefits of this are: > - we can see how feasible the API changes are to implement > - users can t

Re: [VOTE] Release Apache Tomcat 7.0.20

2011-08-10 Thread Keiichi Fujino
2011/8/9 Mark Thomas : > [X] Stable - go ahead and release as 7.0.20 Stable > Tested by my simple test applications. -- Keiichi.Fujino - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail

Re: svn commit: r1156518 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/core/NamingContextListener.java webapps/docs/changelog.xml

2011-08-11 Thread Keiichi Fujino
2011/8/11 Mark Thomas : > On 11/08/2011 08:35, kfuj...@apache.org wrote: >> Author: kfujino >> Date: Thu Aug 11 07:35:39 2011 >> New Revision: 1156518 >> >> URL: http://svn.apache.org/viewvc?rev=1156518&view=rev >> Log: >> Unregisters MBean of DataSource when web application stops. > > This needs t

Re: [VOTE] Grant Olivier Lamy commit karma to the Tomcat repo (for the Maven plugin)

2011-08-29 Thread Keiichi Fujino
2011/8/25 Mark Thomas : > Subject says it all. > > Here is my +1 to start this off. > +1 -- Keiichi.Fujino - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: [VOTE] Release Apache Tomcat 7.0.21

2011-08-30 Thread Keiichi Fujino
2011/8/30 Mark Thomas : > The proposed Apache Tomcat 7.0.21 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.21/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_21/ > > The proposed 7.0.21 releas

Re: svn commit: r1172234 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterManagerBase.java DeltaSession.java

2011-09-20 Thread Keiichi Fujino
I think that it is necessary to add sessionAttributeFilter to the cloneFromTemplate method of both BackupManager and DeltaManager. Otherwise, it will not be set to BackupManager or DeltaManager, even if it sets sessionAttributeFilter to server.xml. For example, the following codes are added to eac

Re: svn commit: r1172234 - in /tomcat/trunk/java/org/apache/catalina/ha/session: ClusterManagerBase.java DeltaSession.java

2011-09-20 Thread Keiichi Fujino
2011/9/20 Rainer Jung : > > Thanks for the review. > > I refactored trunk a bit to move some of the common clone code to the > base class. If you like it I will backport to TC 7. Please comment on > r1173088 and r1173090. > > Regards, > > Rainer > That looks nice except for the following. I added

Re: [VOTE] Release build 6.0.28

2010-07-07 Thread Keiichi Fujino
2010/6/30 jean-frederic clere : > Due to bugs (49445 and 49424) and as I was not able to finish the > release process quickly (because of working remotely) and as releases > are cheap we would like to abandon 6.0.27 and propose the vote for 6.0.28 > > The candidates binaries are available here: > h

Re: [VOTE] Release build 6.0.29

2010-07-21 Thread Keiichi Fujino
2010/7/20 jean-frederic clere : > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.29/ > > According to the release process, the 6.0.29 build corresponding to the > tag TOMCAT_6_0_29 is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable > Tested tar.gz b

Re: [PROPOSAL] Definition of active sessions

2010-07-29 Thread Keiichi Fujino
> I intend to make the following changes unless there are any objections: > - modify BackupManager to treat backup sessions as active > - list all known sessions in the manager application > - mark sessions as primary, backup or proxy in the manager application > user interface > - only provide ses

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

2010-07-29 Thread Keiichi Fujino
Hi. SimpleTcpCluster#sendClusterDomain called when domainReplication is true is as follows now. ===SimpleTcpCluster#sendClusterDomain=== public void sendClusterDomain(ClusterMessage msg) { send(msg,null); } === === the msg is transmitted to all cluster members. domainReplication does not work

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

2010-07-29 Thread Keiichi Fujino
Sorry. This rev is just remove defaultMode and add maxActiveSessions. domainReplication was not related. I send another proposal mail. -- Keiichi.Fujino Fujino : > Hi. > > SimpleTcpCluster#sendClusterDomain called when domainReplication is > true is as follows now. > > ===SimpleTcpCluster#sen

[PROPOSAL] remove domainReplication propety

2010-07-29 Thread Keiichi Fujino
Hi. SimpleTcpCluster#sendClusterDomain called when domainReplication is true is as follows now. ===SimpleTcpCluster#sendClusterDomain=== public void sendClusterDomain(ClusterMessage msg) { send(msg,null); } === === the msg is transmitted to all cluster members. domainReplication does not work

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

2010-09-14 Thread Keiichi Fujino
>> >> URL: http://svn.apache.org/viewvc?rev=996778&view=rev >> Log: >> Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=49924 >> When non-primary node changes into a primary node, make sure >> isPrimarySession is changed to true. >> >> Modified: >>    tomcat/trunk/java/org/apache/catalina/ha

Re: svn commit: r1005367 - in /tomcat/trunk: java/org/apache/coyote/ajp/AbstractAjpProtocol.java java/org/apache/coyote/ajp/AjpAprProtocol.java java/org/apache/coyote/ajp/AjpProtocol.java webapps/docs

2010-10-08 Thread Keiichi Fujino
> On 10/07/2010 10:54 AM, kfuj...@apache.org wrote: >> >> +    /** >> +     * AJP packet size. >> +     */ >> +    protected int packetSize = Constants.MAX_PACKET_SIZE; >> +    public int getPacketSize() { return packetSize; } >> +    public void setPacketSize(int packetSize) { >> +        if(packe

Re: [ANN] New Tomcat committer: Christopher Schultz (schultz)

2010-11-23 Thread Keiichi Fujino
2010/11/23 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that > Christopher Schultz (schultz) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > Congratulations! -- Keiichi.Fujino

Re: svn commit: r1039051 - in /tomcat/trunk: java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2010-11-30 Thread Keiichi Fujino
IMHO, In current cluster membership implementation, local member is not included in the cluster members list. "cluster.getMembers().length" returns members that doesn't contain local member. Therefore, in this rev, getAllClusterSessions does not work correctly when two tomcats clustering configura

Re: [ANN] New Tomcat committer: Sylvain Laurent (slaurent)

2010-12-02 Thread Keiichi Fujino
2010/12/3 Mark Thomas : > On behalf of the Tomcat committers I am pleased to announce that Sylvain > Laurent (slaurent) has been voted in as a new Tomcat committer. > > Please join me in welcoming him. > Welcome Sylvain! -- Keiichi.Fujino

Re: [VOTE] Release build 6.0.30

2011-01-11 Thread Keiichi Fujino
> The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.30/ > > According to the release process, the 6.0.30 build corresponding to the > tag TOMCAT_6_0_30 is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable > Tested tar.gz by my test applications. And it w

Re: [VOTE] Release Apache Tomcat 7.0.6

2011-01-12 Thread Keiichi Fujino
mas : > The proposed Apache Tomcat 7.0.6 release is now available for voting. > > It can be obtained from: > http://people.apache.org/~markt/dev/tomcat-7/v7.0.6/ > The svn tag is: > http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_6/ > > The proposed 7.0.6 release is: > > [ ] Broken -

Re: [VOTE] Release build 6.0.32

2011-02-02 Thread Keiichi Fujino
2011/2/3 jean-frederic clere : > The candidates binaries are available here: > http://people.apache.org/~jfclere/tomcat-6/v6.0.32/ > > According to the release process, the 6.0.32 build corresponding to the > tag TOMCAT_6_0_32 is: > [ ] Broken > [ ] Alpha > [ ] Beta > [X] Stable -- Keiichi.Fujino

Re: [VOTE] Release jdbc-pool 1.1.0.1

2011-03-09 Thread Keiichi Fujino
2011/3/4 Filip Hanik - Dev Lists : > Source and Binary Packages > http://people.apache.org/~fhanik/jdbc-pool/v1.1.0.1/ > > Tag > http://svn.apache.org/repos/asf/tomcat/tags/JDBC_POOL_1_1_0_1/ > > Documentation > http://people.apache.org/~fhanik/jdbc-pool/jdbc-pool.html > > The proposed 1.1.0.1 rele

Re: svn commit: r1086969 - in /tomcat/trunk: java/org/apache/catalina/startup/HostConfig.java webapps/docs/changelog.xml

2011-03-31 Thread Keiichi Fujino
By this rev I think that /META-INF/context.xml is added to redeployResources when copyXML is false. Then, there is two question. Q1. After deploying war, the order of redeployResources becomes war -> directory -> /META-INF/context.xml. When /META-INF/context.xml is updated, the context is rede

Re: [ANN] New Tomcat Committer: Keiichi Fujino (kfujino)

2010-04-01 Thread Keiichi Fujino
Thanks Filip, and thanks everyone for welcome to tomcat project. Best regards. 2010/4/1 Filip Hanik - Dev Lists : > On behalf of the Tomcat committers I am pleased to announce that Keiichi > Fujino (kfujino) has been voted in as a new Tomcat committer. > > Please join me in w

Re: svn commit: r933881 - /tomcat/trunk/java/org/apache/catalina/session/StandardManager.java

2010-04-14 Thread Keiichi Fujino
2010/4/14 Mladen Turk : > On 04/14/2010 10:48 AM, kfuj...@apache.org wrote: >> >> Author: kfujino >> >> Modified: >>     tomcat/trunk/java/org/apache/catalina/session/StandardManager.java >> >> +                        session.expire(); >> +                    } >>                      sessionCount

Re: Proposal (cleanup): drop "org.apache.tomcat.util.collections" package (MultiMap class) in TC7

2010-04-18 Thread Keiichi Fujino
2010/4/17 Konstantin Kolinko : > Hi! > > I propose to drop the "org.apache.tomcat.util.collections" package in > our trunk (TC7). > +1 -- Keiichi.Fujino - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional

Re: [VOTE] Release Tomcat 7.0.0 based on Tomcat 7.0.0 RC1

2010-04-19 Thread Keiichi Fujino
2010/4/14 Mark Thomas : > > The 7.0.0-RC1 tag is > [ ] Broken - do not release > [ ] Alpha  - go ahead and release 7.0.0 Stable based on 7.0.0-RC1 > [X] Beta   - go ahead and release 7.0.0 Beta based on 7.0.0-RC1 > [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC1 > I tested the cl

Re: svn commit: r935510 - /tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java

2010-04-19 Thread Keiichi Fujino
2010/4/19 Felix Schumacher : > Hi, > if sessions is an instance of something, it can't be null. So the check for > null can be eliminated. > > Felix > > Thanks. Fixed in trunk. -- Keiichi.Fujino - To unsubscribe, e-mail: dev-u

Re: svn commit: r935510 - /tomcat/trunk/java/org/apache/catalina/ha/session/BackupManager.java

2010-04-19 Thread Keiichi Fujino
2010/4/19 Felix Schumacher : > Hi, > if sessions is an instance of something, it can't be null. So the check for > null can be eliminated. > > Felix > > Thanks. Fixed in trunk. -- Keiichi.Fujino - To unsubscribe, e-mail: dev-

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&view=rev > Log: > Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58489 > > Comparator should follow the rules. If first object has lastIn

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: [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: [VOTE] Switch 6.0.x from RTC to CTR

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

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 fix for 56777 that

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&view=rev > > Log: > > Correct the warnnig log of when the member that is not registered

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&view=rev > > Log: > > When using a static cluster, add the members that have been ca

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. > > > If you want to add something to this release, please reply

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

2018-07-26 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&view=rev >> Log: >> Add New Static Membership Service implementations. >> -

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: [VOTE] Release Apache Tomcat 9.0.0.M4

2016-03-14 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 started work on JSP 2.4

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: > https://repository.apache.org/content/repositories/o

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&view=rev > > Log: > > Change the channel field to protected. > > > > Modified: > > >

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 started work on JSP 2.4,

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 can be > used to g

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 packaged version of the T

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 started work on JSP 2.4,

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 MANIFEST.MF files. > > -

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. > > - Improvements to m

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: > https://repository.apache.org/content/repositories/or

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 from that > point >

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 started work on JSP 2.4,

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&view=rev > >Log: >

Re: [VOTE] Release Apache Tomcat 9.0.0.M10

2016-09-01 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 started work on JSP 2.4

Re: [VOTE] Release Apache Tomcat 8.0.37

2016-09-01 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 Tomcat Native Librar

Re: [VOTE] Release Apache Tomcat 8.5.5

2016-09-01 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 > > - treat paths used to

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 binaries for IIS. > >

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 binaries for IIS. > >

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 started work on JSP 2.

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 requests > to experienc

Re: [VOTE] Release Apache Tomcat 9.0.0.M20

2017-04-13 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 started work on JSP 2.4

Re: [VOTE] Release Apache Tomcat 8.5.14

2017-04-13 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 operation took paramet

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 started work on JSP 2.4

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 errors with async p

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: > https://repository.apache.org/content/repositories/or

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 started work on JSP 2.

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 regression in I/O buffer han

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 started work on JSP 2.4

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 > Acceptor to take ac

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: > https://repository.apache.org/content/repositories/o

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: > https://repository.apache.org/content/repositories/o

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 > > I have a plan to talk abo

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&view=rev > Log: > Expand the session attribute filtering options > - new option to filter based on implementation class of value > - new option to

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 mapperContextRootRedirectEnabled to true > > > > - Update th

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 Library to 1.2.4 >

Re: [VOTE] Release Apache Tomcat 8.0.31

2016-01-24 Thread Keiichi Fujino
2016-01-25 15:57 GMT+09:00 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 mapperContext

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&view=rev > >> Log: > >>

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 started work on JSP 2.4,

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 Library to 1.2.4 >

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: > https://repository.apache.org/content/repositories/o

  1   2   >