svn commit: r561803 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java webapps/docs/changelog.xml

2007-08-01 Thread pero
Author: pero Date: Wed Aug 1 07:09:41 2007 New Revision: 561803 URL: http://svn.apache.org/viewvc?view=revrev=561803 Log: Don't send a message if no cluster member exists. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java

svn commit: r549097 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/DataSender.java webapps/docs/changelog.xml

2007-06-20 Thread pero
Author: pero Date: Wed Jun 20 05:56:27 2007 New Revision: 549097 URL: http://svn.apache.org/viewvc?view=revrev=549097 Log: No way to timeout new connect attempts for replication sockets. Fix bug 42689 Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster

svn commit: r548802 - in /tomcat/container/tc5.5.x: catalina/build.xml catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring

2007-06-19 Thread pero
Author: pero Date: Tue Jun 19 10:19:43 2007 New Revision: 548802 URL: http://svn.apache.org/viewvc?view=revrev=548802 Log: Add JMXAdaptorLifecycleListener to start JMX Connector with fix naming and data port. This feature is needed to have stable remote access as your local firewall is activ

svn commit: r545101 - /tomcat/container/tc5.5.x/webapps/docs/config/host.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:34:40 2007 New Revision: 545101 URL: http://svn.apache.org/viewvc?view=revrev=545101 Log: correct small typos. fix that RequestValveFilter used standard java regex. Modified: tomcat/container/tc5.5.x/webapps/docs/config/host.xml Modified: tomcat/container

svn commit: r545102 - /tomcat/container/tc5.5.x/webapps/docs/config/valve.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:35:13 2007 New Revision: 545102 URL: http://svn.apache.org/viewvc?view=revrev=545102 Log: add host cookieDomain attribute doc Modified: tomcat/container/tc5.5.x/webapps/docs/config/valve.xml Modified: tomcat/container/tc5.5.x/webapps/docs/config/valve.xml

svn commit: r545109 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/mbeans-descriptors.xml modules/cluster/src/share/org/apache/catalina/cluster/session/mbeans-descripto

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 01:45:39 2007 New Revision: 545109 URL: http://svn.apache.org/viewvc?view=revrev=545109 Log: Add getSession() operation to StandardManager and DeltaManager JMX Interface Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/mbeans

svn commit: r545127 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ApplicationDispatcher.java webapps/docs/changelog.xml

2007-06-07 Thread pero
Author: pero Date: Thu Jun 7 02:33:59 2007 New Revision: 545127 URL: http://svn.apache.org/viewvc?view=revrev=545127 Log: Fix correct ApplicationDispatcher forward/include handling after an exception is thrown. This patch fix a memory leak as codeSTRICT_SERVLET_COMPLIANCE/code system property

svn commit: r544401 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/mbeans/JMXAdaptorLifecycleListener.java webapps/docs/changelog.xml webapps/docs/monitoring.xml

2007-06-05 Thread pero
Author: pero Date: Mon Jun 4 23:19:13 2007 New Revision: 544401 URL: http://svn.apache.org/viewvc?view=revrev=544401 Log: Add JMXAdaptorLifecycleListener to start JMX Connector with fix naming and data port. This feature is needed to have stable remote access as your local firewall is activ

svn commit: r539322 - /tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml

2007-05-18 Thread pero
Author: pero Date: Fri May 18 01:50:57 2007 New Revision: 539322 URL: http://svn.apache.org/viewvc?view=revrev=539322 Log: Add selectorTimeout default and a lot of value formatings. Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/http.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs

svn commit: r539541 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-05-18 Thread pero
Author: pero Date: Fri May 18 11:01:34 2007 New Revision: 539541 URL: http://svn.apache.org/viewvc?view=revrev=539541 Log: Remove unused local variable step Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat

svn commit: r539539 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-05-18 Thread pero
Author: pero Date: Fri May 18 10:57:16 2007 New Revision: 539539 URL: http://svn.apache.org/viewvc?view=revrev=539539 Log: Remove unsused firstReadTimeout attribute Set correct default pollerThreadCount Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

svn commit: r539542 - /tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java

2007-05-18 Thread pero
Author: pero Date: Fri May 18 11:05:40 2007 New Revision: 539542 URL: http://svn.apache.org/viewvc?view=revrev=539542 Log: Hups, Http11NioProcessor need FirstReadTimeout at strange way.. Sorry! Modified: tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/net/NioEndpoint.java Modified: tomcat

svn commit: r532865 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/tcp/SimpleTcpCluster.java java/org/apache/catalina/ha/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml webapps/docs/con

2007-04-26 Thread pero
Author: pero Date: Thu Apr 26 14:09:41 2007 New Revision: 532865 URL: http://svn.apache.org/viewvc?view=revrev=532865 Log: Add heartbeatBackgroundEnabled to enable channel heartbeat call. Don't forget to disable the GroupChannel heartbeat thread. Default is false. Modified: tomcat/tc6.0.x

