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 31e02d0062 Refactor to enforce 1-2-1 mapping for OutputBuffer and 
Coyote response
     new 89864d971f Refactor to enforce 1-2-1 mapping for request and Coyote 
request
     new 32b1181b75 Refactor to enforce 1-2-1 mapping for request and 
InputBuffer
     new b62f70fe59 Remove unnecessary code

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/catalina/connector/Connector.java  | 12 +++-
 .../apache/catalina/connector/CoyoteAdapter.java   |  6 +-
 .../org/apache/catalina/connector/InputBuffer.java | 36 +++--------
 java/org/apache/catalina/connector/Request.java    | 34 +++++------
 .../TesterDigestAuthenticatorPerformance.java      |  2 +-
 .../apache/catalina/connector/TestResponse.java    |  6 +-
 .../apache/catalina/core/TestAsyncContextImpl.java |  3 +-
 .../catalina/filters/TestRemoteIpFilter.java       |  3 +-
 test/org/apache/catalina/realm/TestRealmBase.java  |  2 +-
 .../catalina/session/TestPersistentManager.java    |  2 +-
 .../apache/catalina/valves/TestRemoteIpValve.java  | 70 ++++++++--------------
 .../catalina/valves/TestRequestFilterValve.java    |  5 +-
 test/org/apache/catalina/valves/TestSSLValve.java  |  3 +-
 test/org/apache/tomcat/unittest/TesterRequest.java |  2 +-
 .../util/http/TestRequestUtilSameOrigin.java       |  2 +-
 15 files changed, 69 insertions(+), 119 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to