svn commit: r934696 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-15 Thread markt
Author: markt Date: Fri Apr 16 06:45:39 2010 New Revision: 934696 URL: http://svn.apache.org/viewvc?rev=934696&view=rev Log: Review section 4. More stuff to do. Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL: http://svn.apache.org/viewv

DO NOT REPLY [Bug 49132] New: JNDI not working

2010-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49132 Summary: JNDI not working Product: Tomcat 7 Version: trunk Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P2 Component: Servle

svn commit: r934677 - in /tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor: StatementCache.java StatementDecoratorInterceptor.java

2010-04-15 Thread fhanik
Author: fhanik Date: Fri Apr 16 03:37:59 2010 New Revision: 934677 URL: http://svn.apache.org/viewvc?rev=934677&view=rev Log: Clean up a bit Modified: tomcat/trunk/modules/jdbc-pool/java/org/apache/tomcat/jdbc/pool/interceptor/StatementCache.java tomcat/trunk/modules/jdbc-pool/java/org/

svn commit: r934651 - in /tomcat/trunk/modules/jdbc-pool: java/org/apache/tomcat/jdbc/pool/ java/org/apache/tomcat/jdbc/pool/interceptor/ test/org/apache/tomcat/jdbc/test/

2010-04-15 Thread fhanik
Author: fhanik Date: Fri Apr 16 00:02:53 2010 New Revision: 934651 URL: http://svn.apache.org/viewvc?rev=934651&view=rev Log: Add in statement cache Added: tomcat/trunk/modules/jdbc-pool/test/org/apache/tomcat/jdbc/test/TestStatementCache.java (with props) Modified: tomcat/trunk/modu

svn commit: r934647 - in /tomcat/trunk/res/META-INF: tomcat-coyote.jar.notice tomcat-embed-core.jar.notice

2010-04-15 Thread kkolinko
Author: kkolinko Date: Thu Apr 15 23:41:52 2010 New Revision: 934647 URL: http://svn.apache.org/viewvc?rev=934647&view=rev Log: Correct a misprint (s/provide/provided), wrap the long line. Modified: tomcat/trunk/res/META-INF/tomcat-coyote.jar.notice tomcat/trunk/res/META-INF/tomcat-embed-

svn commit: r934644 [1/2] - in /tomcat/trunk/res/META-INF: tomcat-coyote.jar.license tomcat-coyote.jar.notice tomcat-embed-core.jar.license tomcat-embed-core.jar.notice

2010-04-15 Thread kkolinko
Author: kkolinko Date: Thu Apr 15 23:36:49 2010 New Revision: 934644 URL: http://svn.apache.org/viewvc?rev=934644&view=rev Log: Followup to r934220. Set svn:eol-style=native for the added files. No change in their content. Modified: tomcat/trunk/res/META-INF/tomcat-coyote.jar.license (conte

svn commit: r934640 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-15 Thread markt
Author: markt Date: Thu Apr 15 23:07:22 2010 New Revision: 934640 URL: http://svn.apache.org/viewvc?rev=934640&view=rev Log: Section 3 of spec checked Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL: http://svn.apache.org/viewvc/tomcat/t

svn commit: r934634 - in /tomcat/trunk/java/org/apache: catalina/connector/Request.java catalina/core/ApplicationPart.java tomcat/util/http/Parameters.java

2010-04-15 Thread markt
Author: markt Date: Thu Apr 15 22:57:36 2010 New Revision: 934634 URL: http://svn.apache.org/viewvc?rev=934634&view=rev Log: Implement SRV.3.2. Non file parts should be exposed via getParameters() Cache results so multiple calls to getParts() work Modified: tomcat/trunk/java/org/apache/catali

Re: building tomcat-oacc: missing some classes?

2010-04-15 Thread Rainer Jung
I updated OACC with all relevant patches from TC 5.5.x, TC 6.0.x and one form trunk between September 2009 and now. Have fun. Regards, Rainer - To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands,

svn commit: r934587 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/ src/share/org/apache/catalina/cluster/mcast/ src/share/org/apache/catalina/cluster/membership/ src/share/org/apache/catalina/cluster/t

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 20:37:53 2010 New Revision: 934587 URL: http://svn.apache.org/viewvc?rev=934587&view=rev Log: Fix BZ48248: Use volatile since field is accessed by multiple threads. Backport of r883200 from TC 7.0.x. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml

svn commit: r934578 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 20:14:49 2010 New Revision: 934578 URL: http://svn.apache.org/viewvc?rev=934578&view=rev Log: Fix BZ48790: Make maxActive thread safe. Backport of r932904 from TC 6.0.x Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml tomcat/sandbox/tomcat-oac

