I'm running on latest SVN as of Friday morning.
Roller Weblogger 2.1-dev (20051209113230:dave)
I haven't seen a blank page since then and my "Page size < 50 bytes"
log message has not appeared in my logs since that deployment. We *may*
be in the clear, thanks to your exception handling changes.
- Dave
On Dec 10, 2005, at 10:20 AM, Allen Gilliland wrote:
Dave,
do you have any update on the blank page error that you were seeing on
your site a while back? has the problem gone away? or are you still
making tweaks to correct it? i haven't been able to reproduce it yet,
but obviously if it's still an issue we need to figure out what's
happening.
-- Allen
Dave Johnson wrote:
On Dec 5, 2005, at 2:16 PM, Allen Gilliland wrote:
On Mon, 2005-12-05 at 09:51, Dave Johnson wrote:
On Dec 5, 2005, at 12:38 PM, Allen Gilliland wrote:
were you able to gather any more info about when the blank screen
problem was happening on your site? like what the url was, what
the
cache key was, what the response code was, etc? It sounds like
this is
something wrong with how the request stack is being processed.
No, I wasn't able to figure out which URL was causing the problem.
the problem was happening on the main page though, so /main.do right?
No, it was only happening on my blog page.
That may solve the problem. But, I thought we wanted to remove
the RequestFilter entirely?
yes, that is definitely the ultimate goal.
Perhaps BasePageServlet should throw an exception and/or a
404 when an invalid page template is requested.
that sounds pretty reasonable. if we do a
request.setAttribute("DisplayException", exception); in the
BasePageServlet then that will be enough to allow the cache filters
to
know they should disregard anything from the cached response content.
it would also make sense to send a 404 as well.
Why don't you do that and also comment out the RequestFilter entirely.
Or, I'll do it if you're busy doing something else.
- Dave