You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2002/08/15 11:21:50 UTC

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

mturk       2002/08/15 02:21:50

  Modified:    jk/native2/include jk_uriEnv.h
  Log:
  Add the reverse mapping flag to the uriEnv
  
  Revision  Changes    Path
  1.16      +5 -0      jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h
  
  Index: jk_uriEnv.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/include/jk_uriEnv.h,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- jk_uriEnv.h	31 May 2002 22:27:17 -0000	1.15
  +++ jk_uriEnv.h	15 Aug 2002 09:21:50 -0000	1.16
  @@ -208,6 +208,11 @@
       struct jk_map *envvars;
   
       int merged;
  +    
  +    /* Reverse mappings
  +     */
  +    int reverse;
  +
       /** XXX .
        */
   /*     int status; */
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>