You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2013/04/26 11:04:18 UTC

[jira] [Resolved] (FELIX-4037) URL parsing is not compatible with ConfigurationRender plugin

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

Carsten Ziegeler resolved FELIX-4037.
-------------------------------------

    Resolution: Fixed

Fixed in revision 1476116

Like with the old plugin from the web console, a request to config/{something}.nfo return the html output of that status printer. If none with the name exists 404 is returned.
For all other extensions (txt and zip), either the result of the specified printer is returned or if it doesn't exist, the output for all is returned.
                
> URL parsing is not compatible with ConfigurationRender plugin
> -------------------------------------------------------------
>
>                 Key: FELIX-4037
>                 URL: https://issues.apache.org/jira/browse/FELIX-4037
>             Project: Felix
>          Issue Type: Bug
>          Components: Inventory
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: inventory-1.0.0
>
>
> The url parsing is not compatible to the ConfigurationRender plugin which was previously responding to all requests.
> Requests like /config/{something}{.txt|.nfo|.zip} where handled like this:
> If {something} was a valid label of a plugin, only this plugin was rendered
> If not, all plugins where rendered.
> Currently the new behaviour is:
> All plugins are rendered except if .nfo is used, then a 404 is thrown
> For backwards compatibility we should support the old way as well

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira