-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linkify incorrectly parses array arguments #436
Comments
The url matching code is here: Lines 32 to 53 in 2f210e0
The comment there suggests that it'll match characters except those denoted as unsafe characters in RFC 1738. Unsafe characters like RFC 3986 updates RFC 1738 and has a set of reserved characters which includes I'm pretty busy for a while. I'll accept a PR if someone wants to do one. |
@willkg Removing |
The ¶ issue
I believe this happens somewhere in BleachHTMLSerializer class: bleach/bleach/html5lib_shim.py Line 661 in ed06d4e
|
The |
Thank you! I appreciate it! |
Thank you for writing this up! |
Hi.
Library version up to 3.1.0 incorrectly parses array and object url parameters:
As you see, url is split by [], loosing part of the link.
The text was updated successfully, but these errors were encountered: