You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2004/11/13 22:10:57 UTC

svn commit: rev 57595 - lenya/trunk/src/webapp/WEB-INF

Author: gregor
Date: Sat Nov 13 13:10:56 2004
New Revision: 57595

Modified:
   lenya/trunk/src/webapp/WEB-INF/web-xml.xsl
Log:
remove misleading comments

Modified: lenya/trunk/src/webapp/WEB-INF/web-xml.xsl
==============================================================================
--- lenya/trunk/src/webapp/WEB-INF/web-xml.xsl	(original)
+++ lenya/trunk/src/webapp/WEB-INF/web-xml.xsl	Sat Nov 13 13:10:56 2004
@@ -34,9 +34,6 @@
   </xsl:template>    
 
   <xsl:template match="/web-app/servlet[position() = count(/web-app/servlet)]">
-    <!--
-    <xsl:copy-of select="."/>
-    -->
     <xsl:copy>
       <xsl:apply-templates select="@*|node()"/>
     </xsl:copy>
@@ -64,15 +61,7 @@
     </servlet-mapping>
     <xsl:comment>/Scheduler</xsl:comment>
   </xsl:template>
-  <!-- We definitely should use utf-8 in all places, but this param causes the forms editor to break with special chars.
-  <xsl:template match="/web-app/servlet[position() = 1]/init-param[position() = 1]">
-    <xsl:copy-of select="."/>
- 		<init-param>
-      <param-name>form-encoding</param-name>
-      <param-value>utf-8</param-value>
-    </init-param>
-  </xsl:template>
-  -->
+
   <xsl:template match="/web-app/servlet[position() = 1]/init-param[normalize-space(param-name) = 'enable-uploads']">
     <init-param>
       <param-name>enable-uploads</param-name>

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org