Skip to content

OC9: public share with allowed upload and password protection: endlees loading loop #23066

@TDannhauer

Description

@TDannhauer

Steps to reproduce

  1. create empty directory in the web interface
  2. Share directory with link, allow upload
  3. Protect share with password 'abc'
  4. enter share link in another browser

Expected behaviour

Share content should be shown

Actual behaviour

The share page ist shown, but immediately reloads the website - in an infinite loop.

IMPORTANT: If you omit the password protection (Step 3), everything works as expected

Server configuration

Debian Jessie

  • Apache 2.4.10
  • Postgres 9.3
  • PHP 5.6.17

Owncloud 9.0.0

Manually updated from 8.2.2

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.
 -> "No errors have been found."

Enabled Apps:
Activity 2.2.1
Comments 0.2
Deleted files 0.8.0
External storage support 0.5.2
Federation 0.0.4
First Run Wizard 1.1
Gallery 14.5.0
Mail Template Editor 0.1
Notifications 0.2.3
PDF Viewer 0.8
Provisioning API 0.4.1
Share Files 0.9.1
Text Editor 2.1
Update notification 0.1.0
Versions 1.2.0
Video player 0.9.8
Files Move 0.8.2


**The content of config/config.php:**

{
"system": {
"instanceid": "oc87896c1671",
"passwordsalt": "_REMOVED SENSITIVE VALUE",
"trusted_domains": [
....
],
"datadirectory": "/extradata/owncloud",
"dbtype": "pgsql",
"version": "9.0.0.19",
"dbname": "owncloud",
"dbhost": "localhost",
"dbtableprefix": "oc
",
"dbuser": "_REMOVED SENSITIVE VALUE",
"dbpassword": "_REMOVED SENSITIVE VALUE
",
"installed": true,
"forcessl": true,
"loglevel": 0,
"mail_smtpmode": "smtp",
"mail_from_address": "owncloud",
"mail_domain": "domain.tld",
"mail_smtphost": "smtp.domain.tld",
"mail_smtpport": "587",
"mail_smtpname": "_REMOVED SENSITIVE VALUE",
"mail_smtppassword": "_REMOVED SENSITIVE VALUE
",
"mail_smtpauth": 1,
"mail_smtpauthtype": "PLAIN",
"theme": "",
"maintenance": false,
"secret": "_REMOVED SENSITIVE VALUE_",
"redis": {
"host": "localhost",
"port": 6379,
"timeout": 0,
"dbindex": 0
},
"memcache.local": "\OC\Memcache\Redis",
"overwritehost": "owncloud.domain.tld",
"overwriteprotocol": "https",
"overwritewebroot": "/",
"mail_smtpsecure": "tls",
"trashbin_retention_obligation": "auto",
"appstore.experimental.enabled": true
}
}


**Are you using external storage, if yes which one:** none

**Are you using encryption:** no

**Are you using an external user-backend, if yes which one:** no


### Client configuration
Chrome / Firefox

Win 8.1 64 bit

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions