Content-Type of http-request-007 on tests.xproc.org

  Hi,

  The test http-request-007 sends the following request:

    <c:request href="http://tests.xproc.org/service/echo" method="post">
       <c:body content-type="application/xml"><doc/></c:body>
    </c:request>

and expect the result to be the element <doc/>.  In order to get that,
the Content-Type of the response should be an XML media type, right?
But the server returns the type application/x-www-form-urlencoded.  Is
it normal?  Should the response type be modified on the server?
Should the c:request use @override-content-type?  Did I miss
something?

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Thursday, 5 February 2009 14:01:30 UTC