-
Notifications
You must be signed in to change notification settings - Fork 189
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
Creating a new folder which is a substring of Shares leads to "Unknown Error" #3033
Comments
Output of the new test scenarios that I wrote in core PR owncloud/core#39719 :
Those tests all pass in core oC10. |
|
hrmpf, great find. There are some places in the ocdav handler where we assemble a user namespace based on the mountpath of spaces. There is some back and forth prefix matching to determine how space mountpoints affect the filelisting. I bet there is a bug in there ... @kobergj and I wrote that code but it will take some time (as in days) before I can take a look. |
@kobergj @phil-davis please confirm this is fixed, then we can close the issue :-) |
Yes. This is fixed. I'll close the issue |
Looks good. Sha, Share, Shareszzz etc. all work now. I can still create But then an attempt to create a sub-folder fails:
That happens if Brian has received a share from someone else. Brian has a "pseudo-folder" called "Shares". A PROPFIND lists the pseudo-folder and shows the shares inside it. The "real" Shares folder that brian created cannot be accessed this way. That is a separate "challenge" - there is this pseudo-folder called "Shares" that "appears" in the Personal name space, but is actually a "pointer" to the incoming received shares. |
@phil-davis with webdav With
|
@SagarGi yes, please create a separate issue for the things that are still "unusual" or not correct. Then people can comment about exactly what should and should not be possible. |
Describe the bug
It appears that certain folder names result in an unknown error
Steps to reproduce
Steps to reproduce the behavior:
On a fresh installation, logged in as the admin:admin default user
Expected behavior
I should be able to create this share.
Actual behavior
A clear and concise description of what happened.
Setup
Additional context
The text was updated successfully, but these errors were encountered: