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

boli
22.02.2007 ae3f32395e2572bfefe3381a2d2caa385f6968a4
refs
author boli <boli@localhost>
Tuesday, May 22, 2007 18:02 +0200
committer boli <boli@localhost>
Tuesday, May 22, 2007 18:02 +0200
commitae3f32395e2572bfefe3381a2d2caa385f6968a4
tree ad02e4b257466dbc00fb34d2e084774671c9ca3c tree | zip | gz
parent 72f5e7540be90f40936ba403a48f1af977a8136f 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
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/RootContainer.java 22 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/loggers/MultifileTextWriter.java 26 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/JebMessages.java 14 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/messages/LoggerMessages.java 30 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/types/FilePermission.java 40 ●●●●● diff | view | raw | blame | history