You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "James W. Carman (Jira)" <ji...@apache.org> on 2020/11/19 21:15:00 UTC

[jira] [Commented] (CXF-8376) Misleading Error Message From UriBuilder.path(Method)

    [ https://issues.apache.org/jira/browse/CXF-8376?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17235747#comment-17235747 ] 

James W. Carman commented on CXF-8376:
--------------------------------------

If you would like me to backport this fix to other branches, just let me know. I can do that.

> Misleading Error Message From UriBuilder.path(Method)
> -----------------------------------------------------
>
>                 Key: CXF-8376
>                 URL: https://issues.apache.org/jira/browse/CXF-8376
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-RS
>    Affects Versions: 3.4.1
>            Reporter: James W. Carman
>            Priority: Minor
>
> When passing in a method which has no `@Path` annotation, the error message always uses java.lang.reflect.Method as the class name, since it calls getClass() on the Method object passed in to build the error message.
> I'll be submitting a PR on GitHub here shortly.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)