Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 83622 invoked by uid 500); 1 Oct 2001 21:41:45 -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 83612 invoked by uid 500); 1 Oct 2001 21:41:45 -0000 Delivered-To: apmail-jakarta-tomcat-connectors-cvs@apache.org Date: 1 Oct 2001 21:39:48 -0000 Message-ID: <20011001213948.39876.qmail@icarus.apache.org> From: hgomez@apache.org To: jakarta-tomcat-connectors-cvs@apache.org Subject: cvs commit: jakarta-tomcat-connectors/jk/native/common jk_global.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 * - * 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