You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Udo Schnurpfeil (Jira)" <de...@myfaces.apache.org> on 2020/03/26 17:08:00 UTC

[jira] [Resolved] (TOBAGO-2023) An anchor href with mailto: entry must not use + to escape spaces

     [ https://issues.apache.org/jira/browse/TOBAGO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-2023.
-------------------------------------
    Resolution: Fixed

> An anchor href with mailto: entry must not use + to escape spaces 
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-2023
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-2023
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Themes
>            Reporter: Udo Schnurpfeil
>            Assignee: Udo Schnurpfeil
>            Priority: Major
>             Fix For: 4.5.0, 5.0.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using 
> {code:java}
> <a href="mailto:xyz@apache.org?subject=Nice Framework">Mail</a>
> {code}
> the Mail client will open with Subject: Nice+Framework. This is also for the mail body.
> The reason is, that in this case not normal URL encode can apply. [RFC 6068|https://tools.ietf.org/html/rfc6068] Section 5 the 3nd text block  suggests to avoid using '+' and ' ' (space), but using %20 and %2B instead.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)