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

2002-10-13 Thread mturk
mturk 2002/10/13 00:37:15 Modified:jk/native2/include jk_uriEnv.h Log: Add the inherit_global variable to the uriEnv Revision ChangesPath 1.18 +2 -0 jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h Index: jk_uriEnv.h

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

2002-09-23 Thread mturk
mturk 2002/09/23 10:36:50 Modified:jk/native2/include jk_uriEnv.h Log: Add the port to the uriEnv Revision ChangesPath 1.17 +7 -5 jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h Index: jk_uriEnv.h

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

2002-08-15 Thread mturk
mturk 2002/08/15 02:21:50 Modified:jk/native2/include jk_uriEnv.h Log: Add the reverse mapping flag to the uriEnv Revision ChangesPath 1.16 +5 -0 jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h Index: jk_uriEnv.h

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

2002-04-30 Thread costin
costin 02/04/29 23:41:18 Modified:jk/native2/include jk_uriEnv.h Log: Reorganize the struct, add support for storing vhost and context settings. The mapping is now done in the same way as in tomcat: first vhost and context, then exact, prefix and suffix rules. We use a

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

2002-04-29 Thread costin
costin 02/04/29 12:13:32 Modified:jk/native2/common jk_uriEnv.c jk/native2/include jk_uriEnv.h Log: Merged Glenn's fix from mod_jk1. ( the part with 'global' mappings ) Revision ChangesPath 1.11 +15 -1

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

2002-04-29 Thread costin
costin 02/04/29 12:35:36 Modified:jk/native2/common jk_uriMap.c jk_uriEnv.c jk/native2/include jk_uriEnv.h Log: Change TYPE_CONTEXT to TYPE_PREFIX ( it's prefix map, not a context ). Add the 'real' MAP_TYPE_CONTEXT to correspond to the webapp root, and the

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

2002-02-28 Thread costin
costin 02/02/28 14:04:31 Modified:jk/native2/include jk_uriEnv.h Log: Added the stuff from jk_webapp. Added a setProperty() - another attempt to harmonize the java and C versions. Revision ChangesPath 1.6 +52 -1

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

2001-12-01 Thread costin
costin 01/12/01 14:03:20 Added: jk/native2/include jk_uriEnv.h Log: UriEnv is contain properties associated with a mapping. It used to be private in jk_uri_map, plus extra options that could be specified per location ( moved from the server adapter ) This also