Re: Servlet 3.1, Tomcat 8 etc.

2011-07-27 Thread Keiichi Fujino
2011/7/27 Mark Thomas ma...@apache.org: 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 -

Re: [VOTE] Release Apache Tomcat 7.0.20

2011-08-11 Thread Keiichi Fujino
2011/8/9 Mark Thomas ma...@apache.org: [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

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 ma...@apache.org: 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=1156518view=rev Log: Unregisters MBean of DataSource when web application stops. This needs to

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 ma...@apache.org: 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:

Re: [VOTE] Release Apache Tomcat 7.0.21

2011-08-30 Thread Keiichi Fujino
2011/8/30 Mark Thomas ma...@apache.org: 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

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

Re: ApacheMeetupsNa11 tomcat one?

2011-10-18 Thread Keiichi Fujino
2011/10/11 jean-frederic clere jfcl...@gmail.com: 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

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 ma...@apache.org: 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=1186631view=rev Log: Avoid an unnecessary session ID change notice. Given this... Notice of

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 devli...@hanik.com: 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

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

2010-04-15 Thread Keiichi Fujino
2010/4/14 Mladen Turk mt...@apache.org: 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(); +                    }                      

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 knst.koli...@gmail.com: Hi! I propose to drop the org.apache.tomcat.util.collections package in our trunk (TC7). +1 -- Keiichi.Fujino - To unsubscribe, e-mail:

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 ma...@apache.org: 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

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 felix.schumac...@internetallee.de: 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

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 felix.schumac...@internetallee.de: 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 -

Re: [VOTE] Release build 6.0.28

2010-07-07 Thread Keiichi Fujino
2010/6/30 jean-frederic clere jfcl...@gmail.com: 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

Re: [VOTE] Release build 6.0.29

2010-07-21 Thread Keiichi Fujino
2010/7/20 jean-frederic clere jfcl...@gmail.com: 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

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 session

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

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 kfuj...@apache.org: Hi. SimpleTcpCluster#sendClusterDomain called when domainReplication is true is as follows now.

