RE: RegExp issues with Tomcat 5

2004-03-03 Thread Slavik Markovich
On a side note, try using bind variables (prepared statements) in your sql statements. This way, you don't have to escape anything, gain performance and avoid sql-injection attacks. Slavik. -Original Message- From: Karl Coleman [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 02, 2004 10:0

RE: problems with adding Verisign root certificate to keystore

2004-01-14 Thread Slavik Markovich
Just bumped into this problem myself. Didn't know that the ImportKey code exists so had to write my own :-(. I think that your problem is (based on the problem I had) that when you use ImportKey on the certificate you received from Verisign, you don't have a certificate chain to the intermediate CA

RE: Problems with RequestFilterValve

2003-12-29 Thread Slavik Markovich
pira Millennium ChemInformatics >-Original Message----- >From: Slavik Markovich [mailto:[EMAIL PROTECTED] >Sent: Sunday, December 28, 2003 4:56 AM >To: [EMAIL PROTECTED] >Subject: Problems with RequestFilterValve > >Hi All, > >I'm having some problems with using Remo

Problems with RequestFilterValve

2003-12-28 Thread Slavik Markovich
Hi All, I'm having some problems with using RemoteAddrValve to allow only certain addresses to access an Engine. I'm using tomcat 4.1.27 with jdk1.3.1 on Solaris. I've configured the following: under the engine. I know I should have escaped the '.' (regexp) but it should work as is. I'm rece