cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml jk2.xml

2003-12-11 Thread larryi
larryi  2003/12/11 18:45:01

  Modified:catalina/src/share/org/apache/catalina/mbeans
mbeans-descriptors.xml
   webapps/tomcat-docs/config coyote.xml jk2.xml
  Log:
  Port Remy's update for the useBodyEncodingForURI attribute.
  
  Revision  ChangesPath
  1.80  +5 -1  
jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml
  
  Index: mbeans-descriptors.xml
  ===
  RCS file: 
/home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v
  retrieving revision 1.79
  retrieving revision 1.80
  diff -u -r1.79 -r1.80
  --- mbeans-descriptors.xml20 Nov 2003 10:10:55 -  1.79
  +++ mbeans-descriptors.xml12 Dec 2003 02:45:01 -  1.80
  @@ -331,6 +331,10 @@
 description="Character encoding used to decode the URI"
type="java.lang.String"/>
   
  +
  +
   
  
  
  
  1.8   +8 -0  jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml
  
  Index: coyote.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- coyote.xml20 Nov 2003 15:14:57 -  1.7
  +++ coyote.xml12 Dec 2003 02:45:01 -  1.8
  @@ -100,6 +100,14 @@
 
   
   
  +
  +  This specifies if the encoding specified in contentType should be used
  +  for URI query parameters, instead of using the URIEncoding. This
  +  setting is present for compatibility with Tomcat 4.1.27 and earlier.
  +  The default value is false.
  +  
  +
  +
 
   
 
  
  
  
  1.7   +14 -0 jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml
  
  Index: jk2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- jk2.xml   17 Mar 2003 09:51:43 -  1.6
  +++ jk2.xml   12 Dec 2003 02:45:01 -  1.7
  @@ -82,6 +82,20 @@
 SSL Connector).  The default value is false.
   
   
  +
  +  This specifies the character encoding used to decode the URI bytes,
  +  after %xx decoding the URL. If not specified, ISO-8859-1 will be used.
  +  
  +
  +
  +
  +  This specifies if the encoding specified in contentType should be used
  +  for URI query parameters, instead of using the URIEncoding. This
  +  setting is present for compatibility with Tomcat 4.1.27 and earlier.
  +  The default value is false.
  +  
  +
  +
 
   
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs/config coyote.xml jk2.xml

2004-01-25 Thread remm
remm2004/01/25 05:15:16

  Modified:webapps/tomcat-docs/config coyote.xml jk2.xml
  Log:
  - The default should have been what was in 4.1.27. The change was an unintended
consequence of switching to the TC 5 code.
  
  Revision  ChangesPath
  1.9   +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml
  
  Index: coyote.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/coyote.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- coyote.xml12 Dec 2003 02:45:01 -  1.8
  +++ coyote.xml25 Jan 2004 13:15:16 -  1.9
  @@ -104,7 +104,7 @@
 This specifies if the encoding specified in contentType should be used
 for URI query parameters, instead of using the URIEncoding. This
 setting is present for compatibility with Tomcat 4.1.27 and earlier.
  -  The default value is false.
  +  The default value is true.
 
   
   
  
  
  
  1.8   +1 -1  jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml
  
  Index: jk2.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/jk2.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- jk2.xml   12 Dec 2003 02:45:01 -  1.7
  +++ jk2.xml   25 Jan 2004 13:15:16 -  1.8
  @@ -92,7 +92,7 @@
 This specifies if the encoding specified in contentType should be used
 for URI query parameters, instead of using the URIEncoding. This
 setting is present for compatibility with Tomcat 4.1.27 and earlier.
  -  The default value is false.
  +  The default value is true.
 
   
   
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]