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 10:48:15 UTC

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

Carsten Ziegeler created FELIX-4037:
---------------------------------------

             Summary: 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