Hi Thomas,<div><br></div><div>I haven't played with master yet.</div><div>As for 4.0.1/4.0.2 wget fails  with the --spider option but if this option is omitted it works just fine:</div><div><br></div><div>wget -rnd --auth-no-challenge --http-user=user --http-password=password -S  "<a href="http://localhost/deo/402/index.php?app=contacts&getfile=export.php&bookid=1">http://localhost/deo/402/index.php?app=contacts&getfile=export.php&bookid=1</a>"</div>
<div><br></div><div>The only thing I changed is the single line at OC_Util::redirectToDefaultPage</div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div>
public static function redirectToDefaultPage(){</div><div><div>            $_REQUEST['redirect_url'] = (isset($_SERVER['REQUEST_URI'])?$_SERVER['REQUEST_URI']:'');</div></div></blockquote><div>
<br></div><div>otherwise it downloaded the html/css/js/etc stuff from the Files app page,</div><div><br></div><div>---</div><div>Victor Dubiniuk<br><br><div class="gmail_quote">On Mon, Jun 11, 2012 at 4:36 PM, Thomas Tanghus <span dir="ltr"><<a href="mailto:thomas@tanghus.net" target="_blank">thomas@tanghus.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm lost in this regression from OC 3 [1]. When I log in with HTTP Basic Auth<br>
I end up in an endless loop. I made 2 commits [1][2] that redirects to REQUEST_URI<br>
after log in, but somewhere the user name gets stripped from the session and I end<br>
up in a loop to OC::$WEBROOT.<br>
As I know basically zilch about how the user auth works, I'm afraid to break more<br>
than I fix if I try to change more.<br>
<br>
[1] <a href="http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874" target="_blank">http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-874</a><br>
[2] <a href="https://gitorious.org/owncloud/owncloud/commit/2ee809fd8636643c0ccc69bcf023ce2c404143e2" target="_blank">https://gitorious.org/owncloud/owncloud/commit/2ee809fd8636643c0ccc69bcf023ce2c404143e2</a><br>
[3] <a href="https://gitorious.org/owncloud/owncloud/commit/4f6978c30f5e64c4194ebe46c8c78d8ef1c002fd" target="_blank">https://gitorious.org/owncloud/owncloud/commit/4f6978c30f5e64c4194ebe46c8c78d8ef1c002fd</a><br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Med venlig hilsen / Best Regards<br>
<br>
Thomas Tanghus<br>
_______________________________________________<br>
Owncloud mailing list<br>
<a href="mailto:Owncloud@kde.org">Owncloud@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/owncloud" target="_blank">https://mail.kde.org/mailman/listinfo/owncloud</a><br>
</font></span></blockquote></div><br></div>