-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Shah,

On 7/13/2009 8:13 AM, Shah, Dhaval wrote:
> I'm trying to upgrade from Tomcat 5.0 to Tomcat 6.0. The Problem I'm
> facing is that my application uses an interface ValveContext which is
> missing in Tomcat 6.0. Any idea how can I get this functionality
> (provided by ValveContext) in Tomcat 6.0.
> 
> The invokeNext(request, response) method of ValveContext interface is
> used to invoke next valve in the pipeline.

It looks like that interface has simply been removed in favor of:

this.getNext().invoke(request, response)

Is that what you're looking for?

The API docs seem to be out of date, as they still tell you to call
context.invokeNext. I have logged a bug against the TC documentation
which you can find here:
https://issues.apache.org/bugzilla/show_bug.cgi?id=47518

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkpbOYQACgkQ9CaO5/Lv0PDG/QCgsNAFubsQm47jDy8AfTnFF4TH
AWQAnRfekw4N2RWWDGqYvMiLeITAJ7nn
=yFwF
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to