svn commit: r532877 - in /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport: PooledSender.java bio/PooledMultiSender.java nio/PooledParallelSender.java

2007-04-26 Thread pero
Author: pero Date: Thu Apr 26 14:41:47 2007 New Revision: 532877 URL: http://svn.apache.org/viewvc?view=revrev=532877 Log: Remove senders as member disappeared.. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/PooledSender.java tomcat/tc6.0.x/trunk/java/org

svn commit: r532608 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioSender.java

2007-04-25 Thread pero
Author: pero Date: Wed Apr 25 21:58:20 2007 New Revision: 532608 URL: http://svn.apache.org/viewvc?view=revrev=532608 Log: remove unused flag! Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/bio/BioSender.java Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r531471 - in /tomcat/tc6.0.x/trunk: java/org/apache/catalina/ha/session/SessionIDMessage.java java/org/apache/catalina/ha/session/SessionMessageImpl.java webapps/docs/changelog.xml

2007-04-23 Thread pero
Author: pero Date: Mon Apr 23 07:11:44 2007 New Revision: 531471 URL: http://svn.apache.org/viewvc?view=revrev=531471 Log: Add toString method to better logging support. Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/SessionIDMessage.java tomcat/tc6.0.x/trunk/java

svn commit: r531474 - /tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml

2007-04-23 Thread pero
Author: pero Date: Mon Apr 23 07:15:42 2007 New Revision: 531474 URL: http://svn.apache.org/viewvc?view=revrev=531474 Log: move to correct release, sorry! Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http

svn commit: r531081 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2007-04-21 Thread pero
Author: pero Date: Sat Apr 21 11:53:12 2007 New Revision: 531081 URL: http://svn.apache.org/viewvc?view=revrev=531081 Log: Add Missing isInfoEnabled checks No functional change Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

svn commit: r531083 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

2007-04-21 Thread pero
Author: pero Date: Sat Apr 21 11:54:48 2007 New Revision: 531083 URL: http://svn.apache.org/viewvc?view=revrev=531083 Log: Add Missing isInfoEnabled checks No functional change Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TcpFailureDetector.java

svn commit: r531085 - /tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml

2007-04-21 Thread pero
Author: pero Date: Sat Apr 21 11:56:27 2007 New Revision: 531085 URL: http://svn.apache.org/viewvc?view=revrev=531085 Log: fix :-) Modified: tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/cluster-howto.xml URL: http://svn.apache.org/viewvc

svn commit: r531101 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/bio/MultipointBioSender.java

2007-04-21 Thread pero
Author: pero Date: Sat Apr 21 13:07:17 2007 New Revision: 531101 URL: http://svn.apache.org/viewvc?view=revrev=531101 Log: Remove unused field and at copyright! Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/transport/bio/MultipointBioSender.java Modified: tomcat/tc6.0.x

svn commit: r531115 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TwoPhaseCommitInterceptor.java

2007-04-21 Thread pero
Author: pero Date: Sat Apr 21 14:51:19 2007 New Revision: 531115 URL: http://svn.apache.org/viewvc?view=revrev=531115 Log: Add Missing isInfoEnabled checks No functional change Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/TwoPhaseCommitInterceptor.java

svn commit: r526680 - /tomcat/tc6.0.x/trunk/build.xml

2007-04-09 Thread pero
Author: pero Date: Mon Apr 9 02:15:08 2007 New Revision: 526680 URL: http://svn.apache.org/viewvc?view=revrev=526680 Log: Add clean_depend use as Eclispe or DBCP package changed. remove commons collection dependency (remove at DBCP 1.2.2) Modified: tomcat/tc6.0.x/trunk/build.xml Modified

svn commit: r526094 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2007-04-06 Thread pero
Author: pero Date: Fri Apr 6 01:27:29 2007 New Revision: 526094 URL: http://svn.apache.org/viewvc?view=revrev=526094 Log: Changelog update. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http

svn commit: r526179 - in /tomcat/build/tc5.5.x: build.properties.default build.xml

2007-04-06 Thread pero
Author: pero Date: Fri Apr 6 07:33:06 2007 New Revision: 526179 URL: http://svn.apache.org/viewvc?view=revrev=526179 Log: Update to use DBCP 1.2.2 without depends at commons collection Update to commons-pool 1.3 WARNING: After update please build with 'ant clean clean-depend download deploy

svn commit: r526183 - /tomcat/build/tc5.5.x/build.properties.default

2007-04-06 Thread pero
Author: pero Date: Fri Apr 6 07:40:47 2007 New Revision: 526183 URL: http://svn.apache.org/viewvc?view=revrev=526183 Log: Hups, not change DBCP version number everywhere.. Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL

