Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 86991 invoked by uid 500); 1 Oct 2001 21:43:50 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: tomcat-dev@jakarta.apache.org Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 86982 invoked by uid 500); 1 Oct 2001 21:43:50 -0000 Delivered-To: apmail-jakarta-tomcat-cvs@apache.org Date: 1 Oct 2001 21:41:53 -0000 Message-ID: <20011001214153.40236.qmail@icarus.apache.org> From: hgomez@apache.org To: jakarta-tomcat-cvs@apache.org Subject: cvs commit: jakarta-tomcat/src/native/mod_jk/common jk_global.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N hgomez 01/10/01 14:41:53 Modified: src/native/mod_jk/common jk_global.h Log: Correct the correction, as you can see :) We'll use by default uri but keep the others since we may need to tune the URI encoding later ?) Revision Changes Path 1.8 +2 -2 jakarta-tomcat/src/native/mod_jk/common/jk_global.h Index: jk_global.h =================================================================== RCS file: /home/cvs/jakarta-tomcat/src/native/mod_jk/common/jk_global.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- jk_global.h 2001/10/01 21:27:29 1.7 +++ jk_global.h 2001/10/01 21:41:53 1.8 @@ -57,7 +57,7 @@ * Description: Global definitions and include files that should exist * * anywhere * * Author: Gal Shachor * - * Version: $Revision: 1.7 $ * + * Version: $Revision: 1.8 $ * ***************************************************************************/ #ifndef JK_GLOBAL_H @@ -157,7 +157,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