Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread tomcat
Hi. Please do not top-post your responses on this list. See : http://tomcat.apache.org/lists.html#tomcat-users # 6) -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, August 31, 2016 10:53 AM To: users@tomcat.apache.org Subject: Re: Why is Tomcat

Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 8/31/16 12:50 PM, john.e.gr...@wellsfargo.com wrote: > No, unfortunately not. I put "%{Connection}i %{Connection}o" in > the log config and get "Keep-Alive close." IOW the client sends > Keep-Alive but Tomcat responds with close. Can

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/31/16 3:46 PM, Mark Thomas wrote: > On 31/08/2016 20:39, Felix Schumacher wrote: >> Am 31. August 2016 21:15:22 MESZ, schrieb Christopher Schultz >> : > > > >> I'd expect the list to ignore anything with

Trying to use CsrfPreventionFilter

2016-08-31 Thread Joe Tseng
Hello, I'm trying to use CsrfPreventionFilter with a POST form in a JSP page and my understanding of its use is I need to use a hidden value field with the value I've set to ${session['org.apache.catalina.filters.CSRF_NONCE']}. Right now when I load the page the value is simply blank. As far as I

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-31 Thread Mark Thomas
On 31/08/2016 20:39, Felix Schumacher wrote: > Am 31. August 2016 21:15:22 MESZ, schrieb Christopher Schultz > : > I'd expect the list to ignore anything with either of: > > Auto-Submitted: auto-generated > Auto-Submitted: auto-replied > > "Auto-Submitted: no"

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-31 Thread Felix Schumacher
Am 31. August 2016 21:15:22 MESZ, schrieb Christopher Schultz : >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >Felix, > >On 8/31/16 3:51 AM, Felix Schumacher wrote: >> >> >> Am 29. August 2016 11:44:50 MESZ, schrieb Mark Thomas >> : >>> On

Re: AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 8/31/16 7:21 AM, Mark Thomas wrote: > On 31/08/2016 12:18, Kreuser, Peter wrote: >> >> Christopher, >> >>> On 8/30/16 10:18 AM, Kreuser, Peter wrote: >>> >>> On 30/08/2016 10:23, Kreuser, Peter wrote: >>> >>> Hi all, >>> >>> I have

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Felix, On 8/31/16 3:51 AM, Felix Schumacher wrote: > > > Am 29. August 2016 11:44:50 MESZ, schrieb Mark Thomas > : >> On 29/08/2016 02:05, Christopher Schultz wrote: >>> Mark, >>> >>> On 8/27/16 2:13 PM, Mark Thomas wrote:

RE: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread John.E.Gregg
No, unfortunately not. I put "%{Connection}i %{Connection}o" in the log config and get "Keep-Alive close." IOW the client sends Keep-Alive but Tomcat responds with close. Thanks -Original Message- From: André Warnier (tomcat) [mailto:a...@ice-sa.com] Sent: Wednesday, August 31,

[OT] Getting DH parameters from an SSLSocket

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, This isn't Tomcat-related, but many folks on this list have this kind of experience, so I'm asking in case anyone knows. I'd like to make an HTTPS connection to a server and, if I'm using non-ephemeral DH key exchange, I'd like to know what

Re: Expected release date for Tomcat 8.5.5

2016-08-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mohit, On 8/30/16 4:02 PM, Mohit Chugh wrote: > I'm waiting on a bug fix that is currently in Tomcat 8.5.5.dev and > would appreciate any guidance on approximately when Tomcat 8.5.5 > is expected to be officially released. > > I see that

Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread tomcat
On 31.08.2016 17:50, john.e.gr...@wellsfargo.com wrote: All, I'm using Tomcat 7.0.70 and am having trouble understanding why Tomcat is sending "Connection: close" in the response header as often as it is. With almost no load on the server, I get "Connection: close" pretty much every time.

Re: Why is Tomcat sending "Connection: close?"

2016-08-31 Thread Rallavagu
One thing I would check is if it is Tomcat that is sending it or an intermediary load balancer. On 8/31/16 8:50 AM, john.e.gr...@wellsfargo.com wrote: All, I'm using Tomcat 7.0.70 and am having trouble understanding why Tomcat is sending "Connection: close" in the response header as often as

Why is Tomcat sending "Connection: close?"

2016-08-31 Thread John.E.Gregg
All, I'm using Tomcat 7.0.70 and am having trouble understanding why Tomcat is sending "Connection: close" in the response header as often as it is. With almost no load on the server, I get "Connection: close" pretty much every time. The client is sending "Connection: keep-alive" but it

Re: Configuring certificate for ssl support on Tomcat 8.5

2016-08-31 Thread Rémy Maucherat
2016-08-31 16:51 GMT+02:00 Mark Thomas : > On 31/08/2016 15:45, Lazar Kirchev wrote: > > Hello, > > > > According to Tomcat 8.5 documentation [1] when JSSE is used if the key > > alias is not specified through the attribute certificateKeyAlias of > > Certificate entry, then "...

RE: Configuring certificate for ssl support on Tomcat 8.5

2016-08-31 Thread Mekkelsen Madden, Steve
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, August 31, 2016 10:52 AM To: Tomcat Users List Subject: Re: Configuring certificate for ssl support on Tomcat 8.5 On 31/08/2016 15:45, Lazar Kirchev wrote: > Hello, > > According to

