Nicola Ken Barozzi wrote:
In fact IIUC, in SitemapSource I see:
/** * * @see org.apache.excalibur.source.Source#exists() */ public boolean exists() { return true; }
The problem is that the only way to actually test whether sitemap source exist or not is to try and generate this sitemap resource - which might be expensive operation.
So, I don't think there is easy solution to this one.
Vadim
