Skip Menu |

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)



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
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 ?
Yes, current version of HTTP::DAV should accept both application/xml and text/xml.