RE: bug in TC6 ContainerBase class?

2011-01-20 Thread Caldarale, Charles R
> From: sebb [mailto:seb...@gmail.com] > Subject: Re: bug in TC6 ContainerBase class? > > but, to my knowledge, there's never been any instances > > of that reported. > But if it does happen, it will be a nuisance for all, so > why not fix it now? I have no objection to declaring the field to

RE: bug in TC6 ContainerBase class?

2011-01-20 Thread Caldarale, Charles R
> From: sebb [mailto:seb...@gmail.com] > Subject: Re: bug in TC6 ContainerBase class? > What method calls will force a reload? Why must the compiler > assume it has changed? Any other than Thread.sleep(). Again, we are discussing what happens in practice, not in theory. Since the javac compil

Re: bug in TC6 ContainerBase class?

2011-01-20 Thread sebb
On 21 January 2011 03:59, Caldarale, Charles R wrote: >> From: maxxe...@gmail.com [mailto:maxxe...@gmail.com] >> Subject: bug in TC6 ContainerBase class? > >> In TC6 catalina core, ContainerBase class defines this field to stop >> the background processor thread: >> >>      private boolean threadD

RE: bug in TC6 ContainerBase class?

2011-01-20 Thread Caldarale, Charles R
> From: maxxe...@gmail.com [mailto:maxxe...@gmail.com] > Subject: bug in TC6 ContainerBase class? > In TC6 catalina core, ContainerBase class defines this field to stop > the background processor thread: > >    private boolean threadDone = false; > > Shouldn't it be a volatile? In theory, the

bug in TC6 ContainerBase class?

2011-01-20 Thread maxxe...@gmail.com
In TC6 catalina core, ContainerBase class defines this field to stop the background processor thread:    private boolean threadDone = false; Shouldn't it be a volatile? Because the background processor refers to a classloader, could it prevent a (weak) classloader from being gc'ed? -m ---

DO NOT REPLY [Bug 39740] semi-colon ; isn't allowed as a query argument separator

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=39740 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 24174] [PACTH]/home/cvspublic/jakarta-tomcat-4.0/catalina/src/test/org/apache/naming/resources/BaseDirContextTestCase.java

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=24174 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Tomcat Wiki] Trivial Update of "SupportAndTraining" by developintelligence

2011-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by developintelligence. http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=29&rev2=30 -

[Tomcat Wiki] Update of "SupportAndTraining" by developintelligence

2011-01-20 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification. The "SupportAndTraining" page has been changed by developintelligence. http://wiki.apache.org/tomcat/SupportAndTraining?action=diff&rev1=28&rev2=29 -

DO NOT REPLY [Bug 50606] Error running CGI executable in Tomcat 6.0.30

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1061536 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 21:44:08 2011 New Revision: 1061536 URL: http://svn.apache.org/viewvc?rev=1061536&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Improve CGIServlet. Provide support for specifying empty value for the executable init-param. Provide support

DO NOT REPLY [Bug 50620] Session related errors prevent clean recycle of Request and Response objects by CoyoteAdapter

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 Mark Thomas changed: What|Removed |Added Component|Catalina|Catalina Version|unspecif

svn commit: r1061533 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/connector/LocalStrings.properties java/org/apache/catalina/connector/Request.java java/org/apache/tomcat/util/Ex

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 21:36:06 2011 New Revision: 1061533 URL: http://svn.apache.org/viewvc?rev=1061533&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 Stop exceptions that occur during Session.endAccess() from preventing the normal completion of Request.recycl

svn commit: r1061530 - /tomcat/trunk/webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 21:34:19 2011 New Revision: 1061530 URL: http://svn.apache.org/viewvc?rev=1061530&view=rev Log: Add missing entry Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk

svn commit: r1061524 - in /tomcat/tc6.0.x/trunk: STATUS.txt java/org/apache/coyote/http11/Http11NioProtocol.java

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 21:28:11 2011 New Revision: 1061524 URL: http://svn.apache.org/viewvc?rev=1061524&view=rev Log: Additional patch (not important) for r1061421 Use the new release(s,p) method added in r1061421 Modified: tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/

svn commit: r1061523 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 21:24:04 2011 New Revision: 1061523 URL: http://svn.apache.org/viewvc?rev=1061523&view=rev Log: Vote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=10615

DO NOT REPLY [Bug 49711] HttpServletRequest#getParts() does not work in a Filter

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49711 --- Comment #8 from Christopher Schultz 2011-01-20 16:20:54 EST --- Working on a patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the ass

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

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 21:13:25 2011 New Revision: 1061519 URL: http://svn.apache.org/viewvc?rev=1061519&view=rev Log: Changelog for recently applied fixes (r1061401, r1061469, r1061470, r1061471) Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml Modified: tomcat

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

