Changes for page Attachments

Last modified by Thomas Mortagne on 2023/10/10

<
From version < 30.1 >
edited by Thomas Mortagne
on 2017/11/13
To version < 31.1 >
edited by Thomas Mortagne
on 2018/02/19
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -56,12 +56,10 @@
56 56  
57 57  The Filesystem attachment store saves your attachments in files in a directory tree. This means you will have one more thing to do when you back up your data but it also means you can save larger (over one gigabyte) files. Filesystem attachment store implements a two stage commit mechanism to maintain integrity even if the database fails to commit the attachment meta-data.
58 58  
59 -{{error}}
60 -The following limitations currently exist when using the filesystem for storing attachments:
59 +{{info}}
60 +Case insensitive filesystems are only supported since XWiki 10.1. In previous version you might have expected behavior when manipulating document or attachments which are the same from a case insensitive point of view since XWiki will always see them as different on its side.
61 +{{/info}}
61 61  
62 -* You must be on a case-sensitive Filesystem. For example if you're on Windows then you might have issue if you create pages with the same name but different case (e.g. ##abc## vs ##Abc##). XWiki is case-sensitive and will end up overwriting attachments if you have several pages with the same name (but different case).
63 -{{/error}}
64 -
65 65  === Enabling Filesystem attachment store ===
66 66  
67 67  ==== New users ====

Get Connected