Skip to content

[Bug]: PROPFIND on dav returns null instead of 404 #32514

@tobiasKaminsky

Description

@tobiasKaminsky

⚠️ This issue respects the following points: ⚠️

  • This is a bug, not a question or a configuration/webserver/proxy issue.
  • This issue is not already reported on Github (I've searched it).
  • Nextcloud Server is up to date. See Maintenance and Release Schedule for supported versions.
  • I agree to follow Nextcloud's Code of Conduct.

Bug description

With NC23 this works:

  • create a file
  • do a propfind with comments-unread
  • see 207 multi-part response with oc:comments-unread/ in 404 status part

Now with master it is in 200 status part:
oc:comments-unread</oc:comments-unread>

As Android expects this to be an integer, it is translated to null, which fails.

Steps to reproduce

  • create a file
  • do a propfind with comments-unread

Expected behavior

Same as in NC23: oc:comments-unread/ in 404 status part.

Installation method

Manual installation

Operating system

No response

PHP engine version

No response

Web server

No response

Database engine version

No response

Is this bug present after an update or on a fresh install?

No response

Are you using the Nextcloud Server Encryption module?

No response

What user-backends are you using?

  • Default user-backend (database)
  • LDAP/ Active Directory
  • SSO - SAML
  • Other

Configuration report

No response

List of activated Apps

/

Nextcloud Signing status

/

Nextcloud Logs

/

Additional info

No response

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions