Skip to content
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

Mailto URI containing a pipe character is considered invalid #1265

Closed
Matt-1 opened this issue Jul 1, 2021 · 1 comment
Closed

Mailto URI containing a pipe character is considered invalid #1265

Matt-1 opened this issue Jul 1, 2021 · 1 comment
Assignees
Labels
status: completed Work completed, can be closed type: false-positive This issue is about valid content being incorrectly rejected
Milestone

Comments

@Matt-1
Copy link

Matt-1 commented Jul 1, 2021

For a URI like

<a href="mailto:abc|@example.com">Test 2</a>,

epubcheck 4.2.6 reports:

ERROR(RSC-020): example.epub/EPUB/xhtml/epub30-overview.xhtml(8,35): "mailto:abc|@example.com" is not a valid URI.

According to RFC5322, the pipe character is an allowed character for the local part of an email address.

Thanks for looking into this!

example.zip

@rdeltour rdeltour self-assigned this Jul 1, 2021
@rdeltour rdeltour added status: accepted Ready to be further processed type: false-positive This issue is about valid content being incorrectly rejected labels Jul 1, 2021
@rdeltour
Copy link
Member

rdeltour commented Jul 1, 2021

Thanks for the report. I'll try to look into this for the next milestone.

@rdeltour rdeltour added this to the v4.2.7 milestone Jul 1, 2021
@rdeltour rdeltour modified the milestones: v4.2.7, v5.0.0 Nov 12, 2021
@rdeltour rdeltour modified the milestones: v5.0.0, v5.0.0-beta Apr 1, 2022
@rdeltour rdeltour added status: in progress The issue is being implemented by the development team and removed status: accepted Ready to be further processed labels Nov 16, 2022
@rdeltour rdeltour added status: completed Work completed, can be closed and removed status: in progress The issue is being implemented by the development team labels Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: completed Work completed, can be closed type: false-positive This issue is about valid content being incorrectly rejected
Projects
None yet
Development

No branches or pull requests

2 participants