This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/10.1.x by this push:
     new ae7ab58e53 Remove out of date comments.
ae7ab58e53 is described below

commit ae7ab58e53a03829874cc969fea220621d1fa529
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Sep 2 17:11:01 2025 +0100

    Remove out of date comments.
---
 java/org/apache/tomcat/util/buf/UDecoder.java | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/java/org/apache/tomcat/util/buf/UDecoder.java 
b/java/org/apache/tomcat/util/buf/UDecoder.java
index 5a43e194b5..9cc78ae0da 100644
--- a/java/org/apache/tomcat/util/buf/UDecoder.java
+++ b/java/org/apache/tomcat/util/buf/UDecoder.java
@@ -101,10 +101,8 @@ public final class UDecoder {
      * URLDecode, will modify the source. Assumes source bytes are encoded 
using a superset of US-ASCII as per RFC 7230.
      *
      * @param mb                            The URL encoded bytes
-     * @param encodedSolidusHandling        How should the %2f sequence 
handled by the decoder? For query strings this
-     *                                          parameter will be ignored and 
the %2f sequence will be decoded
-     * @param encodedReverseSolidusHandling How should the %5c sequence 
handled by the decoder? For query strings this
-     *                                          parameter will be ignored and 
the %5c sequence will be decoded
+     * @param encodedSolidusHandling        How should the %2f sequence 
handled by the decoder?
+     * @param encodedReverseSolidusHandling How should the %5c sequence 
handled by the decoder?
      *
      * @throws IOException Invalid %xx URL encoding
      */


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to