Hi

I guess a single URI is sufficient, however I don't think it can be a request URI but has to be a UriBuilder produced URI based on Path annotations.

Consider @Path("{id}")

a method annotated with such Path should handle /1, /2, etc

Sergey
On 02/06/15 14:57, iris ding wrote:
Hi Sergy,

How about using:
message.get(Message.BASE_PATH) + ":" + rawPath + ":" + httpMethod + ":" +
requestContentType + ":" + acceptTypes;


I have a proposed solution for this and will open a jira for this. Let's
discuss the implementation details in it.

Thanks & Best Regards,

Iris Ding



--
View this message in context: 
http://cxf.547215.n5.nabble.com/Performance-Enhancement-for-CXF-jaxrs-tp5757703p5757878.html
Sent from the cxf-dev mailing list archive at Nabble.com.



--
Sergey Beryozkin

Talend Community Coders
http://coders.talend.com/

Blog: http://sberyozkin.blogspot.com

Reply via email to