From: Christian W. <cwi...@gm...> - 2021-11-26 03:21:46
|
Dear eXist users, I am using eXist 5.3.0, the latest released version. Without specific configuration, the files and collections uploaded via the eXide manage interface will end up with permissions -rw-r-----, or numerically 0640. I would like change this to -rw-rw-r--, that is numerically 0774 (I think). Now, the eXist-db documentation on [1] implies that this can be configured in conf.xml within the db-connection, such as: <db-connection cacheSize="256M" checkMaxCacheSize="true" collectionCache="64M" database="native" files="../data" pageSize="4096" nodesBuffer="1000" cacheShrinkThreshold="10000" minDiskSpace="1024M" posix-chown-restricted="true" preserve-on-copy="false"> <default-permissions collection="0774" resource="0774"/> ... </db-connection> I changed this and restarted the server, but the observed behavior does not change. What am I doing wrong? Or has this been changed? Any help appreciated, all the best, Christian Wittern [1] https://exist-db.org/exist/apps/doc/configuration |