This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new c6ada2ab69 Remove unnecessary code
c6ada2ab69 is described below
commit c6ada2ab697fea12caa5de1896148e6e922b24a5
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Nov 15 09:45:55 2024 +0000
Remove unnecessary code
---
java/org/apache/coyote/Response.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/java/org/apache/coyote/Response.java
b/java/org/apache/coyote/Response.java
index 38559e11fc..bd835fa826 100644
--- a/java/org/apache/coyote/Response.java
+++ b/java/org/apache/coyote/Response.java
@@ -555,8 +555,6 @@ public final class Response {
return;
}
- this.contentType = m.toStringNoCharset();
-
String charsetValue = m.getCharset();
if (charsetValue == null) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]