You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Freedman (JIRA)" <de...@myfaces.apache.org> on 2009/05/21 01:07:45 UTC

[jira] Resolved: (PORTLETBRIDGE-73) ExternalContext.encodeResource should support opaque resource URLs as a noop

     [ https://issues.apache.org/jira/browse/PORTLETBRIDGE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Freedman resolved PORTLETBRIDGE-73.
-------------------------------------------

    Resolution: Fixed

> ExternalContext.encodeResource should support opaque resource URLs as a noop
> ----------------------------------------------------------------------------
>
>                 Key: PORTLETBRIDGE-73
>                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-73
>             Project: MyFaces Portlet Bridge
>          Issue Type: Bug
>    Affects Versions: 1.0.0-beta, 2.0.0-alpha
>            Reporter: Michael Freedman
>            Assignee: Michael Freedman
>
> Currently the bridge delegates all faces urls to the portlet api to encode. The portlet api can only encode hierarchical URLs like http:.  If someone uses javascript: or mailto: the bridge fails because the portlet api throws an exception.  Instead the bridge should recognize these non-hierarchical urls and not encode them (return them unchanged.).

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