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

Groups cannot be deleted when name ends with backslash #23499

Closed
mbrouwer88 opened this issue Mar 23, 2016 · 4 comments · Fixed by #24072
Closed

Groups cannot be deleted when name ends with backslash #23499

mbrouwer88 opened this issue Mar 23, 2016 · 4 comments · Fixed by #24072

Comments

@mbrouwer88
Copy link

Steps to reproduce

  1. Create a group with a trailing \ in the name, like "Test"
  2. Delete the group, Owncloud reports it's deleted.
  3. Refresh the page, you see that the group was not deleted.

Expected behaviour

The group should be deleted, regardless of the name used.

Actual behaviour

The interface tells you it's deleted, but it's not.

Server configuration

Operating system:
Debian 7
Web server:
Apache2
Database:
Mysql
PHP version:
5
ownCloud version: (see ownCloud admin page)
8.2.2
Updated from an older ownCloud or fresh install:
Updated
Where did you install ownCloud from:
APT-GET Owncloud repo
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 here.

List of activated apps:
Only encryption module (default)

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

The content of config/config.php:

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

or 

Insert your config.php content here
(Without the database password, passwordsalt and secret)

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

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

Client configuration

Browser:
Chrome and IE
Operating system:
Windows

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) ...
@PVince81
Copy link
Contributor

Oh wow, seems the browser made the request to the root which got redirected to the default URL:
groupbacklash

CC @LukasReschke

@PVince81
Copy link
Contributor

Observed on v9.0.1

LukasReschke added a commit that referenced this issue Apr 18, 2016
@LukasReschke
Copy link
Member

Patch is at #24072

@lock
Copy link

lock bot commented Aug 5, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Aug 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants