This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 479b1fbf46 Remove out of date comments.
479b1fbf46 is described below
commit 479b1fbf462628204d29391bf3b25869fc6903cd
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 ec329c6c9a..42337e49d9 100644
--- a/java/org/apache/tomcat/util/buf/UDecoder.java
+++ b/java/org/apache/tomcat/util/buf/UDecoder.java
@@ -103,10 +103,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]