DO NOT REPLY [Bug 50685] New: Big memory leak

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50685 Summary: Big memory leak Product: Tomcat 7 Version: 7.0.6 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: Cat

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

2011-01-29 Thread rjung
Author: rjung Date: Sat Jan 29 10:21:52 2011 New Revision: 1064992 URL: http://svn.apache.org/viewvc?rev=1064992&view=rev Log: Silly me, forgot to vote when proposing. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL: http://svn.apache.org/viewvc/tomca

DO NOT REPLY [Bug 50685] Big memory leak

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

DO NOT REPLY [Bug 50685] Big memory leak

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50685 --- Comment #1 from Mark Thomas 2011-01-29 07:09:45 EST --- Please use the users mailing list if you require further advice. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this m

DO NOT REPLY [Bug 48208] allow client certificate with any issuer: server.xml connector attribute "acceptAllCerts"

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

Re: RemoteIpValve advices

2011-01-29 Thread Henri Gomez
> FWIW, Paul Fremantle gave a talk at ApacheCon NA this year where he > demonstrated Tomcat running behind AWSLB. I'm sure they have figured out > what changes are necessary to Tomcat to get it running in that environment. > Perhaps he's got some code he would be willing to share. Or, perhaps > he

svn commit: r1065087 - /tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java

2011-01-29 Thread kkolinko
Author: kkolinko Date: Sat Jan 29 18:08:37 2011 New Revision: 1065087 URL: http://svn.apache.org/viewvc?rev=1065087&view=rev Log: When running the tests use log configuration specified by conf/logging.properties Modified: tomcat/trunk/test/org/apache/catalina/startup/TomcatBaseTest.java Mod

svn commit: r1065089 - /tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffer.java

2011-01-29 Thread kkolinko
Author: kkolinko Date: Sat Jan 29 18:23:12 2011 New Revision: 1065089 URL: http://svn.apache.org/viewvc?rev=1065089&view=rev Log: Implement debug logging in InternalNioInputBuffer. Log what we got with the first read. Modified: tomcat/trunk/java/org/apache/coyote/http11/InternalNioInputBuffe

Re: RemoteIpValve advices

2011-01-29 Thread Mark Thomas
On 29/01/2011 12:38, Henri Gomez wrote: >> FWIW, Paul Fremantle gave a talk at ApacheCon NA this year where he >> demonstrated Tomcat running behind AWSLB. I'm sure they have figured out >> what changes are necessary to Tomcat to get it running in that environment. > >> Perhaps he's got some code

Failure of TestFormAuthenticator with NIO in trunk

2011-01-29 Thread Konstantin Kolinko
Hi! In r1063366 [1] there was a check added to Nttp11NioProtocol class that now causes 3 of 5 tests in TestFormAuthenticator to fail with Nio connector. I do not know whether you will be able to reproduce them. It somehow depends on timing: I am not able to reproduce it when debugging, and out bu

Re: Failure of TestFormAuthenticator with NIO in trunk

2011-01-29 Thread Mark Thomas
On 29/01/2011 18:48, Konstantin Kolinko wrote: > Hi! > > In r1063366 [1] there was a check added to Nttp11NioProtocol class that > now causes 3 of 5 tests in TestFormAuthenticator to fail with Nio connector. That'll be my fault. I'll revisit that patch. Mark > I do not know whether you will be

Re: RemoteIpValve advices

2011-01-29 Thread Henri Gomez
> I'd certainly like to see some more information on this usage. With more > info we can figure out what solution makes the most sense. Anything we > can do to make Beanstalk easier to use is good although I would prefer > to keep it generic if we can. Amazon - if you're reading this - your > input

svn commit: r1065091 - in /tomcat/trunk/java/org/apache/coyote/http11: Http11NioProtocol.java LocalStrings.properties

2011-01-29 Thread markt
Author: markt Date: Sat Jan 29 19:27:07 2011 New Revision: 1065091 URL: http://svn.apache.org/viewvc?rev=1065091&view=rev Log: Fix breaking tests after recent comet fixes Modified: tomcat/trunk/java/org/apache/coyote/http11/Http11NioProtocol.java tomcat/trunk/java/org/apache/coyote/http11

Re: Failure of TestFormAuthenticator with NIO in trunk

2011-01-29 Thread Konstantin Kolinko
2011/1/29 Mark Thomas : > On 29/01/2011 18:48, Konstantin Kolinko wrote: >> Hi! >> >> In r1063366 [1] there was a check added to Nttp11NioProtocol class that >> now causes 3 of 5 tests in TestFormAuthenticator to fail with Nio connector. > > That'll be my fault. I'll revisit that patch. > OK. Your

DO NOT REPLY [Bug 50689] New: FormAuthenticator does not respond property to 'Expect: 100-Continue' header

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50689 Summary: FormAuthenticator does not respond property to 'Expect: 100-Continue' header Product: Tomcat 6 Version: 6.0.20 Platform: PC Status: NEW Severity: n

DO NOT REPLY [Bug 50689] FormAuthenticator does not respond property to 'Expect: 100-Continue' header

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50689 Richard Kennard changed: What|Removed |Added CC||richard@kennardconsulting.c

DO NOT REPLY [Bug 50689] FormAuthenticator does not respond property to 'Expect: 100-Continue' header

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50689 --- Comment #1 from Konstantin Kolinko 2011-01-29 16:21:20 EST --- Reproducible with the current 6.0.x with Bio and Nio HTTP connectors. Does not happen with the current trunk with Bio and Nio HTTP connectors. Does not happen with the 7.0

DO NOT REPLY [Bug 50689] FormAuthenticator does not respond property to 'Expect: 100-Continue' header

2011-01-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=50689 --- Comment #2 from Konstantin Kolinko 2011-01-29 16:51:26 EST --- Created an attachment (id=26576) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26576) 2011-01-30_tc6_50689.patch Patch for tc6.0.x. It is backport of r987948.

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

2011-01-29 Thread kkolinko
Author: kkolinko Date: Sat Jan 29 21:54:53 2011 New Revision: 1065119 URL: http://svn.apache.org/viewvc?rev=1065119&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: r1065120 - /tomcat/trunk/webapps/docs/changelog.xml

2011-01-29 Thread kkolinko
Author: kkolinko Date: Sat Jan 29 21:57:32 2011 New Revision: 1065120 URL: http://svn.apache.org/viewvc?rev=1065120&view=rev Log: Add bug number to an already fixed issue. Arrange issues in ascending numeric order. Modified: tomcat/trunk/webapps/docs/changelog.xml Modified: tomcat/trunk/web