sebastian-nagel commented on PR #2002: URL: https://github.com/apache/stormcrawler/pull/2002#issuecomment-4999922089
Thanks, @Yurii201811! > Maybe reword to +1 I'd second this. Before `protocol.md.prefix` has been introduced by #776 (or if an empty prefix is configured), `setLastModified` controls whether the `last-modified` value sent by the responding server is overwritten in the persisted metadata. > On 3.5.1 and earlier (no #1827), `AdaptiveScheduler` stores the value under `org.apache.http.HttpHeaders.LAST_MODIFIED = "Last-Modified"` verbatim. It was changed to lowercase in 527f936 and then back to `Last-Modified` by #1587. While AdaptiveScheduler was introduced, it was a lower-case string constant. That's how [its Javadoc](https://javadoc.io/doc/org.apache.stormcrawler/stormcrawler-core/latest/org/apache/stormcrawler/persistence/AdaptiveScheduler.html) describes it. But maybe the history it not really relevant, except you have to deal with an old status index. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
