Alessio here is the discussion thread. Thought reply all was happening.
>>>>>> Heiko wrote:
>>>>>> While working on the microprofile rest client I noticed that a test registers a ParamConverter
>>>>>> on a JAX-RS client. It’s intended to modify the invocation parameters prior to the actual HTTP
>>>>>> request. It doesn't seem to be executed by the RESTeasy client implementation and I wonder if
>>>>>> this intentionally being ignored On the client side (maybe a spec thing?)
>>>>>>
>>>>>> Regards, Heiko
>>>>>>
>>>>> Rebecca wrote:
>>>>>This is executed on the server side of resteasy not the client side.
>>>>>
>>>> Heiko wrote:
>>>> Yes, I know it works for the server side, but is there a reason why that shouldn’t be with a client?
>>>
>>> Rebecca wrote:
>>> I would think it would be desirable to transmit the users *original* data and process it on the backend
>>> rather than alter the original data and transmit that. I do not find any spec statements related to this
>>> other than converters are discussion in the section on producers. My guess is, this is the common
>>> means of handling this among jaxrs implementations.
>>>
>> Heiko wrote:
>>
>> Yes, I agree and would have thought the same. But it appears as if the CXF impl treats it differently.
>>
> Rebecca wrote:
>
> I suggest filing an enhancement request for Resteasy.
> It would be most helpful to provide in the jira a simple app to demonstrate the issue.
---------- Forwarded message ----------
From:
Alessio Soldano <asoldano@redhat.com>Date: Mon, Feb 5, 2018 at 9:30 AM
Subject: Fwd: [resteasy-dev] ParamConverter usage on client side
To: Rebecca Searls <
rsearls@redhat.com>
Hi Rebecca,
did you answer here? If so, please forward the message to the mailing list, I didn't get it, so I assume it went to Heiko only.
Thanks
Alessio
---------- Forwarded message ----------
From:
Heiko Braun <ike.braun@googlemail.com>Date: Mon, Feb 5, 2018 at 3:22 PM
Subject: Re: [resteasy-dev] ParamConverter usage on client side
To: Wei Nan Li <
weli@redhat.com>
Cc: Alessio Soldano <
asoldano@redhat.com>
No worries, I think Rebecca answered my questions already.
Heiko
On 5. February 2018 at 14:50:26, Wei Nan Li (weli@redhat.com) wrote:
Hi Heiko,
Sorry I'm still checking on this topic, and let me give you my
response by Wednesday.