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