Re: Configuring certificate for ssl support on Tomcat 8.5

2016-08-31 Thread Mark Thomas
On 31/08/2016 15:45, Lazar Kirchev wrote: > Hello, > > According to Tomcat 8.5 documentation [1] when JSSE is used if the key > alias is not specified through the attribute certificateKeyAlias of > Certificate entry, then "... the first key read from the keystore will be > used...". > However,

Configuring certificate for ssl support on Tomcat 8.5

2016-08-31 Thread Lazar Kirchev
Hello, According to Tomcat 8.5 documentation [1] when JSSE is used if the key alias is not specified through the attribute certificateKeyAlias of Certificate entry, then "... the first key read from the keystore will be used...". However, when the property is not specified Tomcat tries to use a

RE: mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Jäkel , Guido
Dear Hildegard, I wrote: >Note that the AJP connection pool is used per child (and per tomcat backend >definition if you're using more than one). You >use connection_pool_minsize=1. Please also note, that the spare threads will >no gather to the lowest possible number of >childs. May this

RE: mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Jäkel , Guido
Dear Hildegard, you wrote, you're using the worker MPM. What are the pool sizes for child workers and it's threads, i.e. the values for ServerLimit, ThreadsPerChild? And what's the minimum thread pool size, i.e. MinSpareThreads? Note that the AJP connection pool is used per child (and per

Aw: mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Hildegard Meier
P.S. in workers.properties we use the template then with worker.myhost.reference=worker.template_01 worker.myhost.host=10.20.30.40 worker.myhost.port=8809 > Gesendet: Mittwoch, 31. August 2016 um 14:10 Uhr > Von: "Hildegard Meier" > An: users@tomcat.apache.org > Betreff:

ClientAbortException / IOException occurs only when using HttpServletResponseWrapper

2016-08-31 Thread Olivier Jaquemet
Hi all, We are encountering a weird but frequent exception when users try to access AVI video playback on IE11. My analysis is that it's a bad behavior of Tomcat when using HttpServletResponseWrapper. I did not want to immediately create a bug report, first because you might have other

mod_jk/1.2.37 Apache/2.4.7 (Ubuntu): AJP established connections pile up, connection_pool_timeout has no effect?

2016-08-31 Thread Hildegard Meier
Running: Ubuntu Trusty 14.0.4 LTS 64 Bit mod_jk/1.2.37 Apache/2.4.7 (Ubuntu) Hello, I have much investigated into this, but have no idea, why the AJP connections from the Apache (MPM worker) to the AJP backends pile up. They do not get closed, they stay in state ESTABLISHED. Over night, the

AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-31 Thread Kreuser, Peter
Mark, > On 31/08/2016 12:18, Kreuser, Peter wrote: > > > Christopher, > > On 8/30/16 10:18 AM, Kreuser, Peter wrote: > > On 30/08/2016 10:23, Kreuser, Peter wrote: > > Hi all, > > I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd > proves that it is linked). I have set the

Re: AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-31 Thread Mark Thomas
On 31/08/2016 12:18, Kreuser, Peter wrote: > > Christopher, > >> On 8/30/16 10:18 AM, Kreuser, Peter wrote: >> >> On 30/08/2016 10:23, Kreuser, Peter wrote: >> >> Hi all, >> >> I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd >> proves that it is linked). I have set the cipher

AW: TCNative 1.2.8 with openssl 1.1.0

2016-08-31 Thread Kreuser, Peter
Christopher, > On 8/30/16 10:18 AM, Kreuser, Peter wrote: > > On 30/08/2016 10:23, Kreuser, Peter wrote: > > Hi all, > > I have compiled tcnative 1.2.8 with the new openssl 1.1.0 (ldd > proves that it is linked). I have set the cipher string to the > newly supported ciphers: > >

Re: 自动: SuTing Chen 已离开办公室 (返回日期 2016-11-12)

2016-08-31 Thread Felix Schumacher
Am 29. August 2016 11:44:50 MESZ, schrieb Mark Thomas : >On 29/08/2016 02:05, Christopher Schultz wrote: >> Mark, >> >> On 8/27/16 2:13 PM, Mark Thomas wrote: >>> On 27/08/2016 13:48, Christopher Schultz wrote: All, CC'ing markt, since he's both Tomcat PMC and

Re: remove me from tomcat user list

2016-08-31 Thread Joan Morales
Send a blank email to users-unsubscr...@tomcat.apache.org On Wed, Aug 31, 2016 at 9:01 AM, 罗茂林 wrote: > could someone remove me from the tomcat user list?

Re: remove me from tomcat user list

2016-08-31 Thread Svetlin Zarev
Just send a blank mail to users-unsubscr...@tomcat.apache.org in order to unsubscribe Svetlin 2016-08-31 10:01 GMT+03:00 罗茂林 : > could someone remove me from the tomcat user list?

remove me from tomcat user list

2016-08-31 Thread 罗茂林
could someone remove me from the tomcat user list?

Re: Increased memory consumption due to url encoding

2016-08-31 Thread Svetlin Zarev
Thanks Chris, I've created a pull request on github: https://github.com/apache/tomcat85/pull/3 > and then look at the diffs manually It's an almost complete rewrite and has very little in common with the old encoder Svetlin 2016-08-30 20:56 GMT+03:00 Christopher Schultz