This is an automated email from the ASF dual-hosted git repository.
rjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new 2e95f74b2 Fix comment describing function behavior
2e95f74b2 is described below
commit 2e95f74b2224d677945a94ca8ba4fe488a3da9c1
Author: Rainer Jung <[email protected]>
AuthorDate: Sat Aug 12 19:29:54 2023 +0200
Fix comment describing function behavior
---
native/common/jk_url.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/native/common/jk_url.c b/native/common/jk_url.c
index 9d4e1a586..bc0680f7b 100644
--- a/native/common/jk_url.c
+++ b/native/common/jk_url.c
@@ -169,9 +169,9 @@ static char x2c(const char *what)
* @param plus If non zero, '+' is converted to ' ' as per
* application/x-www-form-urlencoded encoding
* @param len If set, the length of the unescaped string will be returned
- * @return JK_TRUE on success, JK_FALSE if no characters are
- * decoded or the string is NULL, if a bad escape sequence is
- * found, or if a character on the forbid list is found.
+ * @return JK_TRUE on success, JK_FALSE if the string is NULL,
+ * if a bad escape sequence is found, or if a character on the
+ * forbid list is found.
* Implementation copied from APR 1.5.x.
*/
int jk_unescape_url(char *const unescaped,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]