{VATTENFALL#076-836}cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2004-02-23 Thread Vattenfall Kundservice
Hej! Tack för din e-post. Du har tilldelats ärendenummer # 76836. Vi kommer att besvara ditt ärende under ordinarie öppettider och återkommer med svar snarast möjligt. Vid fortsatta kontakter med oss ber vi dig använda svarsknappen i ditt e-postsystem. Då bibehålls ditt ärendenummer. Har du inte

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2004-02-23 Thread hgomez
hgomez 2004/02/23 07:44:26 Modified:jk/native2 CHANGES.txt jk/native2/common jk_workerEnv.c jk_worker_ajp13.c jk/native2/include jk_service.h Log: Port jk recovery strategy. Need review and more tests Revision ChangesPath 1.13 +2

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2002-08-26 Thread remm
remm2002/08/26 02:54:35 Modified:jk/java/org/apache/ajp RequestHandler.java jk/java/org/apache/jk/common HandlerRequest.java jk/native/common jk_ajp_common.c jk_ajp_common.h jk/native2/common jk_requtil.c jk/native2/include

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2002-04-24 Thread nacho
nacho 02/04/24 16:12:50 Modified:jk/native2/common jk_uriMap.c jk_logger_file.c jk/native2/server/apache2 jk_service_apache2.c jk/native2/include jk_service.h Log: * Cosmetics * win32 tweaks to build Revision ChangesPath 1.24 +2 -2

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2002-02-22 Thread hgomez
hgomez 02/02/22 03:06:01 Modified:jk/native2/common jk_uriMap.c jk/native2/include jk_service.h Log: Estetic fixes Revision ChangesPath 1.14 +2 -2 jakarta-tomcat-connectors/jk/native2/common/jk_uriMap.c Index: jk_uriMap.c

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h

2002-01-25 Thread costin
costin 02/01/25 22:25:56 Modified:jk/native2/include jk_service.h Log: Moved that strange is_recoverable_error in request instead of passing it as argument to all methods. The real meaning ( not easy to discover :-) is if the request can be safely sent to a fallback worker

cvs commit: jakarta-tomcat-connectors/jk/native2/include jk_service.h jk_uriEnv.h jk_worker.h

2001-12-04 Thread costin
costin 01/12/04 10:33:06 Modified:jk/native2/include jk_service.h jk_uriEnv.h jk_worker.h Log: Consolidate data structures. A lot of 'ajp private' information is very usefull for other workers as well. Having it exposed in the main structure will make things simpler, and eli