Am 17.12.2021 um 14:14 schrieb Carsten Ziegeler:
Interestingly even servlet api 5 has no notion of patch

(https://javadoc.io/doc/jakarta.servlet/jakarta.servlet-api/latest/jakarta/servlet/http/HttpServlet.html)
...

Well, the set of method names in HTTP is extensible, and the servlet API
really doesn't need to support it.

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).

Best regards, Julian

Reply via email to