You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Francesco Emmi (JIRA)" <ji...@apache.org> on 2011/01/26 15:30:44 UTC

[jira] Created: (AXIS2C-1532) Last POST parameter is skipped when it has no value

Last POST parameter is skipped when it has no value
---------------------------------------------------

                 Key: AXIS2C-1532
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1532
             Project: Axis2-C
          Issue Type: Bug
          Components: build system (Unix/Linux)
    Affects Versions: 1.6.0
            Reporter: Francesco Emmi


Suppose to reach an Axis service  using REST with a call like:

your_service/your_method?param1=value1&param2=

param2 will not be inserted into the parameters hash table and wont be sent to the the service. This will cause that the correspondent method will not be found

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org


[jira] Updated: (AXIS2C-1532) Last POST parameter is skipped when it has no value

Posted by "Francesco Emmi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Francesco Emmi updated AXIS2C-1532:
-----------------------------------

    Attachment: patch.diff

> Last POST parameter is skipped when it has no value
> ---------------------------------------------------
>
>                 Key: AXIS2C-1532
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1532
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system (Unix/Linux)
>    Affects Versions: 1.6.0
>            Reporter: Francesco Emmi
>         Attachments: patch.diff
>
>
> Suppose to reach an Axis service  using REST with a call like:
> your_service/your_method?param1=value1&param2=
> param2 will not be inserted into the parameters hash table and wont be sent to the the service. This will cause that the correspondent method will not be found

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


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org