You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "sreeharsha panguluri (JIRA)" <ji...@apache.org> on 2015/03/05 21:41:38 UTC

[jira] [Created] (CXF-6281) Target Method match algorithm to identify with in a resource class.

sreeharsha panguluri created CXF-6281:
-----------------------------------------

             Summary: Target Method match algorithm to identify with in a resource class.
                 Key: CXF-6281
                 URL: https://issues.apache.org/jira/browse/CXF-6281
             Project: CXF
          Issue Type: New Feature
          Components: JAX-RS
            Reporter: sreeharsha panguluri
            Priority: Trivial
             Fix For: NeedMoreInfo


I am trying to have two methods with same http method type and have the same number of path params but of different type.

Have debugged through the code and looks like only the number of parameters are being considered while matching the target method.

I guess getting the parameter java types and matching it based on the types will give the framework more flexibility while being used by the developers not knowing this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)