[
https://issues.apache.org/jira/browse/SLING-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044584#comment-15044584
]
Bertrand Delacretaz commented on SLING-5353:
--------------------------------------------
As per SLING-4976 it looks like a 207 status is the "old" behavior of
org.apache.felix.http.jetty before V3.1.0, and from that version on we got a
404. Not sure why we'd see a 207 now.
> Test failures of WebDavDoubleSlashTest.testEmptyWorkspace
> ---------------------------------------------------------
>
> Key: SLING-5353
> URL: https://issues.apache.org/jira/browse/SLING-5353
> Project: Sling
> Issue Type: Bug
> Components: Testing
> Affects Versions: Launchpad Integration Tests 1.0.0
> Reporter: Julian Sedding
> Priority: Minor
>
> There are test failures of {{WebDavDoubleSlashTest.testEmptyWorkspace}} on
> jenkins. Also, I could locally reproduce the failure - not sure yet if it is
> deterministic.
> {noformat}
> expected:<404> but was:<207>
> {noformat}
> The response body is:
> {noformat}
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <D:multistatus xmlns:D="DAV:">
> <D:response>
>
> <D:href>http://localhost:41400/dav//test/WebDavDoubleSlashTest/d074a834-4daf-4037-aa1b-ec6214c5a605/</D:href>
> <D:propstat>
> <D:prop>
>
> <D:displayname>d074a834-4daf-4037-aa1b-ec6214c5a605</D:displayname>
> <D:creationdate>1970-01-01T00:00:00Z</D:creationdate>
> <D:iscollection>1</D:iscollection>
> <D:resourcetype>
> <D:collection/>
> </D:resourcetype>
> <D:lockdiscovery/>
> <D:getlastmodified>Mon, 07 Dec 2015 08:07:32
> GMT</D:getlastmodified>
> <D:supportedlock>
> <D:lockentry>
> <D:lockscope><D:exclusive/></D:lockscope>
> <D:locktype><D:write/></D:locktype>
> </D:lockentry>
> </D:supportedlock>
> </D:prop>
> <D:status>HTTP/1.1 200 OK</D:status>
> </D:propstat>
> </D:response>
> </D:multistatus>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)