mufasa1976 commented on PR #314:
URL: 
https://github.com/apache/commons-fileupload/pull/314#issuecomment-2119328362

   > Just noticed: Why is the destination 1.x, and not master, as it should be? 
The 1.x branch is in maintenance mode: We try very hard, to leave it as it is.
   
   This is easy to explain. I have to test SOAP Requests with MTOM-Attachments. 
With the Standard SAAJ-Implementation enabled this will just send 
`multipart/related` Requests.
   
   The Standard Test-Implementation of Spring (spring-ws-test) only supports 
easy SOAP-Requests without MTOM Requests (which are using 
`application/soap+xml` as content-type).
   
   That's why I changed to the Project 
[Wiremock](https://github.com/wiremock/wiremock) to test for 
`multipart/related` SOAP-Requests.
   
   Because Wiremock at the Moment uses commons-fileupload Version 1.5 I fixed 
this Issue on the `1.x` Branch and prepared the same Fix as a separate 
Pull-Request for the master-Branch of commons-fileupload (for Version 2.x 
upwards).
   
   I don't know when it is planned that the Project Wiremock will use Version 
2.x of commons-fileupload. That's the Reason why I fixed it twice (one time for 
the `1.x` Branch, second Time for the `2.x` Branch).
   
   But I will wait for the PR of the `2.x` Branch until this PR has been merged 
(hopefully there will be a 1.6 Version).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to