This is an automated email from the ASF dual-hosted git repository.
dsoumis 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 a16c32afa7 Fix comment
a16c32afa7 is described below
commit a16c32afa7a9a25a0468a2e87685d193b5d497fa
Author: Dimitris Soumis <[email protected]>
AuthorDate: Wed Jan 14 18:46:00 2026 +0200
Fix comment
---
test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
b/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
index eb7fa10189..c6aa974b2c 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TesterOcspResponder.java
@@ -30,12 +30,12 @@ import org.junit.Assert;
import org.apache.tomcat.util.net.TesterSupport;
/*
- * The OpenSSL ocsp tool is great. But is does generate a lot of output. That
needs to be swallowed else the
- * process will freeze with the output buffers (stdout and stderr) are full.
+ * The OpenSSL ocsp tool is great, but it does generate a lot of output. That
output needs to be swallowed, else the
+ * process will freeze when the output buffers (stdout and stderr) are full.
*
- * There is a command line option to redirect stdout (which could be
redirected to /dev/null) but there is no option to
+ * There is a command line option to redirect stdout (which could be
redirected to /dev/null), but there is no option to
* redirect stderr. Therefore, this class uses a couple of dedicated threads
to read stdout and stderr. By default, the
- * output is ignored but it can be dumped to Java's stdout/stderr if required
for debugging purposes.
+ * output is ignored, but it can be dumped to Java's stdout/stderr if required
for debugging purposes.
*/
public class TesterOcspResponder {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]