Comment 8 for bug 98440

Revision history for this message
Thomas Herve (therve) wrote : Re: BrowserRequest loses it's default skin on retry

I have been hit by this bug. I have spotted the problem because HTTPPublicationRequestFactory calls setDefaultSkin, whereas the retry logic doesn't. The attached patch fixes the problem for me, although I'm not sure this is valid approach. For now, I'll add an explicit setDefaultSkin in my publication logic.