Hi tomcat users, I was wondering whether it's possible to advise Tomcat to dump any incoming HTTP requests while preserving their original plain text nature? I tried hard to find something like this, but I only stumbled upon the RequestDumperValve, which unfortunately only has access to a request in its HttpServletRequest incarnation (i.e., already parsed). That's of no use for me though.
I know there are Browser plugins which monitor HTTP traffic and all that, but that doesn't help because I am sending these requests from a Groupware client extension using Microsoft's WinHTTPRequest COM object, and this object doesn't let me inspect the actual request it is constructing. A network monitor tool does also not help, because the server runs on localhost while I'm developing of course. Is there an equivalent mechanism to Tomcat's Valves which has access to network data before it is actually parsed? Or do you have any other idea how to do this? Thanks! -Matthias --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]