You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ha...@apache.org on 2002/12/17 16:16:31 UTC

cvs commit: xml-cocoon2/src/webapp/WEB-INF web.xml

haul        2002/12/17 07:16:31

  Modified:    src/webapp/WEB-INF web.xml
  Log:
    <action dev="CH" type="fix" due-to-email="artur@digitalfairway.com"
     due-to="Artur Bialecki" fixes-bug="14835">
     Added container/form-encoding init-params to web.xml
    </action>
  
  Revision  Changes    Path
  1.21      +20 -0     xml-cocoon2/src/webapp/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/webapp/WEB-INF/web.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- web.xml	29 Oct 2002 05:42:41 -0000	1.20
  +++ web.xml	17 Dec 2002 15:16:31 -0000	1.21
  @@ -284,6 +284,26 @@
       -->
   
       <!--
  +      Set encoding used by the container. If not set the ISO-8859-1 encoding will be assumed.
  +    -->
  +    <!--
  +    <init-param>
  +      <param-name>container-encoding</param-name>
  +      <param-value>utf-8</param-value>
  +    </init-param>
  +    -->
  +
  +    <!--
  +      Set form encoding. This will be the character set used to decode request parameters 
  +    -->
  +    <!--
  +    <init-param>
  +      <param-name>form-encoding</param-name>
  +      <param-value>utf-8</param-value>
  +    </init-param>
  +    -->
  +
  +    <!--
         This parameter allows you to startup Cocoon2 immediately after startup
         of your servlet engine.
       -->
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org