Re: filtering unwanted characters

2001-06-01 Thread Craig R. McClanahan
On Fri, 11 May 2001, Ian Kallen [EMAIL PROTECTED] wrote: Apache 2.0 supports input filters, how about writing one that cleans the data input before mod_jk/mod_webapp can hand it off to Tomcat? In a Servlet 2.3 environment (such as Tomcat 4.0), you can use the new Filter APIs to

Re: filtering unwanted characters

2001-06-01 Thread Jonathan Asbell
See the character filter I donated last week - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 01, 2001 9:31 PM Subject: Re: filtering unwanted characters On Fri, 11 May 2001, Ian Kallen [EMAIL PROTECTED] wrote: Apache 2.0

filtering unwanted characters

2001-05-11 Thread Nanduri, Amarnath
Hi all, I might be posting this message in the wrong forum. My apologies if i have offended anyone. I am looking for some open source code that deals with filtering technology. Basically i want to filter any unwanted characters from the user input data. The user might try to pass in

Re: filtering unwanted characters

2001-05-11 Thread Jonathan
try a sax parser - Original Message - From: Nanduri, Amarnath [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, May 11, 2001 8:35 AM Subject: filtering unwanted characters Hi all, I might be posting this message in the wrong forum. My apologies if i have offended anyone

RE: filtering unwanted characters

2001-05-11 Thread Nanduri, Amarnath
I have to check each and every character send as input by the user...Will SAX help me in this regard ? cheers, Amar.. -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: Re: filtering unwanted characters try

Re: filtering unwanted characters

2001-05-11 Thread Jonathan
characters I have to check each and every character send as input by the user...Will SAX help me in this regard ? cheers, Amar.. -Original Message- From: Jonathan [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 12:19 PM To: [EMAIL PROTECTED] Subject: Re: filtering unwanted

Re: filtering unwanted characters

2001-05-11 Thread Ian Kallen [EMAIL PROTECTED]
Apache 2.0 supports input filters, how about writing one that cleans the data input before mod_jk/mod_webapp can hand it off to Tomcat? On Fri, 11 May 2001, Nanduri, Amarnath wrote: I am looking for some open source code that deals with filtering technology. Basically i want to filter any