[Sending via email due to Apache's JIRA instance being offline (again)]
On 25/02/2011, at 4:12 AM, David Lutterkort (JIRA) wrote: > > [ > https://issues.apache.org/jira/browse/DTACLOUD-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12998939#comment-12998939 > ] > > David Lutterkort commented on DTACLOUD-25: > ------------------------------------------ > > If you can fish the Accept header that IE8 sends out of some log, I bet it's > just as broken as chrome's in that it claims that IE8 prefers XML over HTML > output. Would be good to make sure, though. Tried IE6 and IE9 Release Candidate as well, just to see if there was a difference. They behave in the same way, showing XML by default unless ?format=html is appended. Extracted the Accept header using Fiddler (www.fiddler2.com) on Win7 with IE9 RC. Here's the full request header for the default page: GET http://localhost:3001/api HTTP/1.1 Accept: text/html, application/xhtml+xml, */* Accept-Language: en-AU User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0) Accept-Encoding: gzip, deflate Connection: Keep-Alive Host: localhost:3001 Not seeing anything obvious in there saying to send XML in preference to HTML though. Seems equal weighting of the default value (1). ? Regards and best wishes, Justin Clift
