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