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 2007/04/04 10:56:32 UTC

[jira] Created: (AXIS2-2470) Httplocation not resolved correctly

Httplocation not resolved correctly
-----------------------------------

                 Key: AXIS2-2470
                 URL: https://issues.apache.org/jira/browse/AXIS2-2470
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: kernel
            Reporter: Keith Godwin Chapman


Currently httpLocation is always appended to the base uri (base uri + "/") in order that the url resolves correctly. But an error occurs when the httplocation starts with a "? wich leads to urls of the following form

/axis2/services/MessageTest3GService/?op=GuaranteedFault

It should rather be  

/axis2/services/MessageTest3GService?op=GuaranteedFault

Thanks,
Keith

-- 
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-2470) Httplocation not resolved correctly

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

Keith Godwin Chapman resolved AXIS2-2470.
-----------------------------------------

    Resolution: Fixed

Fixed in rivision 525464.

> Httplocation not resolved correctly
> -----------------------------------
>
>                 Key: AXIS2-2470
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2470
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>            Reporter: Keith Godwin Chapman
>
> Currently httpLocation is always appended to the base uri (base uri + "/") in order that the url resolves correctly. But an error occurs when the httplocation starts with a "? wich leads to urls of the following form
> /axis2/services/MessageTest3GService/?op=GuaranteedFault
> It should rather be  
> /axis2/services/MessageTest3GService?op=GuaranteedFault
> Thanks,
> Keith

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