Re: HTTP2 gzip compression and Safari browser

2019-05-08 Thread Mark Thomas
On 08/05/2019 13:27, Kirill Ilyukhin wrote: > Mark, > > Could you please take a closer look to the issue? This happens with Safari > and native apps on iOS 11 and iOS 12 which means that Tomcat HTTP/2 cannot > be enabled for any service with iOS clients. I've done all I can. The data passed back

ApacheCon call for presentations, httpd content

2019-05-08 Thread jean-frederic clere
Hi, folks. The call for presentations for ApacheCon North America closes in a little less than 6 days. The CFP is here - https://www.apachecon.com/acna19/cfp.html - and closes May 13th. Thanks! Jean-Frederic - To

Re: Initiating httpservletrequest from inside Tomcat / TomEE

2019-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Terence and Paul, On 5/6/19 14:36, Terence M. Bandoian wrote: > On 5/6/2019 10:45 AM, Paul Carter-Brown wrote: 2) Can the servlets > you want to use be refactored so that the underlying functionality > is exposed in a way that doesn't require any

Re: Initiating httpservletrequest from inside Tomcat / TomEE

2019-05-08 Thread John Dale
This was in the spirit of one of my suggestions and probably how I would approach the problem to save them/me having to create a Tomcat request harness .. encapsulate the service in a static method and call that (cohesive). Have a super day, John On 5/8/19, Christopher Schultz wrote: >

Re:[OT] HTTP2 gzip compression and Safari browser

2019-05-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kirill, Is it a good idea to use TLS+gzip for dynamic services? http://breachattack.com/ ? - -chris On 5/8/19 08:27, Kirill Ilyukhin wrote: > Mark, > > Could you please take a closer look to the issue? This happens with > Safari and native

Re: [OT] HTTP2 gzip compression and Safari browser

2019-05-08 Thread Kirill Ilyukhin
Christopher, This might be a bad idea, but I have exactly the same issue with static content (simple index.html file). Also BREACH vulnerability implies three conditions, a webapp developer may decide to use TLS+gzip because one of them is not satisfied for a particular service. I suppose servers

Re: HTTP2 gzip compression and Safari browser

2019-05-08 Thread Mark Thomas
Although I find it hard to believe, this looks like a browser bug. There is a similar issue with FireFox: https://bz.apache.org/bugzilla/show_bug.cgi?id=63354 I suggest opening an issue with Apple. Mark On 08/05/2019 05:23, Kirill Ilyukhin wrote: > Hi, > > I am trying to run Tomcat with

Re: Initiating httpservletrequest from inside Tomcat / TomEE

2019-05-08 Thread Mark Thomas
On 06/05/2019 17:47, Owen Rubel wrote: > I didn't think that TomEE was Tomcat. Wasn't it it's own thing??? I mean > TomEE is this separate project maintained by this up here in Seattle vs > Tomcat which is an Apache Project. Apache Tomcat are Apache TomEE are both Apache projects. Apache TomEE

Re: Apache httpd / tomcat AJP connector(s?)

2019-05-08 Thread Mark Thomas
On 07/05/2019 13:37, André Warnier (tomcat) wrote: > Hi. > > On 26.04.2019 18:16, Mark Thomas wrote: >> On 24/04/2019 10:58, André Warnier (tomcat) wrote: >>> Hi. >>> >>> This is somewhat of an arcane question and somewhat straddling httpd and >>> tomcat, so if I'm on the wrong list for this,

Re: HTTP2 gzip compression and Safari browser

2019-05-08 Thread Kirill Ilyukhin
Mark, Could you please take a closer look to the issue? This happens with Safari and native apps on iOS 11 and iOS 12 which means that Tomcat HTTP/2 cannot be enabled for any service with iOS clients. If we open https://www.google.com in Safari (both iOS and Mac OS), we see that HTML and JS are

Re: Fix for DBCP-518

2019-05-08 Thread Lazar Kirchev
Great, thanks a lot Mark! On Fri, May 3, 2019 at 9:42 PM Mark Thomas wrote: > On 26/04/2019 17:27, Mark Thomas wrote: > > On 24/04/2019 16:28, Lazar Kirchev wrote: > >> Hello, > >> > >> Any update on this? > > > > No specific plans but I can do an update of DBCP2, Pool2 etc for the > > next set