[mythtv-commits] Ticket #10641: WSDL files served with MIME type text/html rather than text/xml

MythTV noreply at mythtv.org
Fri Jun 28 07:20:37 UTC 2013


#10641: WSDL files served with MIME type text/html rather than text/xml
------------------------------------+------------------------------
 Reporter:  Josh Triplett <josh@…>  |          Owner:  dblain
     Type:  Bug Report - General    |         Status:  closed
 Priority:  minor                   |      Milestone:  0.27
Component:  Bindings - XML/JSON     |        Version:  0.25
 Severity:  medium                  |     Resolution:  Works for me
 Keywords:                          |  Ticket locked:  0
------------------------------------+------------------------------
Changes (by cpinkham):

 * status:  assigned => closed
 * resolution:   => Works for me
 * milestone:  unknown => 0.27


Comment:

 Not sure what has changed since this ticket was added, but this works
 properly in master for me:

 wget -O - -S http://192.168.3.95:6544/Dvr/wsdl
 --2013-06-28 00:15:16--  http://192.168.3.95:6544/Dvr/wsdl
 Connecting to 192.168.3.95:6544... connected.
 HTTP request sent, awaiting response...
   HTTP/1.1 200 OK
   Date: 28 Jun 2013 07:15:21
   Server: Linux 3.9.4-200.fc18.x86_64, UPnP/1.0, MythTV 0.27.20130624-2
   Accept-Ranges: bytes
   Connection: Keep-Alive
   Content-Type: text/xml; charset="UTF-8"
   Content-Length: 30359
 Length: 30359 (30K) [text/xml]

 For reference, my production MythTV v0.25 system also returns text/xml for
 this same query, so closing as 'works for me'.

--
Ticket URL: <http://code.mythtv.org/trac/ticket/10641#comment:5>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list