svn commit: r525778 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ClusterReceiverBase.java

2007-04-05 Thread pero
Author: pero Date: Thu Apr 5 02:33:09 2007 New Revision: 525778 URL: http://svn.apache.org/viewvc?view=revrev=525778 Log: convert hostnames to address at tcpListenAddress attribute Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp

svn commit: r525783 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/ webapps/docs/

2007-04-05 Thread pero
Author: pero Date: Thu Apr 5 02:41:20 2007 New Revision: 525783 URL: http://svn.apache.org/viewvc?view=revrev=525783 Log: Add better GET access session message support with new DeltaManager expireTolerance and updateActiveIntervall attributes. Fix DeltaRequest missing synchonized Fix

svn commit: r525780 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationTransmitter.java

2007-04-05 Thread pero
Author: pero Date: Thu Apr 5 02:34:27 2007 New Revision: 525780 URL: http://svn.apache.org/viewvc?view=revrev=525780 Log: Log error as sender is no a regsiterd member. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/ReplicationTransmitter.java

svn commit: r525828 - /tomcat/container/tc5.5.x/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/ManagerServlet.java

2007-04-05 Thread pero
Author: pero Date: Thu Apr 5 06:46:25 2007 New Revision: 525828 URL: http://svn.apache.org/viewvc?view=revrev=525828 Log: - 41289: create configBase, since it is no longer created elsewhere. - Submitted by Shiva Kumar H R. - Ported from Tomcat 6 Modified: tomcat/container/tc5.5.x/webapps

svn commit: r525200 - /tomcat/tc6.0.x/trunk/webapps/docs/aio.xml

2007-04-03 Thread pero
Author: pero Date: Tue Apr 3 09:27:21 2007 New Revision: 525200 URL: http://svn.apache.org/viewvc?view=revrev=525200 Log: fixed typo... Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/aio.xml URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x

svn commit: r522854 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/ExtendedAccessLogValve.java

2007-03-27 Thread pero
Author: pero Date: Tue Mar 27 03:10:45 2007 New Revision: 522854 URL: http://svn.apache.org/viewvc?view=revrev=522854 Log: Fix that pattern with subtokens ended, are print out subtoken Example cs(Host) date time cs-uri sc-status x-C(JSESSIONID) time-taken prints 'localhost:30014' 2007-03-27 10

svn commit: r522269 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml

2007-03-25 Thread pero
Author: pero Date: Sun Mar 25 07:40:32 2007 New Revision: 522269 URL: http://svn.apache.org/viewvc?view=revrev=522269 Log: add some missing attributes Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/mbeans-descriptors.xml Modified: tomcat/tc6.0.x/trunk/java/org/apache

svn commit: r522270 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java

2007-03-25 Thread pero
Author: pero Date: Sun Mar 25 07:41:05 2007 New Revision: 522270 URL: http://svn.apache.org/viewvc?view=revrev=522270 Log: set correct info message Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/valves/AccessLogValve.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina

svn commit: r504474 - /tomcat/jasper/tc5.5.x/src/share/org/apache/jasper/compiler/JDTCompiler.java

2007-02-07 Thread pero
Author: pero Date: Wed Feb 7 01:25:52 2007 New Revision: 504474 URL: http://svn.apache.org/viewvc?view=revrev=504474 Log: Fix Bug 41554: The input stream of the JSP file for compiling is not closed. OK, find another not right IOE Handling and fix it. Modified: tomcat/jasper/tc5.5.x/src

svn commit: r500193 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2007-01-26 Thread pero
Author: pero Date: Fri Jan 26 01:12:54 2007 New Revision: 500193 URL: http://svn.apache.org/viewvc?view=revrev=500193 Log: Log to manager logger like StandardSession implementation. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session

svn commit: r500194 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2007-01-26 Thread pero
Author: pero Date: Fri Jan 26 01:17:39 2007 New Revision: 500194 URL: http://svn.apache.org/viewvc?view=revrev=500194 Log: Porting from StandardSession - bugfix 37356: Ensure sessions time out correctly. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina

svn commit: r497379 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/authenticator/ClusterSingleSignOn.java

2007-01-18 Thread pero
Author: pero Date: Thu Jan 18 01:52:25 2007 New Revision: 497379 URL: http://svn.apache.org/viewvc?view=revrev=497379 Log: Refactor and remove some duplicate code. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/authenticator/ClusterSingleSignOn.java

svn commit: r497380 - in /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/authenticator: ClusterSingleSignOn.java ClusterSingleSignOnListener.java SingleSignOnMessage.ja

2007-01-18 Thread pero
Author: pero Date: Thu Jan 18 01:58:51 2007 New Revision: 497380 URL: http://svn.apache.org/viewvc?view=revrev=497380 Log: add correct svn props Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/authenticator/ClusterSingleSignOn.java (props changed

