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 eb3c52f Fix typo in error message new 51f00c2 Align with master. Back-port simple clean-up. new b5c04d5 Align with master. Back-port i18n support. new 703f85a SpotBugs Refactor to remove some duplicated (and unused) code. new 4fa6a00 Address a few more SpotBugs warnings 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: java/org/apache/catalina/startup/ExpandWar.java | 13 +++- .../catalina/startup/LocalStrings.properties | 3 + java/org/apache/catalina/startup/Tomcat.java | 5 +- java/org/apache/catalina/util/URLEncoder.java | 2 +- .../rewrite}/LocalStrings.properties | 7 +- .../rewrite}/LocalStrings_fr.properties | 6 +- .../valves/rewrite}/LocalStrings_ja.properties | 9 +-- .../catalina/valves/rewrite/RewriteCond.java | 82 +++++++--------------- .../catalina/valves/rewrite/RewriteRule.java | 6 +- .../catalina/valves/rewrite/RewriteValve.java | 39 +++++----- .../catalina/valves/rewrite/Substitution.java | 3 +- .../org/apache/el/stream/StreamELResolverImpl.java | 7 +- res/findbugs/filter-false-positives.xml | 12 ++++ 13 files changed, 101 insertions(+), 93 deletions(-) copy java/org/apache/catalina/{ha/authenticator => valves/rewrite}/LocalStrings.properties (74%) copy java/org/apache/catalina/{filters => valves/rewrite}/LocalStrings_fr.properties (69%) copy java/{javax/servlet => org/apache/catalina/valves/rewrite}/LocalStrings_ja.properties (72%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org