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

ASF GitHub Bot commented on SLING-7000:
---------------------------------------

GitHub user Buuhuu opened a pull request:

    https://github.com/apache/sling/pull/247

    SLING-7000

    Applied SLING-7000-v2.patch attached to the issue. Unfortunately we lost 
the rename of PathInfoTest.java to ModifiableRequestPathInfoTest.java.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Buuhuu/sling SLING-7000

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/sling/pull/247.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #247
    
----
commit 72516b5072c2b22e2c95adc094446eaaee835d02
Author: Dirk Rudolph <[email protected]>
Date:   2017-07-25T16:38:16Z

    SLING-7000: applied SLING-7000-v2.patch

----


> HTL: URIManipulatorFilterExtension destroys opaque URIs
> -------------------------------------------------------
>
>                 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
>            Assignee: Radu Cotescu
>         Attachments: SLING-7000-v01-test.patch, SLING-7000-v1.patch, 
> SLING-7000-v2.patch
>
>
> 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 (or any other opaque URI) the value is completely messed up.
> {code:java}
> <a href="${'mailto:[email protected]' @ extension='html'}">
> {code}
> The {{URIManipulationFilterExtension}} returns 
> {code}
> mailto://null.html
> {code} 
> through its {{call(...)}} method with parameter {{arguments}} being set to 
> {code}
> [mailto:[email protected], {extension=html}]
> {code}



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

Reply via email to