amir-jakoby / crawler-commons

Automatically exported from code.google.com/p/crawler-commons
0 stars 0 forks source link

SitemapIndex should allow to skip sitemaps #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If one sitemap contained in a SitemapIndex failed to process
a loop with SiteMapIndex.hasUnprocessedSitemap() will never finish.

Either AbstractSitemap.setProcessed(boolean) should be public
or some method (eg, sitemapIndex.skipSitemap(AbstractSiteMap sitemap))
should be provided to remove failed sitemaps from sitemap index.

Original issue reported on code.google.com by wastl.na...@googlemail.com on 15 Dec 2013 at 11:50

GoogleCodeExporter commented 8 years ago

Original comment by kkrugler...@transpac.com on 28 Dec 2013 at 4:08

GoogleCodeExporter commented 8 years ago
Made setProcesssed(), it was implicitly package private (looks like just an 
oversight by the original author).

Original comment by kkrugler...@transpac.com on 24 Jan 2014 at 8:52