Re: [DISCUSS][2.0] FLIP-350: Remove query parameters from Jar handlers

2023-07-24 Thread Xintong Song
Same as I proposed in the FLIP-352 thread, the phasing out of the query parameters may also benefit from a REST API version bump. Best, Xintong On Mon, Jul 24, 2023 at 6:43 PM Chesnay Schepler wrote: > The jar handlers currently accept a variety of parameters both as query > parameters and v

[DISCUSS][2.0] FLIP-350: Remove query parameters from Jar handlers

2023-07-24 Thread Chesnay Schepler
The jar handlers currently accept a variety of parameters both as query parameters and via the request body. While it is primarily a problem for sending program args as query parameters, because it's a nightmare with escaping parameters, the remaining parameters should follow suite for consist