svn commit: r992981 - in /tomcat/trunk: java/org/apache/catalina/util/ServerInfo.java webapps/docs/changelog.xml

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 09:23:16 2010 New Revision: 992981 URL: http://svn.apache.org/viewvc?rev=992981&view=rev Log: (empty) Modified: tomcat/trunk/java/org/apache/catalina/util/ServerInfo.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/org/apache/catalin

svn commit: r992982 - in /tomcat/trunk/webapps/ROOT: index.html index.jsp

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 09:24:54 2010 New Revision: 992982 URL: http://svn.apache.org/viewvc?rev=992982&view=rev Log: Switch to a JSP for the Tomcat home page and make the version numebr dynamic as the hard-coded version number in the static page can cause confusion in when using CATALINA

svn commit: r992983 - /tomcat/trunk/webapps/ROOT/index.jsp

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 09:28:07 2010 New Revision: 992983 URL: http://svn.apache.org/viewvc?rev=992983&view=rev Log: Fix typo Modified: tomcat/trunk/webapps/ROOT/index.jsp Modified: tomcat/trunk/webapps/ROOT/index.jsp URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/ROOT/index

Re: svn commit: r992891 - in /tomcat/trunk: java/org/apache/catalina/realm/CombinedRealm.java webapps/docs/changelog.xml

2010-09-06 Thread Rainer Jung
Hi Mark, LockOutRealm extends ConbinedRealm. Should it get its own name? Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org

Re: svn commit: r992891 - in /tomcat/trunk: java/org/apache/catalina/realm/CombinedRealm.java webapps/docs/changelog.xml

2010-09-06 Thread Mark Thomas
On 06/09/2010 10:51, Rainer Jung wrote: > Hi Mark, > > LockOutRealm extends ConbinedRealm. Should it get its own name? Yep. Fixing now... Mark - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

svn commit: r992987 - in /tomcat/trunk: java/org/apache/catalina/realm/LockOutRealm.java webapps/docs/changelog.xml

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 09:55:44 2010 New Revision: 992987 URL: http://svn.apache.org/viewvc?rev=992987&view=rev Log: Extend fix for bz49883 Modified: tomcat/trunk/java/org/apache/catalina/realm/LockOutRealm.java tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/java/

svn commit: r993007 - /tomcat/trunk/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 12:07:42 2010 New Revision: 993007 URL: http://svn.apache.org/viewvc?rev=993007&view=rev Log: If a ping message fails, removed the failed members from the map rather than propagating the exception Modified: tomcat/trunk/java/org/apache/catalina/tribes/tipis/Ab

svn commit: r993008 - in /tomcat/trunk/webapps/docs: changelog.xml manager-howto.xml

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 12:20:32 2010 New Revision: 993008 URL: http://svn.apache.org/viewvc?rev=993008&view=rev Log: manager -> manager-script Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/manager-howto.xml Modified: tomcat/trunk/webapps/docs/changel

svn commit: r993038 - /tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 14:20:11 2010 New Revision: 993038 URL: http://svn.apache.org/viewvc?rev=993038&view=rev Log: Couple of trivial Eclipse nags Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/ReplicationValve.java Modified: tomcat/trunk/java/org/apache/catalina/ha/tcp/Repl

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

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 14:39:48 2010 New Revision: 993042 URL: http://svn.apache.org/viewvc?rev=993042&view=rev Log: Avoid NPE when a parallel request invalidates the current session Modified: tomcat/trunk/java/org/apache/catalina/ha/session/DeltaManager.java tomcat/trunk/webapps/

svn commit: r993043 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 14:41:09 2010 New Revision: 993043 URL: http://svn.apache.org/viewvc?rev=993043&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=993

svn commit: r993045 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 14:42:33 2010 New Revision: 993045 URL: http://svn.apache.org/viewvc?rev=993045&view=rev Log: Proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=993

svn commit: r993087 - in /tomcat/trunk/test/org/apache/catalina: ha/session/ startup/ tribes/demos/ tribes/test/channel/ tribes/test/interceptors/ tribes/test/io/ tribes/test/membership/ tribes/test/t

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 16:34:19 2010 New Revision: 993087 URL: http://svn.apache.org/viewvc?rev=993087&view=rev Log: Add @Override to test code Modified: tomcat/trunk/test/org/apache/catalina/ha/session/TesterPrincipal.java tomcat/trunk/test/org/apache/catalina/startup/DuplicateM

svn commit: r993096 - /tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java

2010-09-06 Thread markt
Author: markt Date: Mon Sep 6 16:53:34 2010 New Revision: 993096 URL: http://svn.apache.org/viewvc?rev=993096&view=rev Log: Reduce visibility, remove unused/unnecessary methods prior to fixing bz49884 Modified: tomcat/trunk/java/org/apache/catalina/core/AsyncContextImpl.java Modified: tomca

svn commit: r993212 - /tomcat/tc6.0.x/trunk/STATUS.txt

2010-09-06 Thread kfujino
Author: kfujino Date: Tue Sep 7 04:47:35 2010 New Revision: 993212 URL: http://svn.apache.org/viewvc?rev=993212&view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?rev=9932

svn commit: r993214 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/catalina/ha/session/DeltaManager.java webapps/docs/changelog.xml

2010-09-06 Thread kfujino
Author: kfujino Date: Tue Sep 7 05:15:27 2010 New Revision: 993214 URL: http://svn.apache.org/viewvc?rev=993214&view=rev Log: Add Null check when CHANGE_SESSION_ID message received. Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaMa