Re: Method annotated with @GET questions

2023-03-17 Thread Jean-Louis Monteiro
First your understanding is aligned with mine. Sending payloads with the GET method is discouraged but not forbidden. I have seen some cases in my career. Now concretely with TomEE, I'd need to double check CXF resolution. This piece of code is a bit complex, but I would not be surprised if it wou

Method annotated with @GET questions

2023-03-17 Thread COURTAULT Francois
Hello everyone, Is it relevant to annotate a @GET method with @Consumes knowing that it's not advised to have a payload for HTTP GET request even if it is not forbidden by the specification if I have well understood ? I ask this question because I have performed some tests with TomEE 8.0.14 an