You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/04/28 18:35:55 UTC

svn commit: r1793123 - /tomcat/trunk/webapps/docs/changelog.xml

Author: markt
Date: Fri Apr 28 18:35:54 2017
New Revision: 1793123

URL: http://svn.apache.org/viewvc?rev=1793123&view=rev
Log:
Additional entry for previous change

Modified:
    tomcat/trunk/webapps/docs/changelog.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1793123&r1=1793122&r2=1793123&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Apr 28 18:35:54 2017
@@ -77,6 +77,12 @@
         to <code>UTF-8</code> as required by the Servlet 4.0 specification.
         (markt)
       </update>
+      <scode>
+        Start to switch to using <code>Charset</code> rather than
+        <code>String</code> to store encoding configuration settings to reduce
+        the number of places the associated <code>Charset</code> needs to be
+        looked up. (markt)
+      </scode>
     </changelog>
   </subsection>
   <subsection name="Jasper">



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org