[Seaside-dev] Issue 210 in seaside: pad error responses

codesite-noreply at google.com codesite-noreply at google.com
Sun Oct 19 18:00:58 UTC 2008


Issue 210: pad error responses
http://code.google.com/p/seaside/issues/detail?id=210

New issue report by jfitzell:
IE does not display the contents of an error response unless it is over a
certain size. Instead it displays its own custom page saying nothing
useful. It might be nice to pad error responses to the necessary size to
ensure the user's error response is actually visible.

I'm not sure where we could cleanly do this universally, but rather than do
it automatically at the response level we could perhaps add a method on
WAResponse that pads the content to a certain size with spaces. That method
could then be used by WAExceptionHandler and its subclasses to ensure that
those responses, at least are padded.

According to this page:

http://www.404-error-page.com/404-error-page-too-short-problem-microsoft-ie.shtml

the required size is not very big so it works fine with anything with any
significant amount of content anyway.


Issue attributes:
	Status: Accepted
	Owner: ----
	Labels: Type-Feature Priority-Low

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list