Hi Julian, > On 17 Dec 2021, at 16:45, Julian Reschke <[email protected]> wrote: > > OTOH, *if* Sling adds specific support for PATCH, it would be good if it > made it clear that it's really different from POST in what the payload's > semantics are (and that if you are using a format not defined with PATCH > semantics, you're doing it wrong).
In this particular case I just want the plumbing code in the servlet, so that an application that supports PATCH doesn’t need to write the boilerplate for each servlet that wants to process a PATCH request. The semantics IMO are each application’s concern, since there are multiple ways to implement support for PATCH, depending on the media/document type. Thanks, Radu
