[ 
https://issues.apache.org/jira/browse/TOBAGO-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17067900#comment-17067900
 ] 

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

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


> 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:x...@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)

Reply via email to