Author: markt
Date: Sun Feb  3 23:37:02 2019
New Revision: 1852860

URL: http://svn.apache.org/viewvc?rev=1852860&view=rev
Log:
Add better control over %nn decoding

Modified:
    tomcat/trunk/TOMCAT-NEXT.txt

Modified: tomcat/trunk/TOMCAT-NEXT.txt
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/TOMCAT-NEXT.txt?rev=1852860&r1=1852859&r2=1852860&view=diff
==============================================================================
--- tomcat/trunk/TOMCAT-NEXT.txt (original)
+++ tomcat/trunk/TOMCAT-NEXT.txt Sun Feb  3 23:37:02 2019
@@ -54,3 +54,6 @@ New items for 10.0.x onwards:
 7. Consider including
    <response-character-encoding>UTF-8</response-character-encoding>
    in conf/web.xml
+
+8. RFC 3986 states (section 2.2) that a %nn encoded delimiter is NOT equivalent
+   to the decoded form. Provide an option no to decode delimiters in %nn form.



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

Reply via email to