Jersey ApacheConnector MultiPart file upload - no multipart boundary was found
问题 I hope someone can help, I've written a client to my spring webmvc app, for the client I am using jersey and the ApacheConnector. I need to keep the jsessionid and can't see how I can do that with jersey's HttpUrlConnector. I should also mention that before I needed to keep track of the session the file upload service worked with jersey's HttpUrlConnector. I know the spring webmvc file upload service works because my web front end is able to upload a file. Just for completeness it looks like