RE: R: R: Error : request.getReader()

2007-01-30 Thread Dave Newton
From: Christopher Schultz > I'm starting to think that Dave Newton was on the right track, > although it seemed like a hideous hack ;) Pretty much any time I'm on the right track it's a hideous hack. I start off meaning well then it all goes cow's legs up. > I think this is best done with a filte

Re: R: R: Error : request.getReader()

2007-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcello, Marcello Savino wrote: > The reason i need the request body is that the action i should take > is to analyze the html generated. (ie.: syntax checking, finding img > without alt attributes, reading meta-information ...). More: this job > mus

Re: R: R: Error : request.getReader()

2007-01-30 Thread Craig McClanahan
On 1/29/07, Marcello Savino <[EMAIL PROTECTED]> wrote: The reason i need the request body is that the action i should take is to analyze the html generated. (ie.: syntax checking, finding img without alt attributes, reading meta-information ...). More: this job must be done server side (no jscri