nacho 01/09/14 20:06:43
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Problems with CRLF's
Revision ChangesPath
1.13 +37 -37jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c
Index: jk_ajp13_worker.c
===
keith 01/09/10 14:43:36
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Corner case for chunked encoding: if the chunk sizes and
buffers fell such that the buffer was nearly full and the
chunk size digits were too numerous to fit in the remaining
space, the remaini
hgomez 01/08/23 08:41:20
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Handle client Browser Stop button
Submitted by: William Barker <[EMAIL PROTECTED]>
Revision ChangesPath
1.10 +13 -3 jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c
mmanders01/07/18 14:36:35
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
This fixes a problem with the new recovery handling in ajp13. The problem occurs
when the user requests a page and presses stop before it is all back, and the protocol
retries the request to the ja
hgomez 01/06/01 01:41:16
Modified:src/native/mod_jk/apache1.3 mod_jk.c
src/native/mod_jk/common jk_ajp13_worker.c
Log:
Fix memory leaks when multiple conf structures are allocated
and not desallocated
Submitted by: Mike Anderson <[EMAIL PROTECTED]>
Revision
hgomez 01/04/19 14:26:44
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
The previous patch to solve the Tomcat restart
problem corrected only GET method.
This one add POST method support.
Revision ChangesPath
1.7 +82 -40jakarta-tomcat/src/native/
hgomez 01/03/27 14:42:04
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
The long awaited :) correction to tomcat restart problem.
No need to restart apache now
Will need a little adjustement, ie instead of 3
fixed loop try to connect 2 * times the numbers of
worke
danmil 01/03/06 12:22:23
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
Fixed a few typos in some of the logging messages
Revision ChangesPath
1.5 +6 -6 jakarta-tomcat/src/native/mod_jk/common/jk_ajp13_worker.c
Index: jk_ajp13_worker.c
==
I'm working on mod_jk for Apache 2.0 and I'll add the necessary
You could find attached a pre-tested mod_jk.c for Apache 2.0
Regards
mod_jk.c
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL
keith 01/02/02 09:29:09
Modified:src/native/mod_jk/apache1.3 mod_jk.c
src/native/mod_jk/common jk_ajp13_worker.c jk_service.h
jk_util.c
Log:
Unread body bits need to be discarded or Apache will consider
them a new request. (cf jserv_ajpv12
danmil 01/01/10 18:36:14
Modified:src/native/mod_jk/common jk_ajp13_worker.c
Log:
- Clarified Ajp13 protocol: if the container tries to read
past the end of the input stream, the server sends an empty packet back.
Revision ChangesPath
1.3 +14 -12jakarta-to
11 matches
Mail list logo