cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c

2003-03-13 Thread costin
costin 2003/03/13 10:30:46 Modified:jk/native2/common jk_handler_response.c Log: Better message for write errors Revision ChangesPath 1.28 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_handler_response.c Index: jk_handler_response.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c

2002-11-20 Thread mturk
mturk 2002/11/20 08:41:15 Modified:jk/native2/common jk_handler_response.c Log: Use the supplied msg instead of directly referencing endpoint's post msg. That fixex the JNI post readings. Revision ChangesPath 1.25 +1 -2 jakarta-tomcat-connectors/jk/native2/

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c jk_workerEnv.c

2002-11-11 Thread jfclere
jfclere 2002/11/11 07:40:34 Modified:jk/native2/common jk_handler_response.c jk_workerEnv.c Log: We have 3 msg's in the end point. request for request, post for post and msg for what Tomcat sends us. I have changed msg into post where needed. Revision ChangesPath 1.24

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c

2002-07-08 Thread mturk
mturk 2002/07/08 06:39:12 Modified:jk/native2/common jk_handler_response.c Log: no message Revision ChangesPath 1.23 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_handler_response.c Index: jk_handler_response.c =

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c

2001-12-15 Thread costin
costin 01/12/15 09:23:28 Modified:jk/native2/common jk_handler_response.c Log: Change the storage of headers and attributes. The start_response methods was changed - it didn't actually started the response, but set the fields in request_rec. ( probably in a jk3 we should change

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_handler_response.c jk_handler_logon.c jk_handler_discovery.c

2001-12-12 Thread costin
costin 01/12/12 13:34:47 Modified:jk/native2/common jk_handler_response.c jk_handler_logon.c jk_handler_discovery.c Log: Rewrote the existing handlers to use the new interface. Note that each file will have a factory method that will create a map contai