You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Will Gomes (JIRA)" <ji...@apache.org> on 2008/09/24 20:09:44 UTC

[jira] Created: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

UrlUtilities.getStem is parsing a decoded URL
---------------------------------------------

                 Key: CXF-1821
                 URL: https://issues.apache.org/jira/browse/CXF-1821
             Project: CXF
          Issue Type: Bug
            Reporter: Will Gomes
             Fix For: 2.1.3
         Attachments: patch.txt

UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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


[jira] Resolved: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

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

Benson Margulies resolved CXF-1821.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1.3)
                   2.2
         Assignee: Willem Jiang  (was: Benson Margulies)

Please include in 2.1.x

> UrlUtilities.getStem is parsing a decoded URL
> ---------------------------------------------
>
>                 Key: CXF-1821
>                 URL: https://issues.apache.org/jira/browse/CXF-1821
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Will Gomes
>            Assignee: Willem Jiang
>             Fix For: 2.2
>
>         Attachments: patch.txt
>
>
> UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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


[jira] Assigned: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

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

Benson Margulies reassigned CXF-1821:
-------------------------------------

    Assignee: Benson Margulies

> UrlUtilities.getStem is parsing a decoded URL
> ---------------------------------------------
>
>                 Key: CXF-1821
>                 URL: https://issues.apache.org/jira/browse/CXF-1821
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Will Gomes
>            Assignee: Benson Margulies
>             Fix For: 2.1.3
>
>         Attachments: patch.txt
>
>
> UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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


[jira] Updated: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

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

Will Gomes updated CXF-1821:
----------------------------

    Attachment: patch.txt

> UrlUtilities.getStem is parsing a decoded URL
> ---------------------------------------------
>
>                 Key: CXF-1821
>                 URL: https://issues.apache.org/jira/browse/CXF-1821
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Will Gomes
>             Fix For: 2.1.3
>
>         Attachments: patch.txt
>
>
> UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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


[jira] Updated: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

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

Daniel Kulp updated CXF-1821:
-----------------------------

    Affects Version/s: 2.1.2
        Fix Version/s:     (was: 2.2)
                       2.1.3

> UrlUtilities.getStem is parsing a decoded URL
> ---------------------------------------------
>
>                 Key: CXF-1821
>                 URL: https://issues.apache.org/jira/browse/CXF-1821
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.2
>            Reporter: Will Gomes
>            Assignee: Willem Jiang
>             Fix For: 2.1.3
>
>         Attachments: patch.txt
>
>
> UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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


[jira] Closed: (CXF-1821) UrlUtilities.getStem is parsing a decoded URL

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

Willem Jiang closed CXF-1821.
-----------------------------


> UrlUtilities.getStem is parsing a decoded URL
> ---------------------------------------------
>
>                 Key: CXF-1821
>                 URL: https://issues.apache.org/jira/browse/CXF-1821
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.1.2
>            Reporter: Will Gomes
>            Assignee: Willem Jiang
>             Fix For: 2.1.3
>
>         Attachments: patch.txt
>
>
> UrlUtilities.getStem method parses a decoded uri path using lastIndexOf('/').  This returns an incorrect "stem" if the baseURI path contained an encoded forward slash. This in turn is results in the WSDLQueryHandler to not recognize a wsdl query.  I've attached a patch to fix this issue.

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