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 "Senaka Fernando (JIRA)" <ji...@apache.org> on 2008/02/28 19:23:51 UTC

[jira] Created: (AXIS2C-1020) axutil_uri_parse_string() succeeds for erroneous uri strings

axutil_uri_parse_string() succeeds for erroneous uri strings
------------------------------------------------------------

                 Key: AXIS2C-1020
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1020
             Project: Axis2-C
          Issue Type: Bug
          Components: util
    Affects Versions: 1.3.0
            Reporter: Senaka Fernando
            Assignee: Senaka Fernando


axutil_uri_parse_string() succeeds for erroneous uri strings, and wont return NULL. Also, there is a memory leak at the NULL return case.

-- 
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] Updated: (AXIS2C-1020) axutil_uri_parse_string() succeeds for erroneous uri strings

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

Senaka Fernando updated AXIS2C-1020:
------------------------------------

    Description: axutil_uri_parse_string() succeeds for erroneous uri strings, and wont return NULL. Also, there is a memory leak at the NULL return case. Examples are, .home.netscape.com:9090/path?foo=bar#rel, http://home.netscape.com:9090//path?foo=bar#rel, htpp://home.netscape.com:9090/path?foo=bar#rel, and //home.netscape.com:9090/path?foo=bar#rel  (was: axutil_uri_parse_string() succeeds for erroneous uri strings, and wont return NULL. Also, there is a memory leak at the NULL return case.)

> axutil_uri_parse_string() succeeds for erroneous uri strings
> ------------------------------------------------------------
>
>                 Key: AXIS2C-1020
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1020
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.3.0
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>
> axutil_uri_parse_string() succeeds for erroneous uri strings, and wont return NULL. Also, there is a memory leak at the NULL return case. Examples are, .home.netscape.com:9090/path?foo=bar#rel, http://home.netscape.com:9090//path?foo=bar#rel, htpp://home.netscape.com:9090/path?foo=bar#rel, and //home.netscape.com:9090/path?foo=bar#rel

-- 
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] Resolved: (AXIS2C-1020) axutil_uri_parse_string() succeeds for erroneous uri strings

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

Senaka Fernando resolved AXIS2C-1020.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: Current (Nightly)

Fixed This issue. However, some errors are unstoppable as they are valid in the context of RFC3986, but can't be handled.

ex:- htpp://home.netscape.com:9090/path?foo=bar#rel, http://home.netscape.com/path:9090?foo=bar#rel, http:9090//home.netscape.com/path?foo=bar#rel and http://home.netscape.com:9090//path?foo=bar#rel.

Regards,
Senaka

> axutil_uri_parse_string() succeeds for erroneous uri strings
> ------------------------------------------------------------
>
>                 Key: AXIS2C-1020
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1020
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.3.0
>            Reporter: Senaka Fernando
>            Assignee: Senaka Fernando
>             Fix For: Current (Nightly)
>
>
> axutil_uri_parse_string() succeeds for erroneous uri strings, and wont return NULL. Also, there is a memory leak at the NULL return case. Examples are, .home.netscape.com:9090/path?foo=bar#rel, http://home.netscape.com:9090//path?foo=bar#rel, htpp://home.netscape.com:9090/path?foo=bar#rel, and //home.netscape.com:9090/path?foo=bar#rel

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