Community
Participate
Working Groups
Build Identifier: R3_5_1 When checking for the log file size, the EclipseLog code directly accesses the java.io.File.length method. However, this checks permissions. Instead, it should be using the secureAction handler. Patch provided with this small change. Reproducible: Always Steps to Reproduce: 1. Enable a SecurityManager 2. Attempt to log to the EclipseLog
Created attachment 155437 [details] Fixed the bug when logging under the SecurityManager
Thanks Mike! Patch has been released for 3.6.
Comment on attachment 155437 [details] Fixed the bug when logging under the SecurityManager Mark patch for iplog.