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 43c889e Clean-up. Align 8.5.x with master/9.0.x. new c8ab649 Clean-up. Align with master/9.0.x new 57fffc7 Improve logging of invalid HTTP header lines The 2 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/SessionEvent.java | 5 +- .../apache/coyote/http11/Http11InputBuffer.java | 12 +++- java/org/apache/tomcat/util/http/HeaderUtil.java | 53 ++++++++++++++ .../util/http/TestHeaderUtiltoPrintableString.java | 83 ++++++++++++++++++++++ webapps/docs/changelog.xml | 4 ++ 5 files changed, 150 insertions(+), 7 deletions(-) create mode 100644 java/org/apache/tomcat/util/http/HeaderUtil.java create mode 100644 test/org/apache/tomcat/util/http/TestHeaderUtiltoPrintableString.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org