Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.10.2
Description
I'm not sure if this is only a problem in 2.10.2 (svn-head) or also in the released 2.10.1...
As already stated in the summary/title, the AttachmentManager does not return more than 1000 attachments using the method getAllAttachments(). This is obviously very problematic, if JSPWiki is used at the api level and has more than 1000 attachments...
My guess is, that it has to do with the CachingAttachmentProviders Cache size of 1000.