Closed GoogleCodeExporter closed 9 years ago
I once referenced IE7: "Instead I see the following error in IE7". This should
be IE8, not IE7.
Original comment by timothy....@gmail.com
on 8 Apr 2011 at 3:08
I retested with ELMAH 1.2.13605.0 and the problem still exists. I'm using the
.NET Framework 1.1 build of ELMAH.
Original comment by timothy....@gmail.com
on 12 May 2011 at 5:32
> I'm using the .NET Framework 1.1 build of ELMAH
Hadn't been able reproduce until now. The key bit of info missing was the
target .NET Framework version. Now I can confirm the issue, even with the 1.2
release.
Original comment by azizatif
on 12 May 2011 at 5:57
I apologize for not including that info earlier. I only noticed that I hadn't
included it when I reviewed my initial post today.
Original comment by timothy....@gmail.com
on 12 May 2011 at 6:10
This seems to happen because the HTTP response content-type reads
"application/xml; charset=utf-8", claiming a UTF-8 character set whereas the
RSS/XML document in the response entity starts with:
<?xml version="1.0" encoding="utf-16"?>
IE rejects the document. I suppose other browsers are being more forgiving or
take the documents encoding hint as an override.
Original comment by azizatif
on 12 May 2011 at 6:29
Original comment by azizatif
on 31 May 2011 at 6:59
Original comment by azizatif
on 31 May 2011 at 8:24
Fixed in r895.
Original comment by azizatif
on 31 May 2011 at 8:24
Original issue reported on code.google.com by
timothy....@gmail.com
on 8 Apr 2011 at 3:07Attachments: