RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
Chris, thanks for sharing this. I've recently ran across a similar tool: http://www.bolet.org/TestSSLServer/ That does the same thing as your code but may be a little bit more elaborate. It also has a source code on link. Since you has shared your code, I might as well share this - the more the

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15 4:42 PM, Ramon Pfeiffer wrote: > On 29.05.2015 21:12, Christopher Schultz wrote: >> Ramon, >> >> On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: >>> Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: > From: Ramon Pfeiffer > [

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
On 29.05.2015 21:12, Christopher Schultz wrote: > Ramon, > > On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: >> Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 >>> I'm

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
On Fri, May 29, 2015 at 3:30 PM, George Stanchev wrote: > I don't see where he blamed the developers for anything. The poster even > admitted it was their fault. I think it is reasonable to warn the OP that > any change can result in issue. Even if you're doing everything correctly, > there is a

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Stanchev
I don't see where he blamed the developers for anything. The poster even admitted it was their fault. I think it is reasonable to warn the OP that any change can result in issue. Even if you're doing everything correctly, there is a change of running in a new Tomcat issue or a regression or what

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ramon, On 5/29/15 3:32 AM, Ramon Pfeiffer wrote: > Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: >>> From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] >>> Subject: Problem specifying cipher suites in tomcat6 >> >>> I'm currently

Re: [OT] FormAuthenticator, Tomcat restart

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 André, On 5/29/15 2:47 AM, André Warnier wrote: > Leonid Rozenblyum wrote: >> Hello, Christopher! I indeed meant this "The Tomcat restart >> between showing and submitting the login page is the source of >> the problem." >> >> Your explanation clar

Re: Tomcat Valve doing Request.getParameter() consumes the stream

2015-05-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter, On 5/28/15 3:44 PM, Teunissen,Peter wrote: > (Tomcat 7) > > I am writing a Valve that does a getParameter on the Request. At > the end of the Valve/Filter chain is a servlet that calls > HttpServletRequest.getReader() returning an empty buff

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread André Warnier
Sean Dawson wrote: I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - you mean, apart from top-posting here ? but it was defin

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Sean Dawson
I had significant problems trying to uncover a change in tomcat7 that broke our app when upgrading from 42 to 57, for a couple weeks over Christmas holidays. Turns out it was something we shouldn't have been doing - but it was definitely a change in tomcat (51 or so) that resulted in the issue(s).

RE: native API - to make Apache/Tomcat faster

2015-05-29 Thread Jeffrey Janner
> -Original Message- > From: Christoph P.U. Kukulies [mailto:k...@kukulies.org] > Sent: Tuesday, May 26, 2015 9:37 AM > To: Tomcat Users List > Subject: Re: native API - to make Apache/Tomcat faster > > Am 26.05.2015 um 15:36 schrieb Christopher Schultz: > > > > So you are using either mod

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread George Sexton
On 5/29/2015 5:16 AM, David kerber wrote: On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Sadly, it's a system I inherited last year and now have the pleasure to work with. I can't update Tomcat for I don't know what will break. There's a fair chance that you can update to the latest version of

RE: can we pass OS username while connection Database from Tomcat

2015-05-29 Thread Jeffrey Janner
Please see response below post: > -Original Message- > From: Vijay Kumar [mailto:vijy.gan...@gmail.com] > Sent: Thursday, May 28, 2015 7:22 AM > To: Tomcat Users List > Subject: Re: can we pass OS username while connection Database from > Tomcat > > Hi , > > I am referring User_Id as Lin

RE: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Jeffrey Janner
> -Original Message- > From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] > Sent: Friday, May 29, 2015 2:33 AM > To: users@tomcat.apache.org > Subject: Re: Problem specifying cipher suites in tomcat6 > > Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: > >> From: Ramon Pfeif

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread David kerber
On 5/29/2015 3:32 AM, Ramon Pfeiffer wrote: Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connecto

Re: Problem specifying cipher suites in tomcat6

2015-05-29 Thread Ramon Pfeiffer
Am 28.05.2015 um 18:56 schrieb Caldarale, Charles R: From: Ramon Pfeiffer [mailto:ramon.pfeif...@uni-tuebingen.de] Subject: Problem specifying cipher suites in tomcat6 I'm currently trying to specify a list of cipher suites to be used by my connector in Tomcat 6.0.24. Anybody can shed some