This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 9a742a5fd1 Remove out of date comments.
9a742a5fd1 is described below
commit 9a742a5fd1e2781de06cda9287d2f264cacc81b9
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Mar 24 08:37:48 2025 +0000
Remove out of date comments.
---
java/org/apache/tomcat/util/buf/package.html | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/java/org/apache/tomcat/util/buf/package.html
b/java/org/apache/tomcat/util/buf/package.html
index 44dac39bbd..4852690ed2 100644
--- a/java/org/apache/tomcat/util/buf/package.html
+++ b/java/org/apache/tomcat/util/buf/package.html
@@ -26,12 +26,6 @@ B2C converters are caching an ISReader/OSWriter and keep
everything allocated to
in any VM without any garbage.
<p>
-This package must accommodate future extensions and additional converters (
most important: the nio.charset,
-which should be detected and used if available ). Also, we do have one
handwritten UTF8Decoder, and
-other tuned encoders could be added.
-
-<p>
-My benchmarks ( I'm costin :-) show only small differences between C2B, B2C
and handwritten coders/decoders,
-so UTF8Decoder may be disabled.
+This package must accommodate future extensions and additional converters.
</body></html>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]