<div class="gmail_quote">On Mon, Jul 9, 2012 at 1:58 PM, Mona Wong <span dir="ltr"><<a href="mailto:mona@sdsc.edu" target="_blank">mona@sdsc.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
To fix this bug for our 3.2.6 install, is it simply to modify midas/core/controllers/UploadController.php and change:<br>
<br>
$this->view->protocol = 'http';<br>
<br>
to<br>
<br>
$this->view->protocol = 'https';<br>
<br>
in the javauploadAction() function?<br>
<br>
Or is there more that needs to changed?<br></blockquote><div><br></div><div>The following commits are how we fixed the bug:</div><div><br></div><div><a href="http://public.kitware.com/gitweb?p=MIDAS/Midas3.git;a=blobdiff;f=core/controllers/UploadController.php;h=9d54f923abd71017fe76ca34b44101c056a6ee4c;hp=9f5ee7ab263145637b81d6928b738d3acbee75c2;hb=626f2d6d63c37ff945a7968cdd10b8a3f4b70fb7;hpb=95ddfd8661ee6c6ec60d513aeabb8172555db78b">http://public.kitware.com/gitweb?p=MIDAS/Midas3.git;a=blobdiff;f=core/controllers/UploadController.php;h=9d54f923abd71017fe76ca34b44101c056a6ee4c;hp=9f5ee7ab263145637b81d6928b738d3acbee75c2;hb=626f2d6d63c37ff945a7968cdd10b8a3f4b70fb7;hpb=95ddfd8661ee6c6ec60d513aeabb8172555db78b</a>
</div><div><a href="http://public.kitware.com/gitweb?p=MIDAS/Midas3.git;a=blobdiff;f=core/controllers/UploadController.php;h=48e89254d86e2db3ac34b01c69c0cfb4b58fe748;hp=9d54f923abd71017fe76ca34b44101c056a6ee4c;hb=11a77fc10fbcad7aa750e96f61171cc2c5e923ba;hpb=626f2d6d63c37ff945a7968cdd10b8a3f4b70fb7">http://public.kitware.com/gitweb?p=MIDAS/Midas3.git;a=blobdiff;f=core/controllers/UploadController.php;h=48e89254d86e2db3ac34b01c69c0cfb4b58fe748;hp=9d54f923abd71017fe76ca34b44101c056a6ee4c;hb=11a77fc10fbcad7aa750e96f61171cc2c5e923ba;hpb=626f2d6d63c37ff945a7968cdd10b8a3f4b70fb7</a></div>
<div><br></div><div>Ideally we should move the server over there to track the git repository master branch so that we can easily keep up with current bugfixes (without introducing other bugs).</div><div><br></div><div>Cheers,</div>
<div><br></div><div>Zach</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Mona<br>
<div class="im"><br>
On Jul 7, 2012, at 10:06 AM, Patrick Reynolds wrote:<br>
<br>
> Brian,<br>
><br>
> Nice job finding this bug. We were making some bad protocol<br>
> assumptions. I agree that this is a serious bug, and because of that<br>
> we fixed it today. The fix is now in place on the head of both next<br>
> and master.<br>
><br>
> View the progress here: <a href="http://public.kitware.com/MidasBT/view.php?id=748" target="_blank">http://public.kitware.com/MidasBT/view.php?id=748</a>.<br>
><br>
> Thanks,<br>
> Patrick Reynolds<br>
> Technical Leader<br>
> Kitware, Inc.<br>
> <a href="tel:919%20869%208848" value="+19198698848">919 869 8848</a><br>
<br>
</div>*********************************************<br>
Mona Wong<br>
Web & iPad Application Developer<br>
San Diego Supercomputer Center<br>
<br>
You are the light you wish to see.<br>
*********************************************<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
_______________________________________________<br>
Midas mailing list<br>
<a href="mailto:Midas@public.kitware.com">Midas@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/midas" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/midas</a><br>
</div></div></blockquote></div><br><br>