On Wed, Apr 6, 2011 at 5:19 AM, Sergio <[email protected]> wrote: > I made this Valve, trying to intercept requests going out of my "WebPages" > context to the "Webservices" context.
An outbound request made by your webapp for another resource is not going to be using a Tomcat connector. You could capture the *inbound* request to your "Webservices" or fix your app to include the desired parameters (not attributes). HTH, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
