Dave Heath created DIRMINA-1080:
-----------------------------------
Summary: Support the PATCH HTTP 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
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)