mturk 2002/08/15 02:22:16
Modified: jk/native2/include jk_uriMap.h
Log:
Add the reverse mapping flag to the mapUri call
Revision Changes Path
1.14 +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.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jk_uriMap.h 9 May 2002 20:52:54 -0000 1.13
+++ jk_uriMap.h 15 Aug 2002 09:22:16 -0000 1.14
@@ -141,7 +141,7 @@
*/
struct jk_uriEnv *(*mapUri)(struct jk_env *env, jk_uriMap_t *_this,
const char *vhost,
- const char *uri );
+ const char *uri, int reverse );
/* -------------------- @deprecated -------------------- */
/* used by the mapper, temp storage ( ??? )*/
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|