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
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
https://issues.apache.org/bugzilla/show_bug.cgi?id=47714
Konstantin Kolinko changed:
What|Removed |Added
Component|Library |mod_jk
Version|1.1
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
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
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
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
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
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
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
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
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
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,
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
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.
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
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=
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
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=
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
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
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
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
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
>
>
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
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
---
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
---
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
---
28 matches
Mail list logo