2011-01-20 Thread fhanik
Author: fhanik Date: Thu Jan 20 21:09:55 2011 New Revision: 1061515 URL: http://svn.apache.org/viewvc?rev=1061515&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=106

DO NOT REPLY [Bug 49543] Request for a "shared" datasource configuration as in DBCP

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49543 --- Comment #5 from Konstantin Kolinko 2011-01-20 16:03:35 EST --- This feature was backported to Tomcat 6.0 in r1061511 and will be in 6.0.31. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You

svn commit: r1061511 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 21:00:10 2011 New Revision: 1061511 URL: http://svn.apache.org/viewvc?rev=1061511&view=rev Log: Add textual description to the attributes supported by DataSourceLinkFactory Correct a typo Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/weba

svn commit: r1061506 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/core/ java/org/apache/catalina/deploy/ java/org/apache/naming/factory/ webapps/docs/ webapps/docs/config/

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 20:54:23 2011 New Revision: 1061506 URL: http://svn.apache.org/viewvc?rev=1061506&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=49543 Add the ability to specify a data source link, to use a shared datasource with per application credentials. (f

DO NOT REPLY [Bug 50441] It is not possible to have multiple instacnes of same docBase inside appBase

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50441 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1061503 - in /tomcat/trunk/webapps/docs: changelog.xml config/context.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 20:43:12 2011 New Revision: 1061503 URL: http://svn.apache.org/viewvc?rev=1061503&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50441 Clarify when docBase can be set Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapp

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

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 20:25:55 2011 New Revision: 1061495 URL: http://svn.apache.org/viewvc?rev=1061495&view=rev Log: patch was updated and is ok now. vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomca

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

2011-01-20 Thread schultz
Author: schultz Date: Thu Jan 20 20:07:08 2011 New Revision: 1061485 URL: http://svn.apache.org/viewvc?rev=1061485&view=rev Log: s/Tomcar/Tomcat/ Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml Modified: tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/vi

svn commit: r1061481 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 19:52:32 2011 New Revision: 1061481 URL: http://svn.apache.org/viewvc?rev=1061481&view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?re

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

2011-01-20 Thread Filip Hanik - Dev Lists
On 1/20/2011 11:45 AM, kkoli...@apache.org wrote: Author: kkolinko Date: Thu Jan 20 18:45:09 2011 New Revision: 1061451 URL: http://svn.apache.org/viewvc?rev=1061451&view=rev Log: vote Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL: http://svn.apa

Re: Time for 5.5.32??

2011-01-20 Thread Jim Jagielski
All remaining code-level changes have been added... Will tag and roll either later on today or over the weekend. On Jan 18, 2011, at 10:57 AM, jean-frederic clere wrote: > On 01/17/2011 03:02 PM, Jim Jagielski wrote: >> I'd like to look over the remaining STATUS of 5.5 in hopes of >> getting a 5.

DO NOT REPLY [Bug 50547] The CHANGE_SESSION_ID message that received during cluster session synchronization is dropped.

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50547 Jim Jagielski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 50550] PropFind 404 error after MkCol succes

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 --- Comment #4 from Jim Jagielski 2011-01-20 14:23:43 EST --- Will be in 5.5.32 -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for

DO NOT REPLY [Bug 50413] Tomcat returns 304 instead of 404 response for static custom 404 error file

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50413 Jim Jagielski changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

svn commit: r1061471 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/modules/cluster/src/share/org/apache/catalina/cluster/session/DeltaManager.java container/modules/ha/src/share/org/apache/catalina

2011-01-20 Thread jim
Author: jim Date: Thu Jan 20 19:21:41 2011 New Revision: 1061471 URL: http://svn.apache.org/viewvc?rev=1061471&view=rev Log: * Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50547 Add time stamp for CHANGE_SESSION_ID and SESSION_EXPIRED message. http://svn.apache.org/viewvc?view=revi

svn commit: r1061470 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/naming/resources/ProxyDirContext.java

2011-01-20 Thread jim
Author: jim Date: Thu Jan 20 19:19:40 2011 New Revision: 1061470 URL: http://svn.apache.org/viewvc?rev=1061470&view=rev Log: Merge r1056828 from trunk: Submitted by: kkolinko Reviewed/backported by: jim Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src

svn commit: r1061469 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/catalina/servlets/DefaultServlet.java

