You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/28 12:45:33 UTC

[tomcat] branch master updated: Todo update

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 000ee45  Todo update
000ee45 is described below

commit 000ee45773f4e28e6f5826293db98988bfad7b29
Author: remm <re...@apache.org>
AuthorDate: Fri Feb 28 13:45:18 2020 +0100

    Todo update
    
    Likely defer the JNI rework since Panama is still in WIP mode.
---
 TOMCAT-NEXT.txt | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

diff --git a/TOMCAT-NEXT.txt b/TOMCAT-NEXT.txt
index 34e3adf..0b3a519 100644
--- a/TOMCAT-NEXT.txt
+++ b/TOMCAT-NEXT.txt
@@ -29,24 +29,22 @@ New items for 10.0.x onwards:
 
  1. Remove APR connector.
 
- 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. Clean-up content-type header processing. Remove the optional space after
+ 2. 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.
 
- 4. RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent
+ 3. RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent
     to the decoded form. Provide an option not to decode delimiters in %nn form.
 
- 5. BZ 63286. Make behaviour of %D and %T consistent with httpd.
-
- 6. Refactor DefaultServlet to use Ranges in parseRanges().
+ 4. Refactor DefaultServlet to use Ranges in parseRanges().
 
 Deferred until 10.1.x:
 
  1.  Remove the ExtensionValidator and associated classes (assuming that the
      minimum Java version is Java 9 or later).
 
+ 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.
+


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