On Fri, 26 Nov 2004 15:14:27 -0800, David Lee <[EMAIL PROTECTED]> wrote:
> Dear Folks,
> 
> I have a test request filter on TC5.0.29. It is defined in server.xml as
> follows and it works:
> 
> conf\server.xml:
> 
>  <Context path="" docBase="ROOT" debug="0">
>  <Valve className="com.oreilly.tomcat.valves.BadInputFilterValve"
>  deny="\x00,\x04,\x08,\x0a,\x0d"/>
>  </Context>
> 
> How do I move this context into TC5.5.3, I tried to put it into
> conf\context.xml file and I saw
> the errors when I started TC5.5.3. I struggle for a while and still
> don't know how to do it?

The Valve API was slightly changed in 5.5. This is likely what causes
the errors you see.

-- 
xxxxxxxxxxxxxxxxxxxxxxxxx
Rémy Maucherat
Developer & Consultant
JBoss Group (Europe) SàRL
xxxxxxxxxxxxxxxxxxxxxxxxx

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to