This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git.
from 339f910 Fix BZ number new 101ac39 Refactor Vary parser to the more generic TokenList parser new 7c913da Add a case sensitive / insensitive option to the token list parser new 11dee21 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 | 24 +++++++++-- 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, 78 insertions(+), 43 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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org