PROPFIND on latest master shows 404, but "Internal Server Error" as content.
<?xml version="1.0" encoding="utf-8"?>
<d:error
xmlns:d="DAV:"
xmlns:s="http://sabredav.org/ns">
<s:exception>Internal Server Error</s:exception>
<s:message>
The server was unable to complete your request. If this happens again, please send the technical details below to the server administrator. More details can be found in the server log. </s:message>
<s:technical-details>
<s:remote-address>127.0.0.1</s:remote-address>
<s:request-id>22m49CndhYZvWBAIq8cr</s:request-id>
<s:type>Sabre\DAV\Exception\NotFound</s:type>
<s:code>0</s:code>
<s:message>File with name //eaea could not be located</s:message>
<s:file>/srv/http/nc/apps/dav/lib/Connector/Sabre/Directory.php</s:file>
<s:line>188</s:line>
<s:stacktrace>
#0 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/Tree.php(95): OCA\DAV\Connector\Sabre\Directory->getChild('eaea')
#1 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/Server.php(971): Sabre\DAV\Tree->getNodeForPath('files/tobi/eaea')
#2 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/Server.php(1662): Sabre\DAV\Server->getPropertiesIteratorForPath('files/tobi/eaea', Array, 1)
#3 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/Server.php(1647): Sabre\DAV\Server->writeMultiStatus(Object(Sabre\Xml\Writer), Object(Generator), false)
#4 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/CorePlugin.php(346): Sabre\DAV\Server->generateMultiStatus(Object(Generator), false)
#5 /srv/http/nc/3rdparty/sabre/event/lib/WildcardEmitterTrait.php(89): Sabre\DAV\CorePlugin->httpPropFind(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))
#6 /srv/http/nc/3rdparty/sabre/dav/lib/DAV/Server.php(472): Sabre\DAV\Server->emit('method:PROPFIND', Array)
#7 /srv/http/nc/apps/dav/lib/Connector/Sabre/Server.php(43): Sabre\DAV\Server->invokeMethod(Object(Sabre\HTTP\Request), Object(Sabre\HTTP\Response))
#8 /srv/http/nc/apps/dav/lib/Server.php(380): OCA\DAV\Connector\Sabre\Server->start()
#9 /srv/http/nc/apps/dav/appinfo/v2/remote.php(19): OCA\DAV\Server->exec()
#10 /srv/http/nc/remote.php(145): require_once('/srv/http/nc/ap...')
#11 {main} </s:stacktrace>
</s:technical-details>
</d:error>
<?xml version="1.0" encoding="utf-8"?>
<d:error
xmlns:d="DAV:"
xmlns:s="http://sabredav.org/ns">
<s:exception>Sabre\DAV\Exception\NotFound</s:exception>
<s:message>File with name //eaea could not be located</s:message>
</d:error>
Bug description
PROPFIND on latest master shows 404, but "Internal Server Error" as content.
Steps to reproduce
Expected behavior
Correct error message:
Nextcloud Server version
master
Operating system
None
PHP engine version
None
Web server
None
Database engine version
None
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
No response
List of activated Apps
No response
Nextcloud Signing status
No response
Nextcloud Logs
No response
Additional info
No response