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

[jira] Created: (SLING-1013) Feed Entry IDs are URL-encoded

Feed Entry IDs are URL-encoded
------------------------------

                 Key: SLING-1013
                 URL: https://issues.apache.org/jira/browse/SLING-1013
             Project: Sling
          Issue Type: Bug
          Components: Scripting JSP
            Reporter: Lars Trieloff


The JSP taglib will URL-encode all IDs, but actually IDs should be URLs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-1013) Feed Entry IDs are URL-encoded

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lars Trieloff updated SLING-1013:
---------------------------------

    Attachment: SLING-1013.patch

calling UrlEncoding.encode(id) will encode all slashes, etc. on the ID, which means it is no longer a valid
URL. This patch fixes it,

> Feed Entry IDs are URL-encoded
> ------------------------------
>
>                 Key: SLING-1013
>                 URL: https://issues.apache.org/jira/browse/SLING-1013
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting JSP
>            Reporter: Lars Trieloff
>         Attachments: SLING-1013.patch
>
>
> The JSP taglib will URL-encode all IDs, but actually IDs should be URLs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1013) Feed Entry IDs are URL-encoded

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12721789#action_12721789 ] 

Felix Meschberger commented on SLING-1013:
------------------------------------------

Can you be a bit more specific with respect to the concrete issue ? Thanks.

> Feed Entry IDs are URL-encoded
> ------------------------------
>
>                 Key: SLING-1013
>                 URL: https://issues.apache.org/jira/browse/SLING-1013
>             Project: Sling
>          Issue Type: Bug
>          Components: Scripting JSP
>            Reporter: Lars Trieloff
>
> The JSP taglib will URL-encode all IDs, but actually IDs should be URLs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.