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

Luca Cinquini resolved OODT-523.
--------------------------------

    Resolution: Fixed

Verified that after CXF update the "id" parameter can be correctly extracted 
from "@FormParam("id") String id".
                
> Update CXF dependency for Curator
> ---------------------------------
>
>                 Key: OODT-523
>                 URL: https://issues.apache.org/jira/browse/OODT-523
>             Project: OODT
>          Issue Type: Improvement
>          Components: curator
>    Affects Versions: 0.4
>            Reporter: Luca Cinquini
>            Assignee: Luca Cinquini
>             Fix For: 0.5
>
>
> Currently, Curator depends on CXF 2.3.1
> We should update this dependency so that we can for example remove this FIXME 
> in the MetadataResource class:
>     //FIXME: when https://issues.apache.org/jira/browse/CXF-3274
>     //is addressed
>     if (id == null) id = formParams.getFirst("id");
>     String productId = id.substring(id.lastIndexOf("/") + 1);

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

Reply via email to