[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: [VOTE] Release Apache Tomcat 7.0.6

2011-01-12 Thread Keiichi Fujino
mas ma...@apache.org: 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: [ ]

Re: [VOTE] Release build 6.0.32

2011-02-02 Thread Keiichi Fujino
2011/2/3 jean-frederic clere jfcl...@gmail.com: 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 --

Re: [VOTE] Release jdbc-pool 1.1.0.1

2011-03-09 Thread Keiichi Fujino
2011/3/4 Filip Hanik - Dev Lists devli...@hanik.com: 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

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

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 ma...@apache.org: 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

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

[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 distributable/ in WEB-INF/web.xml. Tomcat7.0.14 can replicate session if web application defines distributable/ in WEB-INF/web.xml. The behavior of this default was changed by rev1130618. The cause is conf/web.xml is not

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 ma...@apache.org: Author: markt Date: Tue Jun 28 19:32:39 2011 New Revision: 1140801 URL: http://svn.apache.org/viewvc?rev=1140801view=rev Log: Notifications of changes in session ID to other nodes in the cluster should be controlled by notifySessionListenersOnReplication

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 ma...@apache.org: On 29/06/2011 11:36, Keiichi Fujino wrote: 2011/6/29  ma...@apache.org: Author: markt Date: Tue Jun 28 19:32:39 2011 New Revision: 1140801 URL: http://svn.apache.org/viewvc?rev=1140801view=rev

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=996778view=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:    

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(packetSize  

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

2010-11-23 Thread Keiichi Fujino
2010/11/23 Mark Thomas ma...@apache.org: 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

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

2010-12-02 Thread Keiichi Fujino
2010/12/3 Mark Thomas ma...@apache.org: 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 Apache Tomcat 7.0.26

2012-02-20 Thread Keiichi Fujino
2012/2/18 Mark Thomas ma...@apache.org: 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:

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) devli...@hanik.com: -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:

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 ma...@apache.org: On 05/04/2012 11:46, Konstantin Kolinko wrote: 2012/4/5  kfuj...@apache.org: Author: kfujino Date: Thu Apr  5 10:08:38 2012 New Revision: 1309734 URL: http://svn.apache.org/viewvc?rev=1309734view=rev Log: Add new

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 knst.koli...@gmail.com: 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.

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 knst.koli...@gmail.com: 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.

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

Re: [VOTE] Release Apache Tomcat 7.0.29

2012-07-05 Thread Keiichi Fujino
2012/7/3 Mark Thomas ma...@apache.org: 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:

Re: [VOTE] Release Apache Tomcat 7.0.30

2012-09-04 Thread Keiichi Fujino
2012/9/2 Mark Thomas ma...@apache.org: 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:

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-10 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 +SortedSetString

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 knst.koli...@gmail.com: 2012/9/18 kfuj...@apache.org: Author: kfujino Date: Tue Sep 18 09:45:17 2012 New Revision: 1387073 URL: http://svn.apache.org/viewvc?rev=1387073view=rev Log: Fix a behavior of TcpPingInterceptor#useThread. If set to false, ping thread

Re: [VOTE] Release Apache Tomcat 7.0.32

2012-10-04 Thread Keiichi Fujino
2012/10/3 Mark Thomas ma...@apache.org: 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:

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

2012-12-03 Thread Keiichi Fujino
2012/11/22 Rainer Jung rainer.j...@kippdata.de: 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

Re: [VOTE] Release Apache Tomcat 7.0.34

2012-12-07 Thread Keiichi Fujino
2012/12/6 Mark Thomas ma...@apache.org: 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:

Re: [ANN] New Tomcat committer: Violeta Georgieva (violetagg)

2013-01-31 Thread Keiichi Fujino
On behalf of the Tomcat committers I am pleased to announce that Violeta Georgieva (violetagg) has been voted in as a new Tomcat committer. Welcome, Violeta! -- Keiichi.Fujino - To unsubscribe, e-mail:

Re: [Proposal] Resurrecting storeconfig

2013-02-05 Thread Keiichi Fujino
Hi. I do not understand about StoreConfig well, but I have a question. As long as I read the code (r1442161), I think that storeconfig() seem to trigger a redeployment of Web applications. For example, new context.xml will be created when testApp/META-INF/context.xml is stored. And redeployment

Re: svn commit: r1443872 - /tomcat/trunk/java/org/apache/catalina/storeconfig/StoreConfigLifecycleListener.java

2013-02-08 Thread Keiichi Fujino
2013/2/8 Remy Maucherat r...@apache.org: On Fri, 2013-02-08 at 08:24 +, kfuj...@apache.org wrote: Author: kfujino Date: Fri Feb 8 08:24:36 2013 New Revision: 1443872 URL: http://svn.apache.org/r1443872 Log: Don't use a hard-coded domain name. Actually, I'm not sure this is a good

Re: svn commit: r1445517 - in /tomcat/trunk: java/javax/servlet/http/ java/org/apache/catalina/connector/ java/org/apache/catalina/core/ java/org/apache/catalina/ha/session/ java/org/apache/catalina/s

2013-02-13 Thread Keiichi Fujino
2013/2/13 ma...@apache.org: Author: markt Date: Wed Feb 13 09:28:58 2013 New Revision: 1445517 URL: http://svn.apache.org/r1445517 Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54552 Servlet 3.1 Implement HttpSessionIdListener and HttpServletRequest#changeSessionId() Patch

Re: [VOTE] Release Apache Tomcat 7.0.37

2013-02-14 Thread Keiichi Fujino
2013/2/13 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 7.0.37 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.37/ The Maven staging repo is:

Re: svn commit: r1446083 - /tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java

2013-02-14 Thread Keiichi Fujino
2013/2/14 ma...@apache.org: Author: markt Date: Thu Feb 14 09:36:40 2013 New Revision: 1446083 URL: http://svn.apache.org/r1446083 Log: Implement missing method Modified: tomcat/trunk/java/org/apache/catalina/manager/DummyProxySession.java Modified:

Re: svn commit: r1447145 - /tomcat/trunk/java/org/apache/catalina/storeconfig/CatalinaClusterSF.java

2013-02-18 Thread Keiichi Fujino
2013/2/18 Konstantin Kolinko knst.koli...@gmail.com: 2013/2/18 kfuj...@apache.org: Author: kfujino Date: Mon Feb 18 08:15:02 2013 New Revision: 1447145 URL: http://svn.apache.org/r1447145 Log: Avoid duplicated store of ClusterDeployer. FarmWarDeployer extends ClusterListener and

Re: svn commit: r1456970 - /tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2013-03-18 Thread Keiichi Fujino
2013/3/15 ma...@apache.org: Author: markt Date: Fri Mar 15 14:42:47 2013 New Revision: 1456970 URL: http://svn.apache.org/r1456970 Log: Expose new rotate method via JMX Modified: tomcat/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified:

Remove JvmRouteSessionIDBinderListener and SessionIDMessage.

2013-03-28 Thread Keiichi Fujino
Hi. In the current implementation, JvmRouteBinderValve#changeSessionID uses Manager#changeSessionId in order to change session ID. see r1446072, r1446077, r1461960. As a result, The following classes are no longer used. -JvmRouteSessionIDBinderListener -SessionIDMessage I'm going to remove

Re: [VOTE] Release Apache Tomcat 7.0.40

2013-05-07 Thread Keiichi Fujino
2013/5/5 Mark Thomas ma...@apache.org The proposed Apache Tomcat 7.0.40 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.40/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 7.0.41

2013-06-09 Thread Keiichi Fujino
It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.41/ The Maven staging repo is: https://repository.apache.org/content/repositories/orgapachetomcat-073/ The svn tag is: http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_41/ The proposed

Re: [VOTE] Release Apache Tomcat 7.0.42

2013-07-03 Thread Keiichi Fujino
2013/7/2 Mark Thomas ma...@apache.org The proposed Apache Tomcat 7.0.42 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.42/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat 7.0.45

2013-09-26 Thread Keiichi Fujino
2013/9/25 Violeta Georgieva miles...@gmail.com The proposed Apache Tomcat 7.0.45 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from:

Re: [VOTE] Release Apache Tomcat 7.0.47

2013-10-21 Thread Keiichi Fujino
2013/10/18 Violeta Georgieva miles...@gmail.com The proposed Apache Tomcat 7.0.47 release is now available for voting. This release candidate contains JSR-356 Java WebSocket 1.0 implementation. Note that use of this functionality requires Java 7. It can be obtained from:

Re: svn commit: r1534575 - in /tomcat/tc7.0.x/trunk: java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java java/org/apache/catalina/tribes/tipis/LazyReplicatedMap.java webapps/docs/changelo

2013-10-23 Thread Keiichi Fujino
/** * The default initial capacity - MUST be a power of two. @@ -1396,8 +1396,7 @@ public abstract class AbstractReplicated try { return key(null); } catch ( Exception x ) { -log.error(Deserialization error of the

Re: [VOTE] Release Apache Tomcat 8.0.0-RC7

2013-12-12 Thread Keiichi Fujino
2013/12/12 Mark Thomas ma...@apache.org The proposed Apache Tomcat 8.0.0 release candidate 7 is now available for voting. Given this is a release candidate I am working on the basis that it is equivalent to an alpha. The main changes since RC5 are: - Better handling of generic types in the

Re: [VOTE] Release Apache Tomcat 6.0.39

2014-01-30 Thread Keiichi Fujino
2014-01-28 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 6.0.39 release candidate is now available for voting. The main changes since 6.0.37 are: - Updated to use the Eclipse compiler 4.3.1 - Back-ported various improvements to the validation of XML configuration files from

Re: [VOTE] Release Apache Tomcat 8.0.1

2014-01-30 Thread Keiichi Fujino
2014-01-30 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.1 release is now available for voting. This should be the first non-RC release so I am leaving all the stability options open to get an idea of where folks think we currently stand. The main changes since RC10 are: -

Re: [VOTE] Release Apache Tomcat 8.0.3

2014-02-09 Thread Keiichi Fujino
2014-02-08 3:16 GMT+09:00 Mark Thomas ma...@apache.org: The proposed Apache Tomcat 8.0.3 release is now available for voting. The main changes since 8.0.2 are: - Fix DBCP build - Update DBCP version to include recent fix for running under a security manager without needed to grant

Re: [VOTE] Release Apache Tomcat 7.0.52

2014-02-14 Thread Keiichi Fujino
2014-02-13 17:17 GMT+09:00 Violeta Georgieva miles...@gmail.com: The proposed Apache Tomcat 7.0.52 release is now available for voting. It can be obtained from: https://dist.apache.org/repos/dist/dev/tomcat/tomcat-7/v7.0.52/ The Maven staging repo is:

Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

2014-03-09 Thread Keiichi Fujino
2014-02-28 18:35 GMT+09:00 Mladen Turk mt...@apache.org: Hi, Apache Tomcat Connectors 1.2.39 release candidate is ready for vote at [1]. The build was done using tag [2]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE

Re: [VOTE] Release Apache Tomcat Connectors 1.2.39

2014-03-09 Thread Keiichi Fujino
2014-02-28 18:35 GMT+09:00 Mladen Turk mt...@apache.org: Hi, Apache Tomcat Connectors 1.2.39 release candidate is ready for vote at [1]. The build was done using tag [2]. This version fixes few bugs found in released version 1.2.37 and adds some new features like IPV6 support. The VOTE

Re: svn commit: r1581820 - in /tomcat/trunk: ./ java/org/apache/catalina/session/

2014-03-31 Thread Keiichi Fujino
Sorry for the late comment for old revision. I think that this fix causes IOE in StandardManager.doLoad(). L238 is following. Integer count = (Integer) ois.readObject(); IOException is thrown in this call because FileInputStream and BufferedInputStream instance have already been closed in

Please add to ContributorsGroup.

2014-04-10 Thread Keiichi Fujino
HI Please add to the ContributorsGroup in order to edit the Tomcat wiki. name: KeiichiFujino -- Keiichi.Fujino

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

2014-09-11 Thread Keiichi Fujino
2014-09-11 17:37 GMT+09:00 Mark Thomas ma...@apache.org: On 11/09/2014 09:34, kfuj...@apache.org wrote: Author: kfujino Date: Thu Sep 11 08:34:50 2014 New Revision: 1624222 URL: http://svn.apache.org/r1624222 Log: When deploying war, make sure that add dummy xml to the config base

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

2014-09-11 Thread Keiichi Fujino
2014-09-11 18:02 GMT+09:00 Mark Thomas ma...@apache.org: On 11/09/2014 09:53, Keiichi Fujino wrote: 2014-09-11 17:37 GMT+09:00 Mark Thomas ma...@apache.org: On 11/09/2014 09:34, kfuj...@apache.org wrote: Author: kfujino Date: Thu Sep 11 08:34:50 2014 New Revision: 1624222 URL

Re: [ANN] New committer: Felix Schumacher

2014-09-21 Thread Keiichi Fujino
Welcome! Enjoy! 2014-09-19 16:49 GMT+09:00 Rainer Jung rj...@apache.org: On behalf of the Tomcat committers I am pleased to announce that Felix Schumacher (fschumacher) has been voted in as a new Tomcat committer. Please join me in welcoming him. Regards, Rainer

Question of new SessionIdGenerator implementation.

2014-10-14 Thread Keiichi Fujino
I have a question of new SessionIdGenerator implementation. If reloading Manager( or Context), SessionIdGenerator is re-created based on sessionIdGeneratorClass that is cached to Manager. However, attributes of jvmRoute and sessionIdLength are default value. I think these attributes are need to

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]

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: [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: 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: 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 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: 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 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: [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: [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 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: 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: [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-30 Thread Keiichi Fujino
> > [ ] Continue to use RTC for 6.0.x > [X] Switch 6.0.x to CTR > > -- > Keiichi.Fujino >

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: 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: [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

  1   2   >