I'm using a jstl view resolver, and I tend to use redirects in the success views. I've noticed a very odd behavior on the redirect. The html that is generated is duplicated.
So in Firebug, the Net tab for the redirect shows me the response for something.do is:
However, if I refresh something.do rather than redirect, I getCode:<html> ...a bunch of stuff... </html> <html> ...a bunch of stuff... </html>
If you'd like to see what generates this I can try to pare something down, but I was wondering if this is super obvious and I just don't see it.Code:<html> ...a bunch of stuff... </html>


Reply With Quote