<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
 <meta name="generator" content="SuSE Linux Openexchange Server 4">
 <title></title>
</head>
<body>
That's the right section.<br>You need to purge your JSP-cache so that they get recompiled with the new setting after Tomcat restart.<br><br>/Sami<br><br>On May 26, 2007 03:41 PM, Christoph P. Kukulies <kuku@physik.rwth-aachen.de> wrote:<br><br>> On Fri, May 25, 2007 at 12:13:03PM +0200, Sami Nygard wrote:<br>> > In case of Tomcat you could also look into the following parameter<br>> > (web.xml):<br>> > <br>> >        <init-param><br>> >                <param-name>trimSpaces</param-name><br>> >                <param-value>true</param-value><br>> >        </init-param><br>> > <br>> <br>> Your suggestion sounds like being the best solution but the following<br>> addition to web.xml in $TOMCAT_HOME/conf/web.xml doesn't seem to have any<br>> effect. Or is it in the wrong section?<br>> <br>> <br>>     <servlet><br>>         <servlet-name>jsp</servlet-name><br>>         <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class><br>>         <init-param><br>>             <param-name>fork</param-name><br>>             <param-value>false</param-value><br>>         </init-param><br>>         <init-param><br>>             <param-name>xpoweredBy</param-name><br>>             <param-value>false</param-value><br>>         </init-param><br>>         <init-param><br>>             <param-name>trimSpaces</param-name><br>>             <param-value>true</param-value><br>>         </init-param><br>> <br>> --<br>> Chris Christoph P. U. Kukulies kukulies (at) rwth-aachen.de<br>> <br>> <br>> _______________________________________________<br>> This mail is sent to you from the opencms-dev mailing list<br>> To change your list options, or to unsubscribe from the list, please visit<br>> http://lists.opencms.org/mailman/listinfo/opencms-dev<br></servlet></kuku@physik.rwth-aachen.de>


</body>
</html>