[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=diff&rev1=252&rev2=253 -- http://www

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 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 file. If possible some

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 changed: What|Removed |Added Component|Library |mod_jk Version|1.1

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 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 be "Version" tab in

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=930253&view=rev Log: votes 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=930

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=930270&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=930

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 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 anymore. This issue does af

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=930284&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=930

svn commit: r930289 - /tomcat/trunk/java/org/apache/catalina/core/StandardContext.java

2010-04-02 Thread fhanik
Author: fhanik Date: Fri Apr 2 14:59:33 2010 New Revision: 930289 URL: http://svn.apache.org/viewvc?rev=930289&view=rev Log: Fix copy paste error Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.java Modified: tomcat/trunk/java/org/apache/catalina/core/StandardContext.ja

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

2010-04-02 Thread Filip Hanik - Dev Lists
On 04/01/2010 07:43 AM, Costin Manolache wrote: +1 on switching to chunked by default. can't you achieve this through a filter? Filip I don't think the extra few bytes are a problem ( or few extra objects/cycles on server ) - at least compared with not knowing if the response was really

Re: Problem in NIOEndpoint

2010-04-02 Thread Filip Hanik - Dev Lists
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 the attribute keyAlias="tomcat" in your connector, in 6.0.18, the NIO connector ignores it, and the JVM picks any key in your keystore, and this is not always what

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 requ

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 17:09,

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 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 bugmail: https://issues.apac

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 connection.

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 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 receiving this mail beca

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=930303&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=

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 wrote: > so the spe

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=930305&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?rev=

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 #4 from Konstantin Kolinko 2010-04-02 15:51:29 UTC --- Created an attachment (id=25226) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25226) 2010-04-02_tc55_bug48843.patch -- Configure bugmail: https://issues.apa

Re: GSOC 2010

2010-04-02 Thread buddhika chamith
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 provided an acceptable patch for at least one and p

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 normal

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 prov

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 wrote: > 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 the attribute > >

[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: http://american-insuranceleads.com/";>Health Insurance Leads. http://wiki.apache.org/to

[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=diff&rev1=1&rev2=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=diff&rev1=2&rev2=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=diff&rev1=3&rev2=4 ---