Hi all, the AdaptiveFetchSchedure has the following line: if (modifiedTime <= 0) modifiedTime = fetchTime;
that DefaultFetchSchedule has not. This seems to prevent DefaultFetchSchedule handle correctly possible 403 responses (modifiedTime seems to be always zero and HttpRequest.java doesn't set If-Modified-Since request part). This is true for both nutch 1.x and 2.x. Is this the expected behaviour? Thanks Bye -- Cesare

