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 af963c6  Fix typo
     new 463b5ca  Refactor Vary parser to the more generic TokenList parser
     new 7ff5a51  Add a case sensitive / insensitive option to the token list 
parser
     new 70f264a  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63824
     new 6d53968  Simplify on the grounds all tokens of interest are 
case-insensitive
     new 6a63a68  Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=63825

The 5 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:
 .../coyote/http11/AbstractHttp11Processor.java     | 26 ++++++++++------
 java/org/apache/tomcat/util/http/ResponseUtil.java |  4 +--
 .../util/http/parser/{Vary.java => TokenList.java} | 21 +++++++++----
 java/org/apache/tomcat/util/http/parser/Vary.java  | 36 +++-------------------
 .../parser/{TestVary.java => TestTokenList.java}   |  9 +++++-
 webapps/docs/changelog.xml                         |  5 +++
 6 files changed, 52 insertions(+), 49 deletions(-)
 copy java/org/apache/tomcat/util/http/parser/{Vary.java => TokenList.java} 
(75%)
 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

Reply via email to