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
=
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/
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
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
=
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
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