RE: Modifying the Ajp13 Protocol - Borland Free C Compiler

2000-12-06 Thread Paulo Gaspar
Hi Gomez, I played last weekend with the free Borland C Compiler after an exchange of posts with Pier and I got a good a good feeling about it. It sure looks much easier to port make files to this one than to Visual C++. I also red about its use in a report by the Interbase/Firebird guys an

Re: Modifying the Ajp13 Protocol

2000-12-06 Thread cmanolache
> To fix these major issues will require modifying the protocol. I have > some ideas on how to do so, but I want to get some feedback on the best > way to go about making these changes. I could just modify the protocol > itself, and change the mod_jk code and Ajp13 code in the tomcat-3.3 > branc

Re: Modifying the Ajp13 Protocol

2000-12-05 Thread Gomez Henri
> As I'm working through the ajp13 code (C and Java), I'm discovering that > there is some basic work which needs to be done on the protocol itself > (as well as a lot of work on the implementations). Cool there is some need for. > Specifically: > > - If the request contains > 8K of header/at

Modifying the Ajp13 Protocol

2000-12-05 Thread Dan Milstein
As I'm working through the ajp13 code (C and Java), I'm discovering that there is some basic work which needs to be done on the protocol itself (as well as a lot of work on the implementations). Specifically: - If the request contains > 8K of header/attribute information, the protocol fails.