You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2002/01/01 00:35:47 UTC

cvs commit: jakarta-tomcat/src/etc server.xml

larryi      01/12/31 15:35:47

  Modified:    src/etc  server.xml
  Log:
  There are several "working" configurations for StaticInterceptor using the
  new attributes.  Each with advantages and disadvantages.
  
  This implements the "working" configuration closest to Tomcat 3.3's default,
  which was a "non-working" configuration because the character set
  encoding was hardcoded to ISO-8859-1.
  
  Revision  Changes    Path
  1.95      +3 -1      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- server.xml	5 Nov 2001 09:20:46 -0000	1.94
  +++ server.xml	31 Dec 2001 23:35:47 -0000	1.95
  @@ -78,7 +78,9 @@
   			useJspServlet="false"
   			/>
           
  -        <StaticInterceptor listings="true" />
  +        <StaticInterceptor listings="true"
  +                           useAcceptLanguage="true"
  +                           useCharset="locale" />
           
           <ReloadInterceptor fullReload="true" />
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>