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 57c6917 Fix BZ number
new 8b2d892 Refactor Vary parser to the more generic TokenList parser
new 30d46a4 Add a case sensitive / insensitive option to the token list
parser
new 8c789b3 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63824
The 3 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/coyote/http11/Http11Processor.java | 28 +++++++++---
java/org/apache/tomcat/util/http/ResponseUtil.java | 4 +-
.../util/http/parser/{Vary.java => TokenList.java} | 50 +++++++++++++++++++---
java/org/apache/tomcat/util/http/parser/Vary.java | 34 +++------------
.../parser/{TestVary.java => TestTokenList.java} | 9 +++-
5 files changed, 79 insertions(+), 46 deletions(-)
copy java/org/apache/tomcat/util/http/parser/{Vary.java => TokenList.java}
(50%)
rename test/org/apache/tomcat/util/http/parser/{TestVary.java =>
TestTokenList.java} (93%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]