svn commit: r934577 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaSession.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 20:08:58 2010 New Revision: 934577 URL: http://svn.apache.org/viewvc?rev=934577&view=rev Log: Fix BZ48398: Objects used as locks should be final. Patches provided by sebb. Backport of r896383 from TC 6.0.x. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/change

svn commit: r934574 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaSession.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 20:04:35 2010 New Revision: 934574 URL: http://svn.apache.org/viewvc?rev=934574&view=rev Log: Fix BZ47502: Don't try and replicate attributes we know to be non-serializable. Patch by Tim Funk. Backport of r890946 from TC 6.0.x. Modified: tomcat/sandbox/tomcat-o

svn commit: r934571 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/DeltaManager.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:58:30 2010 New Revision: 934571 URL: http://svn.apache.org/viewvc?rev=934571&view=rev Log: BZ47515: Correctly replicate timestamp during startup. Patch by Ryuichi Yoshihara Backport of r811096 from TC 6.0.x. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/ch

svn commit: r934568 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session: LocalStrings.properties LocalStrings_es.properties

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:45:54 2010 New Revision: 934568 URL: http://svn.apache.org/viewvc?rev=934568&view=rev Log: Fix message strings according to recent change. Modified: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session/LocalStrings.properties t

svn commit: r934566 - /tomcat/tc5.5.x/trunk/container/modules/cluster/src/share/org/apache/catalina/cluster/session/LocalStrings_es.properties

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:44:11 2010 New Revision: 934566 URL: http://svn.apache.org/viewvc?rev=934566&view=rev Log: Colons are consistently escaped in this file. Modified: tomcat/tc5.5.x/trunk/container/modules/cluster/src/share/org/apache/catalina/cluster/session/LocalStrings_es.pr

svn commit: r934565 - in /tomcat/tc5.5.x/trunk/container/modules/cluster/src/share/org/apache/catalina/cluster/session: LocalStrings.properties LocalStrings_es.properties

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:41:03 2010 New Revision: 934565 URL: http://svn.apache.org/viewvc?rev=934565&view=rev Log: Fix localized message format which was forgotten in r918741. when backporting r891304/r904855 from TC 6.0.x to TC 5.5.x. CTR since message string change, though edge case (

svn commit: r934554 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:19:15 2010 New Revision: 934554 URL: http://svn.apache.org/viewvc?rev=934554&view=rev Log: Address BZ45255: Prevent session fixation by providing option (disabled by default) to change session ID on authentication. Backport of r918761 from TC 5.5.x. Modified:

svn commit: r934552 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/session/JvmRouteBinderValve.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:15:32 2010 New Revision: 934552 URL: http://svn.apache.org/viewvc?rev=934552&view=rev Log: Fix BZ47554: httpOnly flag not applied to migrated session cookie. Port of r918741 from TC 5.5.x. Modified: tomcat/sandbox/tomcat-oacc/trunk/docs/changelog.xml to

svn commit: r934551 - in /tomcat/sandbox/tomcat-oacc/trunk: docs/changelog.xml src/share/org/apache/catalina/cluster/mcast/McastServiceImpl.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:08:54 2010 New Revision: 934551 URL: http://svn.apache.org/viewvc?rev=934551&view=rev Log: Fix BZ46384: Correct synchronisation problem that leads to cluster members permanently disappearing. Port of r884960 from TC 5.5.x. Modified: tomcat/sandbox/tomcat-oac

svn commit: r934546 - in /tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/catalina/cluster/session: DeltaManager.java SimpleTcpReplicationManager.java

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 19:00:23 2010 New Revision: 934546 URL: http://svn.apache.org/viewvc?rev=934546&view=rev Log: Spurious startup errors in the cluster Although the secondary node is able to retrieve all sessions, the main thread doesn't see the changed stateTransfered flag, and thus

Re: building tomcat-oacc: missing some classes?