2011-01-20 Thread jim
Author: jim Date: Thu Jan 20 19:17:53 2011 New Revision: 1061469 URL: http://svn.apache.org/viewvc?rev=1061469&view=rev Log: Merge r1056889 from trunk: Submitted by: kkolinko Reviewed/backported by: jim Modified: tomcat/tc5.5.x/trunk/STATUS.txt tomcat/tc5.5.x/trunk/container/catalina/src

svn commit: r1061467 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-20 Thread jim
Author: jim Date: Thu Jan 20 19:14:00 2011 New Revision: 1061467 URL: http://svn.apache.org/viewvc?rev=1061467&view=rev Log: promote Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=1061

svn commit: r1061466 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-20 Thread jim
Author: jim Date: Thu Jan 20 19:13:46 2011 New Revision: 1061466 URL: http://svn.apache.org/viewvc?rev=1061466&view=rev Log: tested and voted Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt

DO NOT REPLY [Bug 50526] Clarify that JavaMail Session JNDI resource factory can accept any configuration attribute from JavaMail

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50526 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1061461 - in /tomcat/trunk/webapps/docs: changelog.xml jndi-resources-howto.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 19:05:38 2011 New Revision: 1061461 URL: http://svn.apache.org/viewvc?rev=1061461&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50526 Additional JavaMail docs Modified: tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/

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

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 18:45:09 2011 New Revision: 1061451 URL: http://svn.apache.org/viewvc?rev=1061451&view=rev Log: vote 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=10

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

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:42:09 2011 New Revision: 1061447 URL: http://svn.apache.org/viewvc?rev=1061447&view=rev Log: Additional patch Vote 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/STA

svn commit: r1061446 - /tomcat/trunk/java/org/apache/catalina/connector/Request.java

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:40:23 2011 New Revision: 1061446 URL: http://svn.apache.org/viewvc?rev=1061446&view=rev Log: Fix copy/paste snafu Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java Modified: tomcat/trunk/java/org/apache/catalina/connector/Request.java UR

Re: svn commit: r1061442 - in /tomcat/trunk/java/org/apache/catalina/connector: LocalStrings.properties Request.java

2011-01-20 Thread Konstantin Kolinko
2011/1/20 : > Author: markt > Date: Thu Jan 20 18:34:18 2011 > New Revision: 1061442 > > > Modified: >    tomcat/trunk/java/org/apache/catalina/connector/LocalStrings.properties >    tomcat/trunk/java/org/apache/catalina/connector/Request.java > > --- tomcat/trunk/java/org/apache/catalina/connecto

DO NOT REPLY [Bug 50620] Session related errors prevent clean recycle of Request and Response objects by CoyoteAdapter

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 --- Comment #1 from Mark Thomas 2011-01-20 13:36:30 EST --- Thanks for the report. Fixed in 7.0.x and will be in 7.0.7 onwards. I used a slightly different patch but it does the same thing. I have proposed a back-port of the fix for 6.0.

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

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:36:16 2011 New Revision: 1061443 URL: http://svn.apache.org/viewvc?rev=1061443&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=1

svn commit: r1061442 - in /tomcat/trunk/java/org/apache/catalina/connector: LocalStrings.properties Request.java

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:34:18 2011 New Revision: 1061442 URL: http://svn.apache.org/viewvc?rev=1061442&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 Exceptions calling session.endAccess should not prevent recycle() from completing normally Modified: tom

Re: Need a 6.0.31 release

2011-01-20 Thread Henri Gomez
>> What about the following issue as well: ? >> https://issues.apache.org/bugzilla/show_bug.cgi?id=50620 > > Sure. I was about to look at that when the memory leak stuff kicked off. > Then I got distracted applying all the approved patches in the status file. > >> There is a patch available. > > Gr

svn commit: r1061438 - /tomcat/trunk/java/org/apache/catalina/connector/Response.java

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:27:02 2011 New Revision: 1061438 URL: http://svn.apache.org/viewvc?rev=1061438&view=rev Log: Update info - should probably just delete all these Modified: tomcat/trunk/java/org/apache/catalina/connector/Response.java Modified: tomcat/trunk/java/org/apache/ca

Re: Need a 6.0.31 release

2011-01-20 Thread Mark Thomas
On 20/01/2011 18:04, Konstantin Kolinko wrote: > 2011/1/20 Mark Thomas : >> The memory leak in the Tomcat 7 NIO connector [1] got back-ported to >> 6.0.x and included in 6.0.30. [2] >> >> I have proposed the fix for 6.0.x. Given the severity I think we need to >> approve the backport and start a 6.

