> From: Ian H [mailto:[EMAIL PROTECTED] 
> Subject: Re: compiled header filter on tomcat 5.5
> 
> This seems to say simply that there's a version incompatibility (with
> the class version/libraries used to build it) -- is this correct?

Correct - your ResponseHeaderFilter class was compiled with a 1.5 javac,
but you're trying to run it under a 1.4 JVM.  If you think you
recompiled it with 1.4, check around - there's still a 1.5 class file in
the deployment directory tree.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to