svn commit: r497499 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/StandardService.java catalina/src/share/org/apache/catalina/core/mbeans-descriptors.xml webapps/docs/cha

2007-01-18 Thread pero
Author: pero Date: Thu Jan 18 08:59:32 2007 New Revision: 497499 URL: http://svn.apache.org/viewvc?view=revrev=497499 Log: StandardService.getConnectorNames() return array of Connector JMX objectnames. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core

svn commit: r497501 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/authenticator/SingleSignOnEntry.java modules/cluster/src/share/org/apache/catalina/cluster/authenticator/Clus

2007-01-18 Thread pero
Author: pero Date: Thu Jan 18 09:11:59 2007 New Revision: 497501 URL: http://svn.apache.org/viewvc?view=revrev=497501 Log: Don't send a SSO ADD_SESSION event to cluster nodes after every auth request. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/authenticator

svn commit: r497104 - in /tomcat/container/tc5.5.x: modules/cluster/ modules/cluster/src/share/org/apache/catalina/cluster/authenticator/ webapps/docs/

2007-01-17 Thread pero
Author: pero Date: Wed Jan 17 10:03:59 2007 New Revision: 497104 URL: http://svn.apache.org/viewvc?view=revrev=497104 Log: Add clustered SSO code, submitted by Fabien Carrion Backport form tomcat 6.0.x Formatting source Added: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache

svn commit: r493480 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java

2007-01-06 Thread pero
Author: pero Date: Sat Jan 6 06:34:51 2007 New Revision: 493480 URL: http://svn.apache.org/viewvc?view=revrev=493480 Log: Add backlog attribute to ChannelSocket Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java Modified: tomcat/connectors/trunk/jk/java/org

svn commit: r493481 - in /tomcat/container/tc5.5.x/webapps/docs: changelog.xml config/ajp.xml config/http.xml

2007-01-06 Thread pero
Author: pero Date: Sat Jan 6 06:36:23 2007 New Revision: 493481 URL: http://svn.apache.org/viewvc?view=revrev=493481 Log: Add backlog attribute to ChannelSocket and change default value at docs. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml tomcat/container/tc5.5.x

svn commit: r486569 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-12-13 Thread pero
Author: pero Date: Wed Dec 13 01:50:09 2006 New Revision: 486569 URL: http://svn.apache.org/viewvc?view=revrev=486569 Log: Revert patch that ajp can use more then 8k packets at a response. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

svn commit: r486584 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java

2006-12-13 Thread pero
Author: pero Date: Wed Dec 13 02:25:09 2006 New Revision: 486584 URL: http://svn.apache.org/viewvc?view=revrev=486584 Log: Use constants Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/ChannelSocket.java Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common

svn commit: r486585 - /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java

2006-12-13 Thread pero
Author: pero Date: Wed Dec 13 02:26:24 2006 New Revision: 486585 URL: http://svn.apache.org/viewvc?view=revrev=486585 Log: Revert patch that ajp can use more then 8k packets at a response. Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java Modified: tomcat

svn commit: r486216 - in /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpAprProtocol.java AjpMessage.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 08:34:12 2006 New Revision: 486216 URL: http://svn.apache.org/viewvc?view=revrev=486216 Log: Backport AJP packetSize handling from Tomcat 6.0.x Add support to send and receive more the 8K BODY packets. Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote

svn commit: r486217 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 08:34:36 2006 New Revision: 486217 URL: http://svn.apache.org/viewvc?view=revrev=486217 Log: Add support to send and receive more the 8K BODY packets. Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java Modified: tomcat/connectors

svn commit: r486219 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 08:35:15 2006 New Revision: 486219 URL: http://svn.apache.org/viewvc?view=revrev=486219 Log: Add support to send and receive more the 8K BODY packets. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified

svn commit: r486266 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 10:23:44 2006 New Revision: 486266 URL: http://svn.apache.org/viewvc?view=revrev=486266 Log: no functional change -- remove tabs, Sorry ;( Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Response.java Modified: tomcat

svn commit: r486280 - /tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 11:05:52 2006 New Revision: 486280 URL: http://svn.apache.org/viewvc?view=revrev=486280 Log: no functional change -- remove tabs, Sorry ;( Modified: tomcat/connectors/trunk/jk/java/org/apache/jk/common/JkInputStream.java Modified: tomcat/connectors/trunk/jk

svn commit: r486282 - in /tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp: AjpAprProcessor.java AjpAprProtocol.java AjpMessage.java

2006-12-12 Thread pero
Author: pero Date: Tue Dec 12 11:18:32 2006 New Revision: 486282 URL: http://svn.apache.org/viewvc?view=revrev=486282 Log: no functional change -- remove tabs, Sorry ;( Modified: tomcat/connectors/trunk/jk/java/org/apache/coyote/ajp/AjpAprProcessor.java tomcat/connectors/trunk/jk/java

