This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 7.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 1083b2e Clean-up. Align with 8.5.x/9.0.x/master new 8a64837 Clean-up. Javadoc warnings with newer JDKs. Align with 8.5.x. new 2bf299a 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 | 32 +++------ java/org/apache/catalina/SessionIdGenerator.java | 7 +- java/org/apache/catalina/comet/CometFilter.java | 6 +- .../apache/catalina/comet/CometFilterChain.java | 3 + java/org/apache/catalina/comet/CometProcessor.java | 5 +- .../coyote/http11/InternalAprInputBuffer.java | 11 +-- .../apache/coyote/http11/InternalInputBuffer.java | 11 +-- .../coyote/http11/InternalNioInputBuffer.java | 11 ++- java/org/apache/tomcat/util/http/HeaderUtil.java | 53 ++++++++++++++ .../util/http/TestHeaderUtiltoPrintableString.java | 83 ++++++++++++++++++++++ webapps/docs/changelog.xml | 8 +++ 11 files changed, 189 insertions(+), 41 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