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 16:30:07 UTC

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

     [ 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.