Re: TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread James H. H. Lampert
Thanks, Mr. Schultz. I managed to find the IBM docs. At least some of the cipher suites the customer is talking about are supported all the way back to their 7.0 JVM. I've specified cipher suites by name in the connector, but I don't think I've done protocols. "TLS," according to the IBM

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Rémy Maucherat
On Wed, Mar 13, 2019 at 10:21 PM Mark Thomas wrote: > On 13/03/2019 20:30, Igor T wrote: > > Prerequisites: > > OS: Windows Server 2012 R2 > > Java: checked on both jdk1.8.0_162 jdk1.8.0_181 > > Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev > > 9.0.17-dev at which point in

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Olaf Kock
On 13.03.19 15:01, Joel Griffith wrote: > I installed it using Ubuntu's apt-get install, so installing it again > won't do anything different. Is there a documentation page > that lists what files are supposed to be there? > That would help. I can't seem to find one. If you installed through

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread John Palmer
I'm testing to see if this might be an issue on a new tomcat 8.5.38 upgrade I'm doing (using NIO2 and OpenSSL) before I promote this to our Production environment :) (Windows Server 2008R2, Java (javaC.exe) version is 1.8.0_191) .. after some missteps (had to add some imports to get it to

Re: TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 3/13/19 12:48 PM, James H. H. Lampert wrote: > We've got a customer who is asking about cipher suites and TLS > protocols. > > Given Tomcat 7.0.93, with the option of running it under JDK 7.0, > JDK 7.1, or JDK 8.0, can somebody point me

Re: 4 Apache Events in 2019: DC Roadshow soon [etc]

2019-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Luis, On 3/13/19 4:36 AM, Luis Rodríguez Fernández wrote: > Thanks for sharing Chris. > > BTW: I've checked the one in Berlin [1]. Do you have an idea when > the call for abstracts will be open? Sorry, I don't know anything about the event in

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel, On 3/13/19 9:22 AM, Joel Griffith wrote: > On Tue, Mar 12, 2019 at 9:01 PM Christopher Schultz < > ch...@christopherschultz.net> wrote: > > Mark, > > On 3/12/19 14:39, Mark Thomas wrote: On 12/03/2019 14:42, Christopher Schultz wrote:

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Mark Thomas
On 13/03/2019 20:30, Igor T wrote: > Prerequisites: > OS: Windows Server 2012 R2 > Java: checked on both jdk1.8.0_162 jdk1.8.0_181 > Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev 9.0.17-dev at which point in time? Have you tested the current 9.0.17 release candidate (see dev@

Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Igor T
Prerequisites: OS: Windows Server 2012 R2 Java: checked on both jdk1.8.0_162 jdk1.8.0_181 Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev Valid SSL certificates Content of file located at webapp/ROOT/1.txt: [] Tomcat's connector settings: This configuration leads to 50%

TLS protocols and cipher suites available under JSSE?

2019-03-13 Thread James H. H. Lampert
We've got a customer who is asking about cipher suites and TLS protocols. Given Tomcat 7.0.93, with the option of running it under JDK 7.0, JDK 7.1, or JDK 8.0, can somebody point me to docs explaining what TLS levels and cipher suites are available under the various JVMs? -- JHHL

Re: Followup2: Changed behaviour of Tomcat Deployment/Context/Lifecycle Manager concerning symbolic links

2019-03-13 Thread Mark Thomas
On 12/03/2019 11:45, Jäkel, Guido wrote: >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Tuesday, March 12, 2019 12:51 AM >> To: users@tomcat.apache.org >> Subject: Re: Followup2: Changed behaviour of Tomcat >> Deployment/Context/Lifecycle Manager concerning

HTTPS Invalid character found in method name. HTTP method names must be tokens.

2019-03-13 Thread Jan Vomlel
We use selenium for our application testing. Our tests sometime fail with message "Invalid character found in method name" Error occures only on https and on on firefox 60 and internet explorer 11. Chrome, edge is OK. We use Tomcat 9.0.16, Java 11 (Adopt Open JDK 11.0.2+9) on Linux,

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Wed, Mar 13, 2019 at 9:38 AM Olaf Kock wrote: > > On 13.03.19 14:22, Joel Griffith wrote: > > > I think it was accomplishing something; tomcat7/common/lib/ contained a > > > bunch of .jar files that looked like standard Tomcat installation files > > > (tomcat7-websocket.jar,

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Olaf Kock
On 13.03.19 14:22, Joel Griffith wrote: > > I think it was accomplishing something; tomcat7/common/lib/ contained a > > bunch of .jar files that looked like standard Tomcat installation files > > (tomcat7-websocket.jar, tomcat-catalina-7.0.68.jar, etc.).  If I switch > > directories in the

Re: What is `tomcat7/common/` for?

2019-03-13 Thread Joel Griffith
On Tue, Mar 12, 2019 at 9:01 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Mark, > > On 3/12/19 14:39, Mark Thomas wrote: > > On 12/03/2019 14:42, Christopher Schultz wrote: > >> Joel, > >> > >> On 3/12/19 09:43, Joel

RE: How to add an header field to all requests unconditionally

2019-03-13 Thread Jäkel , Guido
>-Original Message- >From: André Warnier (tomcat) [mailto:a...@ice-sa.com] >Sent: Wednesday, March 13, 2019 12:11 PM >To: users@tomcat.apache.org >Subject: Re: How to add an header field to all requests unconditionally > >The OP wants to insert a *Request* header, not a Response header.

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
Addendum : On 13.03.2019 12:03, André Warnier (tomcat) wrote: On 13.03.2019 11:44, Jäkel, Guido wrote: Dear Thomas, you may include a filter servlet into the application to modify the response header. A quick search offers e.g. https://gist.github.com/danlangford/3669475 , which states to

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
On 13.03.2019 11:44, Jäkel, Guido wrote: Dear Thomas, you may include a filter servlet into the application to modify the response header. A quick search offers e.g. https://gist.github.com/danlangford/3669475 , which states to implement a generic, configurable Response Header Filter. You

RE: How to add an header field to all requests unconditionally

2019-03-13 Thread Jäkel , Guido
Dear Thomas, you may include a filter servlet into the application to modify the response header. A quick search offers e.g. https://gist.github.com/danlangford/3669475 , which states to implement a generic, configurable Response Header Filter. You may compile this servlet independent from an

Re: How to add an header field to all requests unconditionally

2019-03-13 Thread tomcat
On 13.03.2019 10:43, Thomas Meyer wrote: Hi, what would be the easiest way to uncoditionally add an header field to all requests coming from a given connector? Add (or use your existing) front-end Apache httpd server, with the mod_headers module ?

How to add an header field to all requests unconditionally

2019-03-13 Thread Thomas Meyer
Hi, what would be the easiest way to uncoditionally add an header field to all requests coming from a given connector? I searched the provided Valves but there seems to be no support for my requirment. with kind regards thomas

RE: Followup2: Changed behaviour of Tomcat Deployment/Context/Lifecycle Manager concerning symbolic links

2019-03-13 Thread Jäkel , Guido
>-Original Message- >From: Johanes Soetanto [mailto:otnat...@gmail.com] >Sent: Tuesday, March 12, 2019 9:03 PM >To: Tomcat Users List >Subject: Re: Followup2: Changed behaviour of Tomcat >Deployment/Context/Lifecycle Manager concerning symbolic links > >Hi all, > >On Tue, 12 Mar. 2019,

Re: 4 Apache Events in 2019: DC Roadshow soon [etc]

2019-03-13 Thread Luis Rodríguez Fernández
Thanks for sharing Chris. BTW: I've checked the one in Berlin [1]. Do you have an idea when the call for abstracts will be open? Thanks in advance, Luis [1] https://apachecon.com/aceu19/index.html El mié., 13 mar. 2019 a las 2:31, Christopher Schultz (< ch...@christopherschultz.net>)