Reviewers: louiscryan, awiner, Description: Change to make sure that content-type check is only performed for "request" form-data item in the case of multipart/form-data. Added couple of tests around this usecase.
https://issues.apache.org/jira/browse/SHINDIG-1009 Please review this at http://codereview.appspot.com/32125 Affected files: common/src/main/java/org/apache/shindig/protocol/JsonRpcServlet.java common/src/test/java/org/apache/shindig/protocol/JsonRpcServletTest.java