Author: hlship
Date: Wed Nov 30 19:43:26 2005
New Revision: 350134

URL: http://svn.apache.org/viewcvs?rev=350134&view=rev
Log:
TAPESTRY-607: Output encoding problem with some versions of Tomcat 5

Modified:
    
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/configuration.xml

Modified: 
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/configuration.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/configuration.xml?rev=350134&r1=350133&r2=350134&view=diff
==============================================================================
--- 
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/configuration.xml
 (original)
+++ 
jakarta/tapestry/trunk/src/documentation/content/xdocs/UsersGuide/configuration.xml
 Wed Nov 30 19:43:26 2005
@@ -586,7 +586,7 @@
     <td>
       A workaround for <link 
href="http://issues.apache.org/jira/browse/TAPESTRY-607";>TAPESTRY-607</link>, a 
problem
       related to response character sets when using some versions of Tomcat 5. 
The Tomcat bug is
-      <a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37072";>37072</a>.  This 
patch ensures that
+      <link 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=37072";>37072</link>.  
This patch ensures that
       HttpServletResponse.setContentType() is only invoked once, even if the 
output is reset (for instance, to
       switch to the Tapestry exception page).  The value must be set to true 
as a JVM system property.
     </td>



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

Reply via email to