svn commit: r1061433 - in /tomcat/tc6.0.x/trunk: ./ java/org/apache/catalina/ha/session/ java/org/apache/catalina/session/ webapps/docs/

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:10:16 2011 New Revision: 1061433 URL: http://svn.apache.org/viewvc?rev=1061433&view=rev Log: Add session creation / expiration rate statistics to the session managers Adds ~10% to the session creation/destruction process when that is all Tomcat is doing. Should b

svn commit: r1061432 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/naming/resources/ProxyDirContext.java webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 18:07:08 2011 New Revision: 1061432 URL: http://svn.apache.org/viewvc?rev=1061432&view=rev Log: https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 Additional patch (not important) (kkolinko) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.

Re: Need a 6.0.31 release

2011-01-20 Thread Konstantin Kolinko
2011/1/20 Mark Thomas : > The memory leak in the Tomcat 7 NIO connector [1] got back-ported to > 6.0.x and included in 6.0.30. [2] > > I have proposed the fix for 6.0.x. Given the severity I think we need to > approve the backport and start a 6.0.31 release asap. > +1 What about the following iss

svn propchange: r1061421 - svn:log

2011-01-20 Thread markt
Author: markt Revision: 1061421 Modified property: svn:log Modified: svn:log at Thu Jan 20 17:58:28 2011 -- --- svn:log (original) +++ svn:log Thu Jan 20 17:58:28 2011 @@ -0,0 +1 @@ +Fix very large memory leak in NIO conne

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

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:57:38 2011 New Revision: 1061422 URL: http://svn.apache.org/viewvc?rev=1061422&view=rev Log: Vote 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=10614

svn commit: r1061421 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/coyote/http11/Http11NioProtocol.java webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:55:51 2011 New Revision: 1061421 URL: http://svn.apache.org/viewvc?rev=1061421&view=rev Log: (empty) Modified: tomcat/tc6.0.x/trunk/ (props changed) tomcat/tc6.0.x/trunk/STATUS.txt tomcat/tc6.0.x/trunk/java/org/apache/coyote/http11/Http11NioProtocol

DO NOT REPLY [Bug 50606] Error running CGI executable in Tomcat 6.0.30

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Konstantin Kolinko changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|I

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

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 17:46:29 2011 New Revision: 1061414 URL: http://svn.apache.org/viewvc?rev=1061414&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?re

svn commit: r1061412 - in /tomcat/trunk: java/org/apache/catalina/servlets/CGIServlet.java webapps/docs/cgi-howto.xml webapps/docs/changelog.xml

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 17:43:35 2011 New Revision: 1061412 URL: http://svn.apache.org/viewvc?rev=1061412&view=rev Log: Fix http://issues.apache.org/bugzilla/show_bug.cgi?id=50606 Improve CGIServlet: Provide support for specifying empty value for the executable init-param. Provide suppo

svn commit: r1061406 - /tomcat/tc5.5.x/trunk/STATUS.txt

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:22:25 2011 New Revision: 1061406 URL: http://svn.apache.org/viewvc?rev=1061406&view=rev Log: Remove applied fix Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS

DO NOT REPLY [Bug 50460] First access to a jspx page causes classloader leak in JspDocumentParser

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 --- Comment #7 from Mark Thomas 2011-01-20 12:21:53 EST --- Fixed in 5.5.x and will be included in 5.5.32 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

svn commit: r1061405 - in /tomcat/tc5.5.x/trunk: container/catalina/src/share/org/apache/naming/resources/ImmutableNameNotFoundException.java container/webapps/docs/changelog.xml jasper/src/share/org/

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:21:39 2011 New Revision: 1061405 URL: http://svn.apache.org/viewvc?rev=1061405&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50460 Avoid leak caused by using a cached exception instance Modified: tomcat/tc5.5.x/trunk/container/catalina

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

2011-01-20 Thread fhanik
Author: fhanik Date: Thu Jan 20 17:20:36 2011 New Revision: 1061404 URL: http://svn.apache.org/viewvc?rev=1061404&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=106

DO NOT REPLY [Bug 50550] PropFind 404 error after MkCol succes

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

svn commit: r1061401 - in /tomcat/tc5.5.x/trunk: STATUS.txt container/catalina/src/share/org/apache/naming/resources/ProxyDirContext.java

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:16:52 2011 New Revision: 1061401 URL: http://svn.apache.org/viewvc?rev=1061401&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 Requests for a newly created directory using MKCOL should not result in a 404 Modified: tomcat/tc5.5.x/tr

DO NOT REPLY [Bug 47319] With APR, getRemoteHost() returns NULL for unknown clients

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47319 --- Comment #5 from Mark Thomas 2011-01-20 12:14:11 EST --- Fixed in 5.5.x and will be in 5.5.32 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: --

