AlbrechtStriffler opened a new pull request, #361: URL: https://github.com/apache/jspwiki/pull/361
Using cachingProvider.getAllPages() will be incomplete if the cache is configured so the entries expire over time. Pages in the cache will be evicted, but the allRequested-flag remains set to true. To solve this, I registered a listener resetting the flag as soon as the first element expires. To be able to register listener, I also had to slightly extend the CachingManager... You should be able to just cherry-pick the commit... https://github.com/apache/jspwiki/commit/911a5cb4e7a5ca15b03a0a9de3b897217d74868a -- 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: dev-unsubscr...@jspwiki.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org