From: SourceForge.net <no...@so...> - 2012-09-19 19:46:43
|
Patches item #2974515, was opened at 2010-03-22 05:42 Message generated for change (Comment added) made by nobody You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547457&aid=2974515&group_id=76550 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Anatoly Lapshin (opentitan) Assigned to: Perrick Penet (pp11) Summary: Make SimpleBrowser::post() accepting SimpleMultipartEncoding Initial Comment: SimpleBrowser::post() is enforcing use of SimplePostEncoding loosing all the attachments from the $parameters given. The patch makes it checking for the $parameters type and keeps untouched any objects of type SimplePostEncoding and its descendants (such as SimpleMultipartEncoding), so that attachments are successfully sent. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-09-19 12:46 Message: WFlgxm Enjoyed every bit of your blog.Really looking forward to read more. ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2012-03-08 10:25 Message: IrlCpV I value the blog article.Much thanks again. Will read on... ---------------------------------------------------------------------- Comment By: Perrick Penet (pp11) Date: 2010-07-27 02:04 Message: Hello, Your patch was created against an old version of SimpleTest (the current version for HEAD is now 1995). And the browser has seen some dramatic modifications over the last months. If you want to resubmit a patch, please use the current trunk version from source. And if you want to have it included real fast, please add a new unit test as well ;-) Yours, Perrick ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=547457&aid=2974515&group_id=76550 |