mturk 2002/09/23 10:36:25
Modified: jk/native2/include jk_uriMap.h
Log:
Remove the defaultVhost, and add the port to the uriMap call.
Revision Changes Path
1.16 +1 -1 jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h
Index: jk_uriMap.h
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriMap.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- jk_uriMap.h 15 Aug 2002 11:21:47 -0000 1.15
+++ jk_uriMap.h 23 Sep 2002 17:36:25 -0000 1.16
@@ -109,7 +109,6 @@
* level.
*/
struct jk_map *vhosts;
- struct jk_uriEnv *defaultVhost;
/* ---------- Methods ---------- */
@@ -142,6 +141,7 @@
struct jk_uriEnv *(*mapUri)(struct jk_env *env, jk_uriMap_t *_this,
const char *vhost,
+ int port,
const char *uri);
/* -------------------- @deprecated -------------------- */
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>