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/02 16:11:53 UTC

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

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