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 ea3e99f2f0 Remove out of date comments.
ea3e99f2f0 is described below

commit ea3e99f2f081f27baf96e9d73d052b0272d89fa3
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 22436d3364..b956d2808b 100644
--- a/java/org/apache/tomcat/util/buf/UDecoder.java
+++ b/java/org/apache/tomcat/util/buf/UDecoder.java
@@ -105,10 +105,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