lantunes / fixd

An HTTP Server Fixture for Testing HTTP Clients and mocking web services, and a Java Micro Web Framework
http://bigtesting.org/fixd
Apache License 2.0
41 stars 6 forks source link

Cannot find a handler for POST with multipart data #32

Closed lantunes closed 9 years ago

lantunes commented 9 years ago

See:

http://stackoverflow.com/questions/25624161/cannot-find-a-handler-for-post-with-boundary

lantunes commented 9 years ago

When reading the content-type from the underlying request, call request.getContentType().getType(), which should return the primary and secondary types only, and not the boundary part.