You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Konrad Windszus (JIRA)" <ji...@apache.org> on 2017/07/06 13:15:01 UTC

[jira] [Comment Edited] (SLING-7000) HTL: URIManipulatorFilterExtension destroys mailto links

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

Konrad Windszus edited comment on SLING-7000 at 7/6/17 1:14 PM:
----------------------------------------------------------------

Although this behaviour is not explicitly specified this is similar to https://issues.apache.org/jira/browse/SLING-5632 and the expected behaviour would be that those links are not touched by the URI manipulator.


was (Author: kwin):
Although this behaviour is not explicitly specified this is similar to https://issues.apache.org/jira/browse/SLING-5632.

> HTL: URIManipulatorFilterExtension destroys mailto links
> --------------------------------------------------------
>
>                 Key: SLING-7000
>                 URL: https://issues.apache.org/jira/browse/SLING-7000
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting
>    Affects Versions: Scripting Sightly Engine 1.0.0, Scripting HTL Engine 1.0.34
>            Reporter: Konrad Windszus
>
> When using the URI manipulator's extension option (https://github.com/Adobe-Marketing-Cloud/htl-spec/blob/master/SPECIFICATION.md#125-uri-manipulation) on a mailto link the value is completely messed up.
> {code:java}
> <a href="${'mailto:some.mail@apache.org' @ extension='html'}">
> {code}
> The {{URIManipulationFilterExtension}} returns 
> {code}
> mailto://null.html
> {code} 
> through its {{call(...)}} method.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)