RT for rt.cpan.org
Skip Menu
|
Bug #88632 for HTTP-DAV: HTTP::DAV::Resource should support application/xml
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
HTTP-DAV CPAN distribution
.
Report information
The Basics
Id:
88632
Status:
open
Priority:
0/
Queue:
HTTP-DAV
People
Owner:
Nobody in particular
Requestors:
ZUMMO [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Thu Sep 12 12:26:00 2013
ZUMMO [...] cpan.org - Ticket created
Subject:
HTTP::DAV::Resource should support application/xml
It seems the module bails out if the content type is not text/xml. application/xml should be valid too
Thu Mar 26 02:27:04 2015
complx-on-cpan [...] opsec.eu - Correspondence added
On Thu Sep 12 12:26:00 2013, ZUMMO wrote:
Show quoted text
> It seems the module bails out if the content type is not text/xml. > > application/xml should be valid too
I'm looking at DAV/Resource.pm and the function content_type_is_xml looks like it matches both. Where did you find that it did not match ?
Thu Mar 26 02:27:05 2015
The RT System itself - Status changed from 'new' to 'open'
Thu Mar 26 06:18:54 2015
cosimo [...] cpan.org - Correspondence added
Yes, current version of HTTP::DAV should accept both application/xml and text/xml.