[
https://issues.apache.org/jira/browse/DIRMINA-1080?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16404945#comment-16404945
]
Dave Heath commented on DIRMINA-1080:
-------------------------------------
It's not the same implementation as the HTTP/1.1 spec, and they do reference
the original PATCH method in Appendix A of RFC 5789. PATCH was rarely used
until 5789 was approved in 2010.
> Support the HTTP PATCH method
> -----------------------------
>
> Key: DIRMINA-1080
> URL: https://issues.apache.org/jira/browse/DIRMINA-1080
> Project: MINA
> Issue Type: Improvement
> Components: Protocol - HTTP
> Affects Versions: 2.0.16
> Reporter: Dave Heath
> Assignee: Jonathan Valliere
> Priority: Major
> Attachments: Add_PATCH_Support.patch
>
>
> The HTTP PATCH method is currently rejected by MINA because it isn't included
> in the HttpMethod enum. Here is the RFC for PATCH:
> [https://tools.ietf.org/html/rfc5789]
> The attached patch solves the problem on my system, simply by adding PATCH to
> HttpMethod.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)