-
Notifications
You must be signed in to change notification settings - Fork 5
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
URI validation: error with comma and semicolon #7
Comments
Hi @knit-bee! Proper URI validation a la RFC 3986 takes something like https://github.com/uriparser/uriparser . While I happen to be the main developer of uriparser, my role on rnv was mostly build system fixes, I have other duties, and rnv is in maintenance mode without truly active development already since roughly 2006. I see these ways forward:
Best, Sebastian PS: My GitHub profile has my e-mail contact for anything that would not fit a public reply on GitHub. |
Hi @hartwork , Your forward proposals all seem reasonable to me. Unfortunately, I'm not proficient in C, otherwise I would try to integrate uriparser myself. Maybe we can keep this issue open in the hope that someone else stumbles upon it who has the time and skill to tackle it. Best, Luise |
@knit-bee sure, let's keep it open. Is my understanding correct that this is about false negatives, i.e. you have a well-formed URI that contains a comma/semicolon and it should be tolerated but it is instead rejected as invalid? |
Yes, exactly! |
Hi @hartwork ,
I noticed that
rnv
doesn't validate URIs that contain a comma or semicolon.(This has been reported as a bug on the sourceforge page before.)
I was wondering if there is a chance that this behavior will be fixed in the (near) future?
Cheers, Luise
The text was updated successfully, but these errors were encountered: