This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from cccb520 Be explicit that UTF-8 is used for encoded dispatcher paths new 8fcd051 Make all calls to URLDecode use an explicit character set new 7ee3a5c Deprecated unused method new 26ff6f7 Simplify comment. Call byte decode method directly. new 9f2174f Deprecate unused methods The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/catalina/connector/CoyoteAdapter.java | 6 ++-- java/org/apache/catalina/loader/WebappLoader.java | 5 ++-- java/org/apache/tomcat/util/buf/UDecoder.java | 32 +++++++++++++++++++--- test/org/apache/tomcat/util/buf/TestUDecoder.java | 4 +-- 4 files changed, 35 insertions(+), 12 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org