You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Keith Godwin Chapman (JIRA)" <ji...@apache.org> on 2008/04/21 18:27:21 UTC

[jira] Created: (AXIS2-3759) REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present

REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present
-----------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3759
                 URL: https://issues.apache.org/jira/browse/AXIS2-3759
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Keith Godwin Chapman
            Assignee: Davanum Srinivas
            Priority: Blocker
             Fix For: 1.4


REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present. There was a bug in the parameter extractor where it looked for the queryParameterSeparator as the next constant. But in this case it should have been looking for ? instead.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3759) REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present

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

Davanum Srinivas resolved AXIS2-3759.
-------------------------------------

    Resolution: Fixed

Fixed in svn revision 650212

> REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3759
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3759
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Keith Godwin Chapman
>            Assignee: Davanum Srinivas
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: patch.txt
>
>
> REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present. There was a bug in the parameter extractor where it looked for the queryParameterSeparator as the next constant. But in this case it should have been looking for ? instead.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS2-3759) REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present

Posted by "Keith Godwin Chapman (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Keith Godwin Chapman updated AXIS2-3759:
----------------------------------------

    Attachment: patch.txt

Fixed in revision 650195 in trunk. Tested the fix and verified that it does not break anything either. Dims can you apply this to the 1.4 branch too

> REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3759
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3759
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Keith Godwin Chapman
>            Assignee: Davanum Srinivas
>            Priority: Blocker
>             Fix For: 1.4
>
>         Attachments: patch.txt
>
>
> REST GET invocations fail with httpLocations of the form foo/{name} when more than one parameter is present. There was a bug in the parameter extractor where it looked for the queryParameterSeparator as the next constant. But in this case it should have been looking for ? instead.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org