Community
Participate
Working Groups
getUserPreferencesDirectory() checks for the DSTORE_LOG_DIRECTORY property to allow changing the preferences directory. In this process, getUserPreferencesDirectory() ensures there's a trailing file.separator, but it does not check for a leading one. This can result in a double file.separator in the path as DSTORE_LOG_DIRECTORY is appended to _userPreferencesDirectory which has a trailing file.separator. Please backport to 3.0.3 and 3.2.1
Created attachment 188321 [details] patch to remote leading / from log directory
I've committed the fix to cvs. I've opened bug 336350 for the 3.2.x backport and I've opend bug 336351 for the 3.0.x backport.