Expected behavior
On multi-tenancy installations (like the one in https://github.com/owncloud/administration/tree/master/redirectServer) after getting the username, the final destination host should be reached following the redirections:
OCC::PropfindJob::finished: PROPFIND request *not* successful, http result code is 301 ""
OCC::OwncloudSetupWizard::slotAuthError: authed request was redirected to "https://owncloud.achernar.uberspace.de/instance1/remote.php/webdav/"
OCC::OwncloudSetupWizard::slotAuthError: setting account url to "https://owncloud.achernar.uberspace.de/instance1"
OCC::AbstractNetworkJob::start: !!! OCC::PropfindJob created for "https://owncloud.achernar.uberspace.de/instance1" + "/" "OCC::OwncloudSetupWizard"
OCC::AbstractNetworkJob::start: !!! OCC::PropfindJob created for "https://owncloud.achernar.uberspace.de/instance1" + "/" "OCC::OwncloudAdvancedSetupPage"
OCC::OwncloudWizard::slotCurrentPageChanged: Current Wizard page changed to 3
Actual behavior
Instead of the 301 code, the PROPFIND is getting:
OCC::PropfindJob::finished: PROPFIND request *not* successful, http result code is 200 ""
Steps to reproduce
- Server URL:
https://owncloud.achernar.uberspace.de
- User:
test@instance1.com & Pass: secret
- Try to connect.
Expected behavior
On multi-tenancy installations (like the one in https://github.com/owncloud/administration/tree/master/redirectServer) after getting the username, the final destination host should be reached following the redirections:
Actual behavior
Instead of the
301code, thePROPFINDis getting:Steps to reproduce
https://owncloud.achernar.uberspace.detest@instance1.com& Pass:secret