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

Guillaume Nodet resolved FELIX-1100.
------------------------------------

       Resolution: Fixed
    Fix Version/s: karaf-1.0.0
         Assignee: Guillaume Nodet

I think this one is solved because we don't use commons-vfs anymore so http 
urls are handled correctly.

> Cat Command fails to display ?wsdl files 
> -----------------------------------------
>
>                 Key: FELIX-1100
>                 URL: https://issues.apache.org/jira/browse/FELIX-1100
>             Project: Felix
>          Issue Type: Bug
>          Components: Karaf
>            Reporter: Edell Nolan
>            Assignee: Guillaume Nodet
>             Fix For: karaf-1.0.0
>
>
> If you have installed a webservice and you attempt to display the wsdl file 
> using query parameters it fails
> s...@root:/> cat http://localhost:8080/cxf/HelloWorld?wsdl
> ERROR CommandLineExecutionFailed: 
> org.apache.geronimo.gshell.command.CommandExce
> ption: org.apache.commons.vfs.FileSystemException: Could not determine the 
> type
> of file "http://localhost:8080/cxf/HelloWorld";.
> The problem here is that the
> Kernel uses the latest release of geronimo-gshell which was changed since the 
> last release and this uses the apache commons vfs component for its file 
> support but I am not sure that the vfs component supports query parameters as 
> its from using the resolve in org.apache.commons.vfs code that it returns 
> with the URL without the extension so it then can't determine the file type. 

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

Reply via email to