I'm using Jetty 8 as embedded server in a project. Everything works as expected, except multipart/form-data requests.
My servlet which has to process the multipart/form-data requests works fine, - I've tested it with the RunJettyRun plugin of eclipse. That's why the embedded server code must be the guilty part.
My code follows the jetty examples like this. I've searching the internet since 2 days, but didn't find out how to config jetty.
Every hint is welcome, kind regards, Sea