hgomez      01/10/01 14:39:48

  Modified:    jk/native/common jk_global.h
  Log:
  Correct the correction, as you can see
  it's also a way to put garbage in cvs
  project (Christopher and Bojan, you're not alone)
  
  We'll use by default uri but keep the others
  since we may need to tune the URI encoding later ?)
  
  Revision  Changes    Path
  1.9       +2 -2      jakarta-tomcat-connectors/jk/native/common/jk_global.h
  
  Index: jk_global.h
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_global.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk_global.h       2001/10/01 21:30:49     1.8
  +++ jk_global.h       2001/10/01 21:39:48     1.9
  @@ -59,7 +59,7 @@
    * Description: Global definitions and include files that should exist     *
    *              anywhere                                                   *
    * Author:      Gal Shachor <[EMAIL PROTECTED]>                           *
  - * Version:     $Revision: 1.8 $                                               *
  + * Version:     $Revision: 1.9 $                                               *
    ***************************************************************************/
   
   #ifndef JK_GLOBAL_H
  @@ -158,7 +158,7 @@
   #define JK_OPT_FWDURICOMPATUNPARSED 0x0002
   #define JK_OPT_FWDURIESCAPED        0x0003
   
  -#define JK_OPT_FWDURIDEFAULT        JK_OPT_FWDURIESCAPED
  +#define JK_OPT_FWDURIDEFAULT        JK_OPT_FWDURICOMPAT
   
   #define JK_OPT_FWDKEYSIZE           0x0004
   
  
  
  


Reply via email to