Greg Huber wrote:
Hello,
If the old redirect method is used this message goes away:
response.sendRedirect(request.getContextPath()+"/"+frontpageBlog);
Front page seems to work ok all the same.
I don't have an answer, but I'm glad you mentioned this. I was
experiencing a very similar problem, but it wasn't manifesting itself
until the Sitemesh filter tried to do a getWriter() on the response
and then it would blow up with an IllegalStateException. I wouldn't
have thought to try changing that back to using sendRedirect if I hadn't
seen this. At least it's a workaround, even if a little less elegant.
What's interesting though, is that I wasn't seeing my version of this
problem, then I started fiddling with index.jsp, and I started seeing
it. But when I reverted my local index.jsp back to the "stock" version
the problem persisted until I made the change you mention above.
Weird stuff. :-(
--
Phillip Rhodes
Chief Architect - OpenQabal
https://openqabal.dev.java.net
LinkedIn: http://www.linkedin.com/in/philliprhodes