DO NOT REPLY [Bug 49038] New: Crash in tcnative

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49038 Summary: Crash in tcnative Product: Tomcat 6 Version: 6.0.14 Platform: PC OS/Version: Windows 2000 Status: NEW Severity: normal Priority: P2

DO NOT REPLY [Bug 47774] Illegal context class loader is used when HttpSessionListener is executed.

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47774 Keiichi Fujino kfuj...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

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

2010-04-02 Thread kfujino
Author: kfujino Date: Fri Apr 2 06:23:46 2010 New Revision: 930173 URL: http://svn.apache.org/viewvc?rev=930173view=rev Log: Proposal of fix of bz47774. Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

[Tomcat Wiki] Update of PoweredBy by denisang

2010-04-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The PoweredBy page has been changed by denisang. http://wiki.apache.org/tomcat/PoweredBy?action=diffrev1=252rev2=253 --

DO NOT REPLY [Bug 47242] request for AJP command line client

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47242 --- Comment #15 from chamith buddhika chamibuddh...@gmail.com 2010-04-02 10:01:00 UTC --- Created an attachment (id=25223) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25223) AJPClient patch I have attached the related patch

DO NOT REPLY [Bug 47714] Reponse mixed between users

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Component|Library |mod_jk

DO NOT REPLY [Bug 49038] Crash in tcnative

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49038 --- Comment #1 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-02 10:17:07 UTC --- First question: what version of Tomcat-Native (tcnative-1.dll) you are using. Right-click on the tcnative-1.dll file, select Properties. There should

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

2010-04-02 Thread kkolinko
Author: kkolinko Date: Fri Apr 2 12:12:06 2010 New Revision: 930253 URL: http://svn.apache.org/viewvc?rev=930253view=rev Log: votes Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

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

2010-04-02 Thread kkolinko
Author: kkolinko Date: Fri Apr 2 13:42:30 2010 New Revision: 930270 URL: http://svn.apache.org/viewvc?rev=930270view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #2 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-02 13:59:46 UTC --- This issue appears to only affect 6.0.x. The above phrase means only that it does not affect trunk. That is because Workers are not used there

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

2010-04-02 Thread kkolinko
Author: kkolinko Date: Fri Apr 2 14:50:02 2010 New Revision: 930284 URL: http://svn.apache.org/viewvc?rev=930284view=rev Log: votes Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Chunked encoding should be used also when not using keepalive

2010-04-02 Thread Filip Hanik - Dev Lists
The HTTP spec says that when you close the connection, that is the delimiter for the content. Filip On 04/01/2010 04:02 AM, Óscar Frías Barranco wrote: Hello. Currently Tomcat HTTP 1.1 Connector disables the use of chunked encoding if keepalive is not used. This happens when an HTTP 1.1

Re: Chunked encoding should be used also when not using keepalive

2010-04-02 Thread Óscar Frías Barranco
Ok, but it does not say that chunked encoding cannot be used when closing the connection. In fact chunked encoding takes precedence over connection close in the determination of the transfer-length: http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.4 Oscar On Fri, Apr 2, 2010 at

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #3 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-02 15:41:21 UTC --- Created an attachment (id=25225) -- (https://issues.apache.org/bugzilla/attachment.cgi?id=25225) 2010-04-02_tc6_bug48843.patch -- Configure

Re: Chunked encoding should be used also when not using keepalive

2010-04-02 Thread Filip Hanik - Dev Lists
so the spec says, use apples or oranges, we use oranges, and you want apples my suggestion would be to write a filter and set the chunked header yourself On 04/02/2010 09:25 AM, Óscar Frías Barranco wrote: Ok, but it does not say that chunked encoding cannot be used when closing the

DO NOT REPLY [Bug 48843] Tomcat Acceptor Thread goes into wait() and it will never come back

2010-04-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48843 --- Comment #5 from Konstantin Kolinko knst.koli...@gmail.com 2010-04-02 15:58:04 UTC --- The above patches were proposed for 6.0 and 5.5. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are

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

2010-04-02 Thread kkolinko
Author: kkolinko Date: Fri Apr 2 15:56:12 2010 New Revision: 930303 URL: http://svn.apache.org/viewvc?rev=930303view=rev Log: proposal Modified: tomcat/tc6.0.x/trunk/STATUS.txt Modified: tomcat/tc6.0.x/trunk/STATUS.txt URL:

Re: Chunked encoding should be used also when not using keepalive

2010-04-02 Thread Óscar Frías Barranco
But as described in the thread using chunked encoding has 2 advantages: - detection of truncated responses - better interoperability with reverse proxies And the only drawback is a slight increase in bytes and cpu cycles. On Fri, Apr 2, 2010 at 17:46, Filip Hanik - Dev Lists

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

2010-04-02 Thread kkolinko
Author: kkolinko Date: Fri Apr 2 15:57:29 2010 New Revision: 930305 URL: http://svn.apache.org/viewvc?rev=930305view=rev Log: proposal Modified: tomcat/tc5.5.x/trunk/STATUS.txt Modified: tomcat/tc5.5.x/trunk/STATUS.txt URL:

Re: Chunked encoding should be used also when not using keepalive

2010-04-02 Thread Costin Manolache
The question is what to use by default - yes, the spec allows you to use either. Closing the connection has the benefit of saving few bytes on network and maybe few cycles on server. Chunked has the benefit of better detecting failures - since a close could happen for other reasons besides

Re: GSOC 2010

2010-04-02 Thread Mark Thomas
On 02/04/2010 17:33, buddhika chamith wrote: Hi Mark, Thanks for the reply. Since I was hoping to put a proposal regarding the JMX idea I was wondering whether it would be viable if I have not satisfied with the criteria not be accepting applications from a student unless they have already

Re: Problem in NIOEndpoint

2010-04-02 Thread Christopher Lee
Thanks Filip there is no bug as it turns out the alias name set was wrong. -Chris. On Fri, Apr 2, 2010 at 8:09 AM, Filip Hanik - Dev Lists devli...@hanik.comwrote: The NioX509KeyManager was added in so that you could force an alias to be used. Meaning, you have a keystore, and you want to use

[Tomcat Wiki] Update of AmericanInsurance by American Insurance

2010-04-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AmericanInsurance page has been changed by AmericanInsurance. The comment on this change is: a href=http://american-insuranceleads.com/;Health Insurance Leads/a.

[Tomcat Wiki] Update of AmericanInsurance by American Insurance

2010-04-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AmericanInsurance page has been changed by AmericanInsurance. http://wiki.apache.org/tomcat/AmericanInsurance?action=diffrev1=1rev2=2

[Tomcat Wiki] Update of AmericanInsurance by American Insurance

2010-04-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AmericanInsurance page has been changed by AmericanInsurance. http://wiki.apache.org/tomcat/AmericanInsurance?action=diffrev1=2rev2=3

[Tomcat Wiki] Update of AmericanInsurance by American Insurance

2010-04-02 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Tomcat Wiki for change notification. The AmericanInsurance page has been changed by AmericanInsurance. http://wiki.apache.org/tomcat/AmericanInsurance?action=diffrev1=3rev2=4