svn commit: r485795 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-12-11 Thread pero
Author: pero Date: Mon Dec 11 10:30:02 2006 New Revision: 485795 URL: http://svn.apache.org/viewvc?view=revrev=485795 Log: Add a packetSize option to standard ajp jk handler Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs

svn commit: r483966 - /tomcat/build/tc5.5.x/build.properties.default

2006-12-08 Thread pero
Author: pero Date: Fri Dec 8 04:37:43 2006 New Revision: 483966 URL: http://svn.apache.org/viewvc?view=revrev=483966 Log: fix wrong download archive name Modified: tomcat/build/tc5.5.x/build.properties.default Modified: tomcat/build/tc5.5.x/build.properties.default URL: http

svn commit: r479939 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2006-11-28 Thread pero
Author: pero Date: Tue Nov 28 00:12:13 2006 New Revision: 479939 URL: http://svn.apache.org/viewvc?view=revrev=479939 Log: Fix correct table formating at 'Edit worker dialog' Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r469211 - /tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java

2006-10-30 Thread pero
Author: pero Date: Mon Oct 30 10:06:52 2006 New Revision: 469211 URL: http://svn.apache.org/viewvc?view=revrev=469211 Log: Fix some html smells Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF/classes/chat/ChatServlet.java Modified: tomcat/tc6.0.x/trunk/webapps/examples/WEB-INF

svn commit: r469141 - in /tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat: chat.jsp login.jsp

2006-10-30 Thread pero
Author: pero Date: Mon Oct 30 05:10:02 2006 New Revision: 469141 URL: http://svn.apache.org/viewvc?view=revrev=469141 Log: fix small html smells Modified: tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/chat.jsp tomcat/tc6.0.x/trunk/webapps/examples/jsp/chat/login.jsp Modified: tomcat

svn commit: r466009 - /tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml

2006-10-20 Thread pero
Author: pero Date: Thu Oct 19 23:42:38 2006 New Revision: 466009 URL: http://svn.apache.org/viewvc?view=revrev=466009 Log: Fix bug 40802. jasper2 ant task broken using bin/catalina-tasks.xml Modified: tomcat/container/tc5.5.x/catalina/src/bin/catalina-tasks.xml Modified: tomcat/container

svn commit: r466012 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-10-20 Thread pero
Author: pero Date: Thu Oct 19 23:48:42 2006 New Revision: 466012 URL: http://svn.apache.org/viewvc?view=revrev=466012 Log: Fix bug 40802 as provieded by Daniel Santos. Thanks! Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs

svn commit: r465902 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/FastAsyncSocketSender.java modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbean

2006-10-19 Thread pero
Author: pero Date: Thu Oct 19 14:37:51 2006 New Revision: 465902 URL: http://svn.apache.org/viewvc?view=revrev=465902 Log: Disable recover feature as default. add little documentation Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp

svn commit: r465293 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/ webapps/docs/

2006-10-18 Thread pero
Author: pero Date: Wed Oct 18 09:37:42 2006 New Revision: 465293 URL: http://svn.apache.org/viewvc?view=revrev=465293 Log: Made recovery more robust. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/FastAsyncSocketSender.java tomcat/container

svn commit: r463961 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java

2006-10-14 Thread pero
Author: pero Date: Sat Oct 14 08:39:38 2006 New Revision: 463961 URL: http://svn.apache.org/viewvc?view=revrev=463961 Log: Set correct defaults at new mod_jk 1.2.15 properties Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusTask.java Modified: tomcat

svn commit: r463969 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java

2006-10-14 Thread pero
Author: pero Date: Sat Oct 14 09:14:48 2006 New Revision: 463969 URL: http://svn.apache.org/viewvc?view=revrev=463969 Log: Make deployer class configureable. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core/StandardHost.java Modified: tomcat/container/tc5.5

svn commit: r447108 - in /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status: JkStatusAccessor.java JkStatusResetTask.java JkStatusUpdateTask.java package.html

2006-09-17 Thread pero
Author: pero Date: Sun Sep 17 11:45:54 2006 New Revision: 447108 URL: http://svn.apache.org/viewvc?view=revrev=447108 Log: Correct some documentation. Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkStatusAccessor.java tomcat/connectors/trunk/jk/jkstatus

svn commit: r447109 - /tomcat/connectors/trunk/jk/jkstatus/build.xml

2006-09-17 Thread pero
Author: pero Date: Sun Sep 17 11:46:58 2006 New Revision: 447109 URL: http://svn.apache.org/viewvc?view=revrev=447109 Log: fix java doc generation Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml URL: http://svn.apache.org

svn commit: r447110 - /tomcat/connectors/trunk/jk/jkstatus/test/src/share/org/apache/jk/status/JkStatusParserTest.java

