Negative Array Size exception in Marketplace Adapter
[adapter] [exception] [marketplace] [NegativeArraySizeException] [uncaught exception] [zune marketplace]
Symptom
Getting NegativeArraySizeException while transferring file from MPA3.0 to MPA 7.10
Other terms
NegativeArraySizeException, Marketplace Adapter
Reason and Prerequisites
If the content type is set to “application/www-form-urlencoded”, then the servlet can access this content either by calling either getInputStream() method or getParameter() method (but not both) on the HTTP request.
Until SP16, we did not use getParameter() method in [...]