Ticket #49 (closed defect: duplicate)

Opened 3 years ago

Last modified 3 years ago

mbox writer - permissions

Reported by: jfp Assigned to: jfp
Priority: normal Milestone: Knucker
Component: plugins Version:
Severity: normal Keywords:
Cc:

Description

When a mbox file is created, try to set ownership (if possible) to the related user. Maybe specific code depending on the platform.

Change History

02/14/06 07:47:16 changed by jfp

  • component changed from configuration to plugins.
  • severity changed from minor to normal.

In java 5, on java.io.File there is nothing to set permissions. In java 6 preview, there are interesting things on java.io.File : setExecutable, setReadable, setWriteable. Still nothing to change owner of a file in Java.

Runtime.exec ? How to determine owner in delivery plugins ?

02/14/06 07:48:44 changed by jfp

  • status changed from new to closed.
  • resolution set to duplicate.

Duplicate with ticket 52