You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2019/10/18 08:50:45 UTC

[Bug 63864] New: Use new TokenList parser for Http11Processor Transfer-Encoding handling

https://bz.apache.org/bugzilla/show_bug.cgi?id=63864

            Bug ID: 63864
           Summary: Use new TokenList parser for Http11Processor
                    Transfer-Encoding handling
           Product: Tomcat 9
           Version: 9.0.x
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Connectors
          Assignee: dev@tomcat.apache.org
          Reporter: michaelo@apache.org
  Target Milestone: -----

The Transfer-Encoding header is processed manually
(https://github.com/apache/tomcat/blob/master/java/org/apache/coyote/http11/Http11Processor.java#L760-L775),
use the newly introduced TokenList parser to reduce duplicate code

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 63864] Use new TokenList parser for Http11Processor Transfer-Encoding handling

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63864

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Fixed in:
- master for 9.0.28 onwards
- 8.5.x for 8.5.48 onwards
- 7.0.x for 7.0.98 onwards

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 63864] Use new TokenList parser for Http11Processor Transfer-Encoding handling

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63864

Michael Osipov <mi...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michaelo@apache.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[Bug 63864] Use new TokenList parser for Http11Processor Transfer-Encoding handling

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=63864

--- Comment #1 from Michael Osipov <mi...@apache.org> ---
The spots in question are:

* 
https://github.com/apache/tomcat/blob/master/java/org/apache/coyote/http11/Http11Processor.java#L722-L739
*
https://github.com/apache/tomcat/blob/8.5.x/java/org/apache/coyote/http11/Http11Processor.java#L1112-L1129

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org