Skip to content

Commit

Permalink
Fix #74599: parse_url allows bad characters in the common name
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
cmb69 committed Sep 24, 2021
1 parent 416b9e9 commit e95ae8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reference/url/functions/parse-url.xml
Expand Up @@ -34,8 +34,7 @@
<term><parameter>url</parameter></term>
<listitem>
<para>
The URL to parse. Invalid characters are replaced by
<literal>_</literal>.
The URL to parse.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit e95ae8d

Please sign in to comment.