From e95ae8d94cf549dc125b9fc75ece4d38a648a29c Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 24 Sep 2021 18:16:24 +0200 Subject: [PATCH] Fix #74599: parse_url allows bad characters in the common name We remove this sentence altogether, because the return values section provides the correct info now (besides that "invalid" is not specific enough, the replacement is done on the result, not on the input). --- reference/url/functions/parse-url.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reference/url/functions/parse-url.xml b/reference/url/functions/parse-url.xml index 1bd7312bd7f8..dd27d6b80397 100644 --- a/reference/url/functions/parse-url.xml +++ b/reference/url/functions/parse-url.xml @@ -34,8 +34,7 @@ url - The URL to parse. Invalid characters are replaced by - _. + The URL to parse.