You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by th...@gmail.com on 2009/04/04 11:03:24 UTC

Content-type check is only performed for "request" field in the case of multipart/form-data

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