Use POST in addition to PUT on method calls in tika-server
----------------------------------------------------------
Key: TIKA-891
URL: https://issues.apache.org/jira/browse/TIKA-891
Project: Tika
Issue Type: Improvement
Components: general
Reporter: Chris A. Mattmann
Assignee: Chris A. Mattmann
Priority: Trivial
Fix For: 1.2
Per Jukka's email:
http://s.apache.org/uR
It would be a better use of REST/HTTP "verbs" to use POST to put content to a
resource where we don't intend to store that content (which is the implication
of PUT). Max suggested adding:
{code}
@POST
{code}
annotations to the methods we are currently exposing using PUT to take care of
this.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira