Ticket #133 (new defect)
trailing nulls in content body of error html
| Reported by: | Andrew Bullock <trullock@…> | Owned by: | serialseb |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | Core | Version: | |
| Keywords: | Cc: | ||
| Time remaining: | 1d | Blocked By: | |
| Time spent: | 1d | Time planned: | 1d |
| Blocking: |
Description (last modified by serialseb) (diff)
I'm getting this response in the case of an error:
HTTP/1.1 500 Internal Server Error Server: ASP.NET Development Server/9.0.0.0 Date: Sun, 21 Feb 2010 21:45:39 GMT X-AspNet-Version: 2.0.50727 Content-Length: 513 Cache-Control: private Content-Type: text/html Connection: Close <html><head><title>OpenRasta encountered an error.</title></head><body><div class="errorList"><dl><dt>Fatal error</dt><dd><pre>An exception was thrown while processing a pipeline contributor</pre></dd></dl></div></body></html>�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
This is from fiddler, I don't know if its the content length being calculated incorrectly and fiddler is adding the extra nulls (0x00) at the end or if they are genuinely being sent. i suspect the latter although i cant debug where theyre coming from. doesnt look like its the HtmlErrorCodec? :s
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
