Author: markt
Date: Thu Nov 15 23:35:48 2018
New Revision: 1846691
URL: http://svn.apache.org/viewvc?rev=1846691&view=rev
Log:
Note project Panama
Add Content-Type clean-up
Modified:
tomcat/trunk/TOMCAT-NEXT.txt
Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL:
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1846691&r1=1846690&r2=1846691&view=diff
==============================================================================
--- tomcat/trunk/TOMCAT-NEXT.txt (original)
+++ tomcat/trunk/TOMCAT-NEXT.txt Thu Nov 15 23:35:48 2018
@@ -34,6 +34,12 @@ New items for 10.0.x onwards:
2. Remove org.apache.tomcat.jni and replace with the minimum necessary to
interface with OpenSSL and clones.
+ We might want to park this one until we see what is available direct from
+ the JRE with project Panama.
3. Remove the ExtensionValidator and associated classes (assuming that the
minimum Java version is Java 9 or later).
+
+4. Clean-up content-type header processing. Remove the optional space after
the
+ ';' character (if any). Don't mutate the header if there is no charset
+ parameter. See BZ 62912 for some discussion and additional references.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]