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

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17067857#comment-17067857 ] 

Hudson commented on TOBAGO-2023:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago 4.x #120 (See [https://builds.apache.org/job/Tobago%204.x/120/])
TOBAGO-2023: An anchor href with mailto: entry must not use + to escape (github: rev d348c44bc6fed376ab436870f43812c5fa1f2d96)
* (edit) tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/90-release-checklist/release-checklist.xhtml
* (edit) tobago-example/tobago-example-demo/src/main/webapp/script/demo.js
* (edit) tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/OperationTagDeclaration.java
* (edit) tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/RenderUtils.java
* (add) tobago-core/src/test/java/org/apache/myfaces/tobago/internal/util/RenderUtilsUnitTest.java


> 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)