Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when set the password to the public link #9538

Closed
2403905 opened this issue Aug 3, 2023 · 0 comments · Fixed by #9697
Closed

Error when set the password to the public link #9538

2403905 opened this issue Aug 3, 2023 · 0 comments · Fixed by #9697
Assignees
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working

Comments

@2403905
Copy link
Contributor

2403905 commented Aug 3, 2023

Related issue owncloud/ocis#6929

Steps to reproduce

ocis latest master

Steps:

Create a file namend 'a.txt'

Create public link

Delete the file

Create a file namend 'a.txt'

Create public link

Add password to the public link -> error

Actual: 502 error.

The cause of the HTTP error is here when we delete the file and create the new one and the frontend still keeps data related to the old file until reloads a page.

Expected behaviour

Password created

Actual behaviour

Actual: 502 error.

Screen.Recording.2023-08-01.at.14.19.27.mov

Environment general

Operating system:

Backend (ownCloud Core or Infinite Scale):

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

Environment ownCloud Infinite Scale

Version:

Updated from an older Infinite Scale or fresh install:

Where did you install Infinite Scale from:

Environment ownCloud Core

Web server:

Database:

PHP version:

Version: (see ownCloud admin page)

Updated from an older ownCloud or fresh install:

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and put the link here.

The content of config/config.php:

Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well-sanitized form.

or 

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to diligently
remove *all* hostnames, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Are you using external storage, if yes which one: local/smb/sftp/...

Are you using encryption: yes/no

Client configuration

Browser:

Operating system:

Logs

Web server error log

Insert your webserver log here

ownCloud log (data/owncloud.log)

Insert your ownCloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...
@2403905 2403905 added Priority:p2-high Escalation, on top of current planning, release blocker Type:Bug Something isn't working labels Aug 3, 2023
@JammingBen JammingBen moved this to Qualification in Web Support Board Aug 4, 2023
@AlexAndBear AlexAndBear added Priority:p3-medium Normal priority and removed Priority:p2-high Escalation, on top of current planning, release blocker labels Aug 7, 2023
@jacob-nv jacob-nv self-assigned this Sep 15, 2023
@github-project-automation github-project-automation bot moved this from Qualification to Done in Web Support Board Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:p3-medium Normal priority Type:Bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants