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

2002-10-25 Thread mturk
mturk 2002/10/25 00:40:42 Modified:jk/native2/common jk_requtil.c Log: Fix setting name=neme instead name=val, for headers. Thx to Igor Petrenko for finding that copy/paste typo. Revision ChangesPath 1.27 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_

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

2002-09-25 Thread Henri Gomez
Bojan Smojver wrote: > Quoting Henri Gomez <[EMAIL PROTECTED]>: > > >>Bojan Smojver wrote: >> >>>Quoting [EMAIL PROTECTED]: >>> >>> >>> In the C language we use #ifdef not #ifef :-) >>> >>> >>>Only if something like this works: >>> >>>#define #ifef #idef >>> >>>;-) >> >>Oups, I'll fix the t

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

2002-09-25 Thread Bojan Smojver
Quoting Henri Gomez <[EMAIL PROTECTED]>: > Bojan Smojver wrote: > > Quoting [EMAIL PROTECTED]: > > > > > >> In the C language we use #ifdef not #ifef :-) > > > > > > Only if something like this works: > > > > #define #ifef #idef > > > > ;-) > > Oups, I'll fix the typo ASAP Actually, Mlad

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

2002-09-25 Thread Henri Gomez
Bojan Smojver wrote: > Quoting [EMAIL PROTECTED]: > > >> In the C language we use #ifdef not #ifef :-) > > > Only if something like this works: > > #define #ifef #idef > > ;-) Oups, I'll fix the typo ASAP -- To unsubscribe, e-mail: For additional commands, e

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

2002-09-25 Thread Bojan Smojver
Quoting [EMAIL PROTECTED]: > In the C language we use #ifdef not #ifef :-) Only if something like this works: #define #ifef #idef ;-) > -#idef AS400 > +#ifdef AS400 Bojan - This mail sent through IMP: http://horde.org/imp/ -- To unsubsc

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

2002-09-24 Thread mturk
mturk 2002/09/25 00:13:49 Modified:jk/native2/common jk_requtil.c Log: In the C language we use #ifdef not #ifef :-) Revision ChangesPath 1.26 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c ==

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

2002-09-24 Thread hgomez
hgomez 2002/09/24 15:40:38 Modified:jk/native2/common jk_requtil.c Log: AS/400 back port from 1.2.0. Revision ChangesPath 1.25 +8 -0 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c ==

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

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

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

2002-05-18 Thread nacho
nacho 02/05/18 15:35:36 Modified:jk/native2/common jk_requtil.c Log: * Reset msg too Revision ChangesPath 1.18 +2 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c ==

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

2002-05-14 Thread costin
costin 02/05/14 10:17:23 Modified:jk/native2/common jk_requtil.c Log: Fix bug that disabled sending of common headers by id. ( regression due to changes in JK_OK/JK_ERR ) Revision ChangesPath 1.17 +1 -2 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.

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

2002-05-10 Thread nacho
nacho 02/05/10 18:20:44 Modified:jk/native2/common jk_requtil.c Log: * Was not reading POST body, reversed a test, JK_OK is now false Revision ChangesPath 1.16 +1 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c =

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

2002-04-18 Thread costin
costin 02/04/18 19:36:48 Modified:jk/native2/common jk_requtil.c Log: Moved code from the isapi connector. Common code in common/ dir :-) Revision ChangesPath 1.11 +256 -0jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c =

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

2002-03-20 Thread costin
costin 02/03/20 15:41:32 Modified:jk/native2/common jk_requtil.c Log: Moved the printf and other request utils. This acts like a 'base' jk_service object, providing common functions used on the request. Revision ChangesPath 1.10 +321 -4jakarta-tomcat-con

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

2002-03-01 Thread costin
costin 02/03/01 22:10:21 Modified:jk/native2/common jk_requtil.c Log: Another small fix. I still have to add the WIN32 #ifdefs. Revision ChangesPath 1.9 +6 -1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c

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

2002-02-28 Thread Bill Barker
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 3:01 PM Subject: cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c > costin 02/02/28 15:01:15 > > Modified:jk/native2/common

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

2002-02-28 Thread costin
costin 02/02/28 15:01:15 Modified:jk/native2/common jk_requtil.c Log: Case insensitive, if 'native' maps are used we no longer create copies of all the headers ( good for performance), but that also means we don't have all-lowercase. Someone with more C knowledge - let me

cvs commit: jakarta-tomcat-connectors/jk/native2/common jk_requtil.c jk_serialize_ajp.c jk_uriMap.c jk_vm_default.c

2002-02-21 Thread hgomez
hgomez 02/02/21 03:13:23 Modified:jk/native2/common jk_requtil.c jk_serialize_ajp.c jk_uriMap.c jk_vm_default.c Log: Fifth batch of jk2 renaming task Revision ChangesPath 1.7 +13 -13jakarta-tomcat-connectors/jk/native2/common/jk_requtil

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

2001-12-15 Thread costin
costin 01/12/15 09:24:16 Modified:jk/native2/common jk_requtil.c jk_serialize_ajp.c Log: Change headers, attributes to jk_map. Revision ChangesPath 1.4 +7 -10 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index: jk_requtil.c =

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

2001-12-12 Thread costin
costin 01/12/12 13:52:41 Modified:jk/native2/common jk_requtil.c Log: Moved the 'read chunk from the web server' code to jk_requtil, it can be used by any worker/protocol. Removed any internal use of ajp buffers. Revision ChangesPath 1.3 +47 -0 jakarta-

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

2001-12-04 Thread costin
costin 01/12/04 10:35:04 Added: jk/native2/common jk_requtil.c Log: Request utils - extract cookies, session id, etc. Moved from lb_worker and few other. Revision ChangesPath 1.1 jakarta-tomcat-connectors/jk/native2/common/jk_requtil.c Index