Hello, I've stumbled across rather mysterious class called SitemapDelegator. It has some Thread local variable and is used in two lines of XMLSitemapServlet only: (99) SitemapDelegator.setSitemapServlet(this); ... (166) SitemapDelegator.removeSitemapServlet();
I've tried to find some possible AOP magic using it but failed to find anything. Why this class is needed? -- Best regards, Grzegorz Kossakowski
