Re: intercepting TCP?

2003-07-22 Thread Antonio Fiol Bonnín
Bill Ataras wrote:

Does anyone know of a way on linux running ip_masq/ip_chains to grab all
TCP connections outgoing toward a port 80 on any IP and forward them to
some other IP/port? I'm looking for a way to insert myself into raw HTTP
conversations to do transforms/etc. without the app knowing about it. Or
perhaps a windows tool to do the forwarding from the machine running IE?
Also, doing a proxy server thing isn't sufficient.
 

What you try is absolutely horrible.

However, if you really want to, look for instructions on setting up a 
transparent HTTP proxy usoing REDIRECT NAT.

Antonio Fiol


smime.p7s
Description: S/MIME Cryptographic Signature


Re: DO NOT REPLY [Bug 20850] - POST is not defined in RFC 2068and is not supported by the Servlet API

2003-06-18 Thread Antonio Fiol Bonnín
Just as an idea of sb that does not know nearly anything about tomcat 
internals.

May it be a question about request pipelining?

Something about overwriting a buffer that is needed later, or some 
similar issue...

HTH,

Antonio Fiol

Remy Maucherat wrote:

Bill Barker wrote:

I don't think that you've really read the stack-trace.  This is 
happening
well into the Servlet.service method, so Coyote has obviously read the
method fine.


Hmmm, I don't think so: service does the request name dispatching.
And the status returned is 501, not 500.
The read timeout may not occur on the same request.
All in all, I'll leave to the reporter that he's sending valid 
requests. I think the report is bogus :)

Remy

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



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