mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
22.02.2007 b1dcddff57a0b88631361531943b212371318b92
refs
author boli <boli@localhost>
Tuesday, May 22, 2007 18:02 +0200
committer boli <boli@localhost>
Tuesday, May 22, 2007 18:02 +0200
commitb1dcddff57a0b88631361531943b212371318b92
tree 24dc070eb080846eb9bbf13fd85b8aa4d02cf938 tree | zip | gz
parent bfc99c4e67ec13c960168e897874ce2c5a38deaa view | diff
Fixed issue where the server issued warnings about setting file permissions on startup on Windows platforms. This applies for the DB 
directory and log file permissions. With Java 6, it is impossible to set a read and execute permission to false on Windows. The file
permissions class now takes this into account and does not consider a false result from setting read and execute permissions to false
on Windows a failure.

Fix for issue 202
5 files modified
132 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/RootContainer.java 22 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/loggers/MultifileTextWriter.java 26 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/JebMessages.java 14 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/LoggerMessages.java 30 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/FilePermission.java 40 ●●●●● diff | view | raw | blame | history