Skip Menu |

This queue is for tickets about the HTTP-DAV CPAN distribution.

Report information
The Basics
Id: 127591
Status: resolved
Priority: 0/
Queue: HTTP-DAV

People
Owner: Nobody in particular
Requestors: SKA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.48
Fixed in: (no value)



Subject: Make multistatus ls responses better
Hi, would it be enough to change: --- a/HTTP/DAV.pm Wed Nov 07 07:39:48 2018 +0100 +++ b/HTTP/DAV.pm Wed Nov 07 07:39:58 2018 +0100 @@ -831,7 +831,7 @@ # Make the call my $resp = $resource->propfind( -depth => $depth ); - if ( $resp->is_success() ) { + if ( $resp->is_success() || $resp->code == 207 ) { $resource->build_ls($resource); $self->ok( "propfind " . $resource->get_uri() . " succeeded", $url ); return $resource; To get Multistatus responses get going?
Should be fixed in 0.49, soon on CPAN.