2010-04-15 Thread Rainer Jung
On 15.04.2010 17:37, Konstantin Kolinko wrote: 2010/4/12 Florian Kirchhoff: Hi, first please forgive me for the apparent x-post (my previous post was hi-jacked and thus is ignored by most relevant contributors, see http://old.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6-

svn commit: r934517 - in /tomcat/sandbox/tomcat-oacc/trunk: build.xml src/share/org/apache/catalina/cluster/ClusterMessageBase.java src/share/org/apache/catalina/cluster/session/ClusterManagerBase.jav

2010-04-15 Thread rjung
Author: rjung Date: Thu Apr 15 18:39:10 2010 New Revision: 934517 URL: http://svn.apache.org/viewvc?rev=934517&view=rev Log: Add classes missing from commit r812933. Thanks to Florian Kirchhoff and Konstantin for reminding me. Added: tomcat/sandbox/tomcat-oacc/trunk/src/share/org/apache/cata

svn commit: r934457 - /tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java

2010-04-15 Thread fhanik
Author: fhanik Date: Thu Apr 15 15:38:17 2010 New Revision: 934457 URL: http://svn.apache.org/viewvc?rev=934457&view=rev Log: if error, next request Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.java Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11Processor.

Re: building tomcat-oacc: missing some classes?

2010-04-15 Thread Konstantin Kolinko
2010/4/12 Florian Kirchhoff : > > Hi, > > first please forgive me for the apparent x-post (my previous post was > hi-jacked and thus is ignored by most relevant contributors, see > http://old.nabble.com/Can-catalina-cluster-from-Tomcat-5.5-be-used-in-Tomcat-6--tp25244120p28173804.html). > > I got t

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

2010-04-15 Thread Filip Hanik - Dev Lists
On 04/15/2010 02:44 AM, jean-frederic clere wrote: On 04/14/2010 07:22 PM, Mark Thomas wrote: On 14/04/2010 11:34, Mark Thomas wrote: 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.

svn commit: r934438 - /tomcat/trunk/java/org/apache/catalina/manager/HTMLManagerServlet.java

2010-04-15 Thread markt
Author: markt Date: Thu Apr 15 15:01:55 2010 New Revision: 934438 URL: http://svn.apache.org/viewvc?rev=934438&view=rev Log: Section 3.2 of the Servlet 3 spec says getParameter should still work for parameters that do not represent file uploads (it doesn't at the moment - patch to follow) Modif

Re: setRequest method on HttpServletRequestWrapper

2010-04-15 Thread Konstantin Kolinko
2010/4/14 Unmesh Joshi : > Hi, > > I was going through tomcat source code. (Specifically > ApplicationDispatcher.java). The way HttpServletRequestWrapper is used > there, puzzled me. What is the intent of all the methods of > HttpServletRequestWrapper class in > servlet api? As JavaDoc for HttpSer

svn commit: r934382 - /tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt

2010-04-15 Thread markt
Author: markt Date: Thu Apr 15 12:06:24 2010 New Revision: 934382 URL: http://svn.apache.org/viewvc?rev=934382&view=rev Log: Update release plan. Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt Modified: tomcat/trunk/TOMCAT-7-RELEASE-PLAN.txt URL: http://svn.apache.org/viewvc/tomcat/trunk/

Re: GSOC 2010

2010-04-15 Thread Mark Thomas
On 07/04/2010 12:06, buddhika chamith wrote: Hi All, I have prepared my proposal on JMX enhancement GSOC project. You can find it here. http://wiki.apache.org/general/BuddhikaChamith/Tomcat_GSOC2010_Proposal_BuddhikaChamith Any suggestions and comments are welcome. I have commented on your pr

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

2010-04-15 Thread sebb
On 15/04/2010, Mark Thomas wrote: > On 15/04/2010 01:31, sebb wrote: > > > On 14/04/2010, Mark Thomas wrote: > > > > > On 14/04/2010 21:06, sebb wrote: > > > > > > > ... > > > > > > > > There is a minor problem with the bin/tomcat-juli.jar - the NOTICE > says: > > > > Copyright 19...@year@ >

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

2010-04-15 Thread kfujino
Author: kfujino Date: Thu Apr 15 09:22:12 2010 New Revision: 934338 URL: http://svn.apache.org/viewvc?rev=934338&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=

svn commit: r934337 - in /tomcat/trunk/java/org/apache/catalina: Manager.java ha/session/mbeans-descriptors.xml session/ManagerBase.java session/StandardSession.java session/mbeans-descriptors.xml

2010-04-15 Thread kfujino
Author: kfujino Date: Thu Apr 15 09:19:02 2010 New Revision: 934337 URL: http://svn.apache.org/viewvc?rev=934337&view=rev Log: sessionCounter and expiredSessions declares as long instead of int. Modified: tomcat/trunk/java/org/apache/catalina/Manager.java tomcat/trunk/java/org/apache/cata

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

2010-04-15 Thread jean-frederic clere
On 04/14/2010 07:22 PM, Mark Thomas wrote: > On 14/04/2010 11:34, Mark Thomas wrote: >> 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 ahea

DO NOT REPLY [Bug 49122] Update of ROOT application index.html

2010-04-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49122 --- Comment #3 from Pid 2010-04-15 04:10:54 EDT --- Yes, sure. I occurs to me, having slept on it, that the host-manager could be added to the first panel on the left hand side. I will re-submit dependant on the response(s). -- Configure