To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=101891
------- Additional comments from [email protected] Sun Mar 21 23:03:21 +0000 2010 ------- Still a bug in 3.2.0. The issue is that you are using the file unix mode to determine access rights on your own. This needs to be done by access() calls (your way also won't work in an acl scenario, which sucks too). As stated in source the other side is > We don't use access(...) because access follows links which > may cause performance problems see #97133. but please, at least make this compile-time configurable. A patch is attached, please review. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