svn commit: r1061400 - in /tomcat/tc5.5.x/trunk: STATUS.txt connectors/http11/src/java/org/apache/coyote/http11/Http11AprProcessor.java container/webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:14:00 2011 New Revision: 1061400 URL: http://svn.apache.org/viewvc?rev=1061400&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=47319 Return IP address rather than null for getRemoteHost() and the APR connector Modified: tomcat/tc5.5.x/tru

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

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 17:10:59 2011 New Revision: 1061398 URL: http://svn.apache.org/viewvc?rev=1061398&view=rev Log: vote 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=10

svn commit: r1061397 - /tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java

2011-01-20 Thread kkolinko
Author: kkolinko Date: Thu Jan 20 17:09:26 2011 New Revision: 1061397 URL: http://svn.apache.org/viewvc?rev=1061397&view=rev Log: Use the new release(s,p) method introduced in r1050249 Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java Modified: tomcat/trunk/java/org

DO NOT REPLY [Bug 50413] Tomcat returns 304 instead of 404 response for static custom 404 error file

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50413 --- Comment #8 from Mark Thomas 2011-01-20 12:09:12 EST --- fixed in 6.0.x and will be in 6.0.31 onwards -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail because: ---

svn commit: r1061395 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/catalina/servlets/DefaultServlet.java webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:08:54 2011 New Revision: 1061395 URL: http://svn.apache.org/viewvc?rev=1061395&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50413#c6 Serve the error page regardless of "Range" header in the original request. (kkolinko) Modified: tomca

DO NOT REPLY [Bug 50550] PropFind 404 error after MkCol succes

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 --- Comment #2 from Mark Thomas 2011-01-20 12:03:35 EST --- Fixed in 6.0.x and will be included in 6.0.31 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mail becaus

svn commit: r1061393 - in /tomcat/tc6.0.x/trunk: ./ STATUS.txt java/org/apache/naming/resources/ProxyDirContext.java webapps/docs/changelog.xml

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 17:03:13 2011 New Revision: 1061393 URL: http://svn.apache.org/viewvc?rev=1061393&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50550 Requests for a newly created directory using MKCOL should not result in a 404 Modified: tomcat/tc6.0.x/tr

DO NOT REPLY [Bug 50535] Support resources serving from /WEB-INF/classes/META-INF/resources directory

2011-01-20 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50535 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

Re: Need a 6.0.31 release

2011-01-20 Thread jean-frederic clere
On 01/20/2011 05:09 PM, Mark Thomas wrote: The memory leak in the Tomcat 7 NIO connector [1] got back-ported to 6.0.x and included in 6.0.30. [2] I have proposed the fix for 6.0.x. Given the severity I think we need to approve the backport and start a 6.0.31 release asap. +1 Cheers Jean-Fred

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

2011-01-20 Thread jfclere
Author: jfclere Date: Thu Jan 20 16:36:21 2011 New Revision: 1061377 URL: http://svn.apache.org/viewvc?rev=1061377&view=rev Log: My vote. 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: r1061376 - in /tomcat/trunk: java/org/apache/catalina/core/ java/org/apache/catalina/startup/ java/org/apache/naming/resources/ test/org/apache/catalina/core/ test/webapp-3.0-fragments/WEB

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 16:35:55 2011 New Revision: 1061376 URL: http://svn.apache.org/viewvc?rev=1061376&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50535 Provid an option (disabled by default) to serve resources from /WEB-INF/classes/META-INF/resources Added:

Re: Need a 6.0.31 release

2011-01-20 Thread Filip Hanik - Dev Lists
+1 On 1/20/2011 9:09 AM, Mark Thomas wrote: The memory leak in the Tomcat 7 NIO connector [1] got back-ported to 6.0.x and included in 6.0.30. [2] I have proposed the fix for 6.0.x. Given the severity I think we need to approve the backport and start a 6.0.31 release asap. Mark [1] http://s

Need a 6.0.31 release

2011-01-20 Thread Mark Thomas
The memory leak in the Tomcat 7 NIO connector [1] got back-ported to 6.0.x and included in 6.0.30. [2] I have proposed the fix for 6.0.x. Given the severity I think we need to approve the backport and start a 6.0.31 release asap. Mark [1] http://svn.apache.org/viewvc?view=revision&revision=1050

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

2011-01-20 Thread markt
Author: markt Date: Thu Jan 20 16:07:25 2011 New Revision: 1061363 URL: http://svn.apache.org/viewvc?rev=1061363&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=1