You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gabriel Guardincerri (JIRA)" <ji...@apache.org> on 2009/06/16 23:40:07 UTC

[jira] Updated: (CXF-2294) HTTP-binding miss URL parameters for GET requests

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

Gabriel Guardincerri updated CXF-2294:
--------------------------------------

    Attachment: HTTP-binding_Test.jar

> HTTP-binding miss URL parameters for GET requests
> -------------------------------------------------
>
>                 Key: CXF-2294
>                 URL: https://issues.apache.org/jira/browse/CXF-2294
>             Project: CXF
>          Issue Type: Bug
>          Components: REST
>    Affects Versions: 2.1.5, 2.2.2
>            Reporter: Gabriel Guardincerri
>             Fix For: 2.0.12, 2.2.3
>
>         Attachments: HTTP-binding_Test.jar
>
>
> The problem occurs with HTTP-binding implementation. When a client makes a GET request and the URL has some parameters, all the parameters that the java implementation of that services are null.
> There is a jar attached with sample code to reproduce the problem. That code works with CXF 2.0.11, but doesn't work with 2.1.5 or 2.2.2.
> The server class is "demo.resful.server.Server", run it first. Then run the client that is "demo.resful.client.Client". The .jar does NOT contain the libraries to run.
> The client writes the response to system out and it should be:
> <ns1:sayHiResponse xmlns:ns1="http://jivesoftware.com/clearspace/webservices"><return>Hello Daniel</return></ns1:sayHiResponse>
> But with version 2.1.5 or 2.2.2 you get
> <ns2:sayHiResponse xmlns:ns2="http://jivesoftware.com/clearspace/webservices"><return>Hello null</return></ns2:sayHiResponse>

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