2006-09-17 Thread pero
Author: pero Date: Sun Sep 17 11:47:49 2006 New Revision: 447110 URL: http://svn.apache.org/viewvc?view=revrev=447110 Log: Change test case to parse a 1.2.19 jkstatus document Modified: tomcat/connectors/trunk/jk/jkstatus/test/src/share/org/apache/jk/status/JkStatusParserTest.java Modified

svn commit: r447114 [3/3] - in /tomcat/connectors/trunk/jk/jkstatus: ./ example/ src/share/org/apache/jk/status/ test/ test/conf/ test/src/share/org/apache/jk/status/

2006-09-17 Thread pero
Modified: tomcat/connectors/trunk/jk/jkstatus/test/conf/log4j.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/jkstatus/test/conf/log4j.xml?view=diffrev=447114r1=447113r2=447114 == ---

svn commit: r447115 - in /tomcat/connectors/trunk/jk/jkstatus: ./ conf/ example/ src/share/org/apache/jk/status/ test/ test/conf/ test/src/share/org/apache/jk/status/

2006-09-17 Thread pero
Author: pero Date: Sun Sep 17 12:09:34 2006 New Revision: 447115 URL: http://svn.apache.org/viewvc?view=revrev=447115 Log: Fix properties. Modified: tomcat/connectors/trunk/jk/jkstatus/build.xml (props changed) tomcat/connectors/trunk/jk/jkstatus/conf/jkstatus-tasks.xml (contents

svn commit: r441484 - in /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status: JkBalancerMember.java JkStatusParser.java JkStatusTask.java JkStatusUpdateTask.java

2006-09-08 Thread pero
Author: pero Date: Fri Sep 8 05:23:50 2006 New Revision: 441484 URL: http://svn.apache.org/viewvc?view=revrev=441484 Log: Add new mod_jk 1.2.19 status and update attributes. Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/JkBalancerMember.java tomcat

svn commit: r441489 - /tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/package.html

2006-09-08 Thread pero
Author: pero Date: Fri Sep 8 06:00:24 2006 New Revision: 441489 URL: http://svn.apache.org/viewvc?view=revrev=441489 Log: correct wrong link Modified: tomcat/connectors/trunk/jk/jkstatus/src/share/org/apache/jk/status/package.html Modified: tomcat/connectors/trunk/jk/jkstatus/src/share

svn commit: r441172 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ant/jmx/Arg.java catalina/src/share/org/apache/catalina/ant/jmx/JMXAccessorSetTask.java webapps/docs/changelo

2006-09-07 Thread pero
Author: pero Date: Thu Sep 7 11:38:07 2006 New Revision: 441172 URL: http://svn.apache.org/viewvc?view=revrev=441172 Log: Add multi attribute setting to jmx:set JMX remote ant task. Patch contributed by Didier Donsez Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina

svn commit: r399358 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java modules/ha/src/share/org/apache/catalina/ha/session/DeltaSession.jav

2006-05-03 Thread pero
Author: pero Date: Wed May 3 10:16:15 2006 New Revision: 399358 URL: http://svn.apache.org/viewcvs?rev=399358view=rev Log: Session timeout much shorter than setting at web.xml at cluster environment Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster

svn commit: r397098 - /tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java

2006-04-26 Thread pero
Author: pero Date: Tue Apr 25 23:10:53 2006 New Revision: 397098 URL: http://svn.apache.org/viewcvs?rev=397098view=rev Log: Fix that StandardSession#getLastAccessedTime() uses correct exception message Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/session/StandardSession.java

svn commit: r395980 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/session/ManagerBase.java webapps/docs/changelog.xml

2006-04-21 Thread pero
Author: pero Date: Fri Apr 21 11:29:21 2006 New Revision: 395980 URL: http://svn.apache.org/viewcvs?rev=395980view=rev Log: ManagerBase increment expireSessions counter at background task two times Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session

svn commit: r394930 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/core/ catalina/src/share/org/apache/catalina/startup/ modules/storeconfig/src/share/org/apache/catalina/store

2006-04-18 Thread pero
Author: pero Date: Tue Apr 18 05:59:06 2006 New Revision: 394930 URL: http://svn.apache.org/viewcvs?rev=394930view=rev Log: Make sure that StoreConfig save external referenced war files at context.xml correct. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/core

svn commit: r394037 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/valves/JDBCAccessLogValve.java webapps/docs/changelog.xml

2006-04-14 Thread pero
Author: pero Date: Fri Apr 14 00:29:25 2006 New Revision: 394037 URL: http://svn.apache.org/viewcvs?rev=394037view=rev Log: Change userField default. User is at many database a reserved keyword Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/valves

svn commit: r394151 - in /tomcat/container/tc5.5.x: modules/storeconfig/src/share/org/apache/catalina/storeconfig/ webapps/docs/

