Community
Participate
Working Groups
When using the SoapHttpSender, it is useful to be able to override the HttpMethod instances created. These instances have direct access to the writing of the request and reading of the response. One use case is intercepting a malformed response and infering possible error causes. The handling is connector-specific and tricky, especially since Axis 1.4 has pretty unfriendly error messages for malformed input. Another use case is intercepting content and cleaning it up in case a proxy inadvertently rewrites it.
Created attachment 205103 [details] patch
Thanks for the patch! The suggested changes looks good. One minor suggestion for improvement: Please rename newPostMethod() and newGetMethod() to createPostMethod() and createGetMehthod() to make it more consistent with similar factory methods. If you attach an updated patch I'll apply that to master right away.
Created attachment 205111 [details] updated patch Renamed new*Method to create*Method
Excellent! I have applied the patch to master.
Created attachment 205112 [details] mylyn/context/zip