This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 492bedc6f9 Add missing "Not implemented" exception.
new 6c4de89924 Override the default implementation where it makes sense to
do so
new 76e3fe20dd Refactor CoyoteRequest to only use CharsetHolder
new 254ca3dc91 Refactor to reduce duplicate code
new dd098521b3 Add missing facade checks
new 1bfffde19c Refactor to reduce code duplication
new 3944507b61 Refactor so CoyoteResponse only uses CharsetHolder
The 6 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:
.../org/apache/catalina/connector/InputBuffer.java | 2 +-
.../apache/catalina/connector/OutputBuffer.java | 13 +-
java/org/apache/catalina/connector/Request.java | 65 +++---
.../apache/catalina/connector/RequestFacade.java | 12 +-
java/org/apache/catalina/connector/Response.java | 76 ++++---
.../apache/catalina/connector/ResponseFacade.java | 241 ++++++---------------
.../apache/catalina/core/ApplicationContext.java | 71 ++----
.../catalina/ssi/SSIServletExternalResolver.java | 7 +-
java/org/apache/coyote/Request.java | 27 +++
java/org/apache/coyote/Response.java | 26 +++
10 files changed, 240 insertions(+), 300 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]