You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/08/24 19:23:00 UTC

[jira] [Commented] (CXF-7448) Enable use of reflection in JAX-RS client by default

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

ASF GitHub Bot commented on CXF-7448:
-------------------------------------

Github user andymc12 commented on the issue:

    https://github.com/apache/cxf/pull/293
  
    committed with c886dc72fc4d714e9a28f17a1adbd641eaa5744e


> Enable use of reflection in JAX-RS client by default
> ----------------------------------------------------
>
>                 Key: CXF-7448
>                 URL: https://issues.apache.org/jira/browse/CXF-7448
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 3.2.0
>            Reporter: Andy McCright
>             Fix For: 3.2.0
>
>
> Per discussion on the dev list, we should enable the use of reflection for "non-standard" HTTP methods in the JAX-RS client.  By default, the HttpURLConnection will only allow "standard" HTTP methods, such as GET, PUT, POST, DELETE, OPTIONS and HEAD.  It does not include PATCH or other user-defined methods and will throw an exception when a user attempts to use one of these methods.
> CXF already works around this issue by using reflection to set HTTP method when a system property or message property is set.  This bypasses the check and allows the method to process.  For CXF 3.2, I would like to make this property enabled by default, so that these "non-standard" HTTP methods will work by default.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)