You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2017/04/28 19:39:52 UTC

svn commit: r1793142 - /tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

Author: markt
Date: Fri Apr 28 19:39:52 2017
New Revision: 1793142

URL: http://svn.apache.org/viewvc?rev=1793142&view=rev
Log:
Bah. And another one

Modified:
    tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java

Modified: tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java?rev=1793142&r1=1793141&r2=1793142&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java (original)
+++ tomcat/trunk/java/org/apache/tomcat/util/buf/UDecoder.java Fri Apr 28 19:39:52 2017
@@ -313,7 +313,7 @@ public final class UDecoder {
      * string is not a query string.
      *
      * @param str The url-encoded string
-     * @param enc The encoding to use; if null, the default encoding is used. If
+     * @param enc The encoding to use; if null, UTF-8 is used. If
      * an unsupported encoding is specified null will be returned
      * @return the decoded string
      * @exception IllegalArgumentException if a '%' character is not followed



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org