2006-04-14 Thread pero
Author: pero Date: Fri Apr 14 10:48:28 2006 New Revision: 394151 URL: http://svn.apache.org/viewcvs?rev=394151view=rev Log: Make sure that context config files are writeable. But a bug with referenced war files outsite Host appBase exists. Currently context docBase from those apps point

svn commit: r394152 - /tomcat/container/tc5.5.x/modules/storeconfig/src/share/org/apache/catalina/storeconfig/server-registry.xml

2006-04-14 Thread pero
Author: pero Date: Fri Apr 14 10:52:23 2006 New Revision: 394152 URL: http://svn.apache.org/viewcvs?rev=394152view=rev Log: Fix duplicate Connector URIEncoding and uRIEncoding attributes after StoreConfig save the sever.xml Modified: tomcat/container/tc5.5.x/modules/storeconfig/src/share

svn commit: r393732 - in /tomcat/container/tc5.5.x: catalina/src/conf/catalina.policy webapps/docs/changelog.xml

2006-04-13 Thread pero
Author: pero Date: Wed Apr 12 23:32:25 2006 New Revision: 393732 URL: http://svn.apache.org/viewcvs?rev=393732view=rev Log: Fix that balancer app bundle with .jar and can start with SecurityManager support. Modified: tomcat/container/tc5.5.x/catalina/src/conf/catalina.policy tomcat

svn commit: r393447 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java webapps/docs/changelog.xml

2006-04-12 Thread pero
Author: pero Date: Wed Apr 12 05:39:05 2006 New Revision: 393447 URL: http://svn.apache.org/viewcvs?rev=393447view=rev Log: Fix that DeltaManager not set session creation time at backup nodes. Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session

svn commit: r393216 - /tomcat/container/tc5.5.x/catalina/src/conf/server.xml

2006-04-11 Thread pero
Author: pero Date: Tue Apr 11 06:43:09 2006 New Revision: 393216 URL: http://svn.apache.org/viewcvs?rev=393216view=rev Log: Default is false, but pooled need true! Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml

svn commit: r393219 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-04-11 Thread pero
Author: pero Date: Tue Apr 11 06:52:04 2006 New Revision: 393219 URL: http://svn.apache.org/viewcvs?rev=393219view=rev Log: Add cloesed bug report and change bug comment. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs

svn commit: r393220 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-04-11 Thread pero
Author: pero Date: Tue Apr 11 06:53:13 2006 New Revision: 393220 URL: http://svn.apache.org/viewcvs?rev=393220view=rev Log: Hups, fix typo. Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org

svn commit: r393223 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml webapps/docs/changelog.xml

2006-04-11 Thread pero
Author: pero Date: Tue Apr 11 07:07:47 2006 New Revision: 393223 URL: http://svn.apache.org/viewcvs?rev=393223view=rev Log: Fix bug 38779 Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/mbeans-descriptors.xml tomcat/container/tc5.5.x/webapps

svn commit: r392530 - /tomcat/connectors/trunk/jni/native/src/jnilib.c

2006-04-08 Thread pero
Author: pero Date: Sat Apr 8 07:22:13 2006 New Revision: 392530 URL: http://svn.apache.org/viewcvs?rev=392530view=rev Log: Fix APR feature constant that it correct map to Libaray.java! Modified: tomcat/connectors/trunk/jni/native/src/jnilib.c Modified: tomcat/connectors/trunk/jni/native

svn commit: r392531 - /tomcat/connectors/trunk/jni/native/src/sslinfo.c

2006-04-08 Thread pero
Author: pero Date: Sat Apr 8 07:24:55 2006 New Revision: 392531 URL: http://svn.apache.org/viewcvs?rev=392531view=rev Log: fix to correct datatype. Modified: tomcat/connectors/trunk/jni/native/src/sslinfo.c Modified: tomcat/connectors/trunk/jni/native/src/sslinfo.c URL: http

svn commit: r390625 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp/TcpReplicationThread.java

2006-04-01 Thread pero
Author: pero Date: Sat Apr 1 01:23:46 2006 New Revision: 390625 URL: http://svn.apache.org/viewcvs?rev=390625view=rev Log: Correct Log statement that we not got after very keep alive socket close a log message! Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache

svn commit: r390639 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/deploy/FarmWarDeployer.java

2006-04-01 Thread pero
Author: pero Date: Sat Apr 1 02:19:31 2006 New Revision: 390639 URL: http://svn.apache.org/viewcvs?rev=390639view=rev Log: remove empty line Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/deploy/FarmWarDeployer.java Modified: tomcat/container

svn commit: r389235 - /tomcat/container/tc5.5.x/catalina/src/conf/server.xml

2006-03-27 Thread pero
Author: pero Date: Mon Mar 27 11:45:18 2006 New Revision: 389235 URL: http://svn.apache.org/viewcvs?rev=389235view=rev Log: Correct McastBindAddress parameter doc, Thanks Parham Clinton! Modified: tomcat/container/tc5.5.x/catalina/src/conf/server.xml Modified: tomcat/container/tc5.5.x

svn commit: r386627 - /tomcat/connectors/trunk/jk/native/common/jk_shm.c

2006-03-17 Thread pero
Author: pero Date: Fri Mar 17 04:34:53 2006 New Revision: 386627 URL: http://svn.apache.org/viewcvs?rev=386627view=rev Log: Fix small type usage typo! Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c Modified: tomcat/connectors/trunk/jk/native/common/jk_shm.c URL: http

svn commit: r386629 - /tomcat/connectors/trunk/jk/native/common/jk_connect.c

2006-03-17 Thread pero
Author: pero Date: Fri Mar 17 04:36:04 2006 New Revision: 386629 URL: http://svn.apache.org/viewcvs?rev=386629view=rev Log: Fix gcc 4.0.1 compiler warning at mac os x! Modified: tomcat/connectors/trunk/jk/native/common/jk_connect.c Modified: tomcat/connectors/trunk/jk/native/common

svn commit: r386118 - in /tomcat/container/tc5.5.x: modules/cluster/src/share/org/apache/catalina/cluster/tcp/LocalStrings.properties modules/cluster/src/share/org/apache/catalina/cluster/tcp/Replicat

2006-03-15 Thread pero
Author: pero Date: Wed Mar 15 09:20:34 2006 New Revision: 386118 URL: http://svn.apache.org/viewcvs?rev=386118view=rev Log: Fix that ReplicationValve set primary flag as no backup exists! Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/tcp

svn commit: r384817 - in /tomcat/container/tc5.5.x: catalina/src/share/org/apache/catalina/ catalina/src/share/org/apache/catalina/authenticator/ catalina/src/share/org/apache/catalina/session/ module

2006-03-10 Thread pero
Author: pero Date: Fri Mar 10 07:27:43 2006 New Revision: 384817 URL: http://svn.apache.org/viewcvs?rev=384817view=rev Log: Fix SingleSignOn Valve and add Session.getLastAccessTimeInternal() without session invalidation test. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache

svn commit: r383120 - /tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

2006-03-04 Thread pero
Author: pero Date: Sat Mar 4 06:45:50 2006 New Revision: 383120 URL: http://svn.apache.org/viewcvs?rev=383120view=rev Log: remove also ISE from getLastAccessTime to support SingleSignOn. Modified: tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/session/StandardSession.java

svn commit: r383122 - /tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java

2006-03-04 Thread pero
Author: pero Date: Sat Mar 4 06:47:43 2006 New Revision: 383122 URL: http://svn.apache.org/viewcvs?rev=383122view=rev Log: Remove ISE from getId and getLastAccessTime to support SingleSignOn valve and other useful session event listener! add update manager session access stats Modified

svn commit: r383212 - in /tomcat/container/tc5.5.x/modules: cluster/src/share/org/apache/catalina/cluster/session/DeltaSession.java ha/src/share/org/apache/catalina/ha/session/DeltaSession.java

2006-03-04 Thread pero
Author: pero Date: Sat Mar 4 14:20:06 2006 New Revision: 383212 URL: http://svn.apache.org/viewcvs?rev=383212view=rev Log: revert getLastAccessTime change but now SSO not working :-( Modified: tomcat/container/tc5.5.x/modules/cluster/src/share/org/apache/catalina/cluster/session

svn commit: r383213 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-03-04 Thread pero
Author: pero Date: Sat Mar 4 14:20:26 2006 New Revision: 383213 URL: http://svn.apache.org/viewcvs?rev=383213view=rev Log: revert getLastAccessTime change but now SSO not working :-( Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps

svn commit: r377964 - in /tomcat/connectors/trunk/jni/native/src: file.c network.c

2006-02-15 Thread pero
Author: pero Date: Wed Feb 15 00:33:27 2006 New Revision: 377964 URL: http://svn.apache.org/viewcvs?rev=377964view=rev Log: fix some type cast warnings at MACOS X 10.4.4 Xcode 2.2 (gcc 4.0.1) Modified: tomcat/connectors/trunk/jni/native/src/file.c tomcat/connectors/trunk/jni/native/src

svn commit: r372468 - /tomcat/container/tc5.5.x/webapps/docs/changelog.xml

2006-01-25 Thread pero
Author: pero Date: Wed Jan 25 22:58:22 2006 New Revision: 372468 URL: http://svn.apache.org/viewcvs?rev=372468view=rev Log: Set correct JDT Compiler option to java 1.5 compliance s. Bug 38389 Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x

<    1   2   3   4   >