You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Mansour (JIRA)" <ji...@apache.org> on 2007/08/01 19:17:53 UTC

[jira] Created: (CXF-873) REST path is not fully evaluted

REST path is not fully evaluted
-------------------------------

                 Key: CXF-873
                 URL: https://issues.apache.org/jira/browse/CXF-873
             Project: CXF
          Issue Type: Bug
          Components: Samples
         Environment: MacOS 10, Java 1.5.0_07
            Reporter: Mansour


Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
and on both:

http://localhost:8080/xml/customers

and

http://localhost:8080/xml/customers/123

the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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


[jira] Closed: (CXF-873) REST path is not fully evaluted

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

Sean O'Callaghan closed CXF-873.
--------------------------------

    Resolution: Fixed

tested against 2.1 and demo works correctly.

> REST path is not fully evaluted
> -------------------------------
>
>                 Key: CXF-873
>                 URL: https://issues.apache.org/jira/browse/CXF-873
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>         Environment: MacOS 10, Java 1.5.0_07
>            Reporter: Mansour
>            Assignee: Sean O'Callaghan
>
> Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
> and on both:
> http://localhost:8080/xml/customers
> and
> http://localhost:8080/xml/customers/123
> the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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


[jira] Assigned: (CXF-873) REST path is not fully evaluted

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

Jervis Liu reassigned CXF-873:
------------------------------

    Assignee: Dan Diephouse  (was: Jervis Liu)

This is same to the issue reported in mailing list:

http://mail-archives.apache.org/mod_mbox/incubator-cxf-user/200708.mbox/%3ced158b480708021228m4483740x5d3d021d574b0677@mail.gmail.com%3e

> REST path is not fully evaluted
> -------------------------------
>
>                 Key: CXF-873
>                 URL: https://issues.apache.org/jira/browse/CXF-873
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>         Environment: MacOS 10, Java 1.5.0_07
>            Reporter: Mansour
>            Assignee: Dan Diephouse
>
> Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
> and on both:
> http://localhost:8080/xml/customers
> and
> http://localhost:8080/xml/customers/123
> the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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


[jira] Commented: (CXF-873) REST path is not fully evaluted

Posted by "Mansour (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517270 ] 

Mansour commented on CXF-873:
-----------------------------

Actually, if you issue:

http://localhost:8080/xml/customersxxxxx

you still get the list of customers, looks like it is matching with whatever is starting with the path.
Hope that helps.

> REST path is not fully evaluted
> -------------------------------
>
>                 Key: CXF-873
>                 URL: https://issues.apache.org/jira/browse/CXF-873
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>         Environment: MacOS 10, Java 1.5.0_07
>            Reporter: Mansour
>            Assignee: Jervis Liu
>
> Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
> and on both:
> http://localhost:8080/xml/customers
> and
> http://localhost:8080/xml/customers/123
> the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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


[jira] Assigned: (CXF-873) REST path is not fully evaluted

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

Jervis Liu reassigned CXF-873:
------------------------------

    Assignee: Jervis Liu

> REST path is not fully evaluted
> -------------------------------
>
>                 Key: CXF-873
>                 URL: https://issues.apache.org/jira/browse/CXF-873
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>         Environment: MacOS 10, Java 1.5.0_07
>            Reporter: Mansour
>            Assignee: Jervis Liu
>
> Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
> and on both:
> http://localhost:8080/xml/customers
> and
> http://localhost:8080/xml/customers/123
> the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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


[jira] Assigned: (CXF-873) REST path is not fully evaluted

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

Sean O'Callaghan reassigned CXF-873:
------------------------------------

    Assignee: Sean O'Callaghan  (was: Dan Diephouse)

> REST path is not fully evaluted
> -------------------------------
>
>                 Key: CXF-873
>                 URL: https://issues.apache.org/jira/browse/CXF-873
>             Project: CXF
>          Issue Type: Bug
>          Components: Samples
>         Environment: MacOS 10, Java 1.5.0_07
>            Reporter: Mansour
>            Assignee: Sean O'Callaghan
>
> Updated the restful_http_binding sample with println statements to print the method name that is being invoked.
> and on both:
> http://localhost:8080/xml/customers
> and
> http://localhost:8080/xml/customers/123
> the getCustomers (note the plural !) is being called.   Looks like the full path info is not evaluated.

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