cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2005-04-27 Thread mturk
mturk 2005/04/27 07:12:48 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Also set the SC_A_STORED_METHOD when passing arbitrary request methods as attributes. Revision ChangesPath 1.107 +3 -2

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2004-12-16 Thread mturk
mturk 2004/12/16 01:49:42 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Use zero for default cache timeout value, and properly set the last access time value. Revision ChangesPath 1.69 +9 -9

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h jk_ajp13.h

2003-10-16 Thread hgomez
hgomez 2003/10/16 00:37:43 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h jk_ajp13.h Log: My latest patches to jk/ajp broke the AJP14 logon phase since I was using the PING message which ask container to take control for PING/PONG control. Created CPING/CPONG

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2003-03-14 Thread glenn
glenn 2003/03/14 05:36:35 Modified:jk/native CHANGES.txt jk/native/apache-2.0 mod_jk.c jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Traced through the code to clean up error handling for when a client aborts a request. * The retry loop

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h jk_service.h jk_util.c jk_util.h

2002-02-06 Thread costin
costin 02/02/06 11:11:23 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h jk_service.h jk_util.c jk_util.h Log: Implementation of the 'secret' attribute in the request, used to pass a key used to authenticate the sender. This shouldn't

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-10-01 Thread keith
keith 01/10/01 13:50:39 Modified:jk/doc AJPv13.html jk/java/org/apache/ajp Ajp13.java RequestHandler.java jk/native/common jk_ajp_common.c jk_ajp_common.h Log: DeltaV is now an IESG Proposed Standard. Add the four new versioning methods.

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-09-14 Thread hgomez
hgomez 01/09/14 15:30:05 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Update information on when SSL_KEY_SIZE is sent to Tomcat Server via the use of JkOptions +ForwardKeySize Revision ChangesPath 1.12 +2 -2

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-09-10 Thread keith
keith 01/09/10 14:51:57 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h 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

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-08-27 Thread keith
keith 01/08/27 08:33:04 Modified:jk/doc AJPv13.html jk/java/org/apache/ajp Ajp13.java RequestHandler.java jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Add REPORT method to Ajp13 (necessary for Webdav ACL and Delta-V). This has also been

cvs commit: jakarta-tomcat-connectors/jk/native/common jk_ajp_common.c jk_ajp_common.h

2001-06-12 Thread hgomez
hgomez 01/06/11 23:28:08 Modified:jk/native/common jk_ajp_common.c jk_ajp_common.h Log: Logon feature is available by callback functions Revision ChangesPath 1.2 +26 -17jakarta-tomcat-connectors/jk/native/common/jk_ajp_common.c Index: jk_ajp_common.c