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.