===================================== 20130917 (Tuesday, 17 September 2013) ===================================== ledger.DuePaymentsByPartner --------------------------- ledger.Match Still fiddling on :ref:`davlink` -------------------------------- I set up a testing environment for davlink on hoppel. So that I now can reproduce the problem which occured only on a Windows client. Tried to get rid of the "Could not load Shockwave Flash" message in Chromium as explained `here `_ ... (didn't work) - `Default Policy Implementation and Policy File Syntax `_ - `Mixing Signed and Unsigned Code / Ensuring Application and Applet Security `_ - Oho, finally this document was the path to enlightment: `Setting Privileges for Extensions `_. It says: If a Security Manager is in force, the following conditions must be met to enable any software, including extension software, to perform security-sensitive operations: - The security-sensitive code in the extension must be wrapped in a PrivilegedAction object. - The security policy implemented by the security manager must grant the appropriate permission to the extension. After wrapping the relevant code parts into PrivilegedAction objects, everything now seems to work like a charm.