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 "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2006/10/26 14:40:19 UTC

[jira] Created: (AXIS2C-377) Apache module handle spaces incorrectly in REST Get method

Apache module handle spaces incorrectly in REST Get method
----------------------------------------------------------

                 Key: AXIS2C-377
                 URL: http://issues.apache.org/jira/browse/AXIS2C-377
             Project: Axis2-C
          Issue Type: Bug
          Components: core/transport
    Affects Versions: 0.95
            Reporter: Dinesh Premalal




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2C-377) Apache module handle spaces incorrectly in REST Get method

Posted by "Samisa Abeysinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2C-377?page=all ]

Samisa Abeysinghe updated AXIS2C-377:
-------------------------------------

    Fix Version/s: 1.0.0

> Apache module handle spaces incorrectly in REST Get method
> ----------------------------------------------------------
>
>                 Key: AXIS2C-377
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-377
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 0.95
>            Reporter: Dinesh Premalal
>             Fix For: 1.0.0
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2C-377) Apache module handle spaces incorrectly in REST Get method

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

Dinesh Premalal resolved AXIS2C-377.
------------------------------------

    Resolution: Fixed
      Assignee: Dinesh Premalal

> Apache module handle spaces incorrectly in REST Get method
> ----------------------------------------------------------
>
>                 Key: AXIS2C-377
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-377
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 0.95
>            Reporter: Dinesh Premalal
>         Assigned To: Dinesh Premalal
>             Fix For: 1.0.0
>
>


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


[jira] Commented: (AXIS2C-377) Apache module handle spaces incorrectly in REST Get method

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-377?page=comments#action_12444877 ] 
            
Dinesh Premalal commented on AXIS2C-377:
----------------------------------------

request
------------
GET /axis2/services/echo/echoString?text=Hello World! HTTP/1.1

User-Agent: Axis2/C

Host: 127.0.0.1

response
------------

HTTP/1.1 200 OK

Date: Thu, 26 Oct 2006 12:35:37 GMT

Server: Apache/2.2.0 (Unix)

Content-Length: 100

Connection: close

Content-Type: text/xml;charset=UTF-8



<ns1:echoString xmlns:ns1="http://ws.apache.org/axis2/c/samples"><text>Hello</text></ns1:echoString>




> Apache module handle spaces incorrectly in REST Get method
> ----------------------------------------------------------
>
>                 Key: AXIS2C-377
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-377
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 0.95
>            Reporter: Dinesh Premalal
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Commented: (AXIS2C-377) Apache module handle spaces incorrectly in REST Get method

Posted by "Sahan Gamage (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/AXIS2C-377?page=comments#action_12444912 ] 
            
Sahan Gamage commented on AXIS2C-377:
-------------------------------------

I am wondering what can we do in cases like this. Problem is, the above url is wrong (it is not url encoded). So either we can
1. Give an error (40x code or something)
2. Try to process the parameters which are in correct way.
I think the first one is more appropriate. (it is doing the later at the moment) But the problem is identifying the "url is wrong" costs in performance.

> Apache module handle spaces incorrectly in REST Get method
> ----------------------------------------------------------
>
>                 Key: AXIS2C-377
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-377
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/transport
>    Affects Versions: 0.95
>            Reporter: Dinesh Premalal
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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