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

Konrad Windszus edited comment on SLING-7000 at 7/25/17 6:50 AM:
-----------------------------------------------------------------

This is due to some refactoring. I basically extracted PathInfo from an inner 
class to a new dedicated class ModifiableRequestPathInfo and similar for the 
test. It seems that SVN has problems with those refactorings. I therefore 
created a git style patch in [^SLING-7000-v2.patch] which contains further 
information on what has been changed. Let me know if that works for you.


was (Author: kwin):
This is due to some refactoring. I basically extracted PathInfo from an inner 
class to a new dedicated class ModifiableRequestPathInfo and similar for the 
test. It seems that SVN has problems with those refactorings. I therefore 
created a [^SLING-7000-v2.patch] which contains further information on what has 
been changed. Let me know if that works for you.

> 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:some.m...@apache.org' @ extension='html'}">
> {code}
> The {{URIManipulationFilterExtension}} returns 
> {code}
> mailto://null.html
> {code} 
> through its {{call(...)}} method with parameter {{arguments}} being set to 
> {code}
> [mailto:kon...@netcentric.biz, {extension=html}]
> {code}



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

Reply via email to