Upayavira wrote:
Says:

if (!(d.canRead() && d.canWrite())) {
log.error("Directory '" + d + "' is not readable/writable");
throw new IOException("Directory '" + d + "' is not readable/writable");
}

Hmm. This has been in the CLI since Cocoon 2.0. I've no idea why it is there. Assuming that everything still works after removing the d.canWrite(), I'm quite happy with it being removed.

Patch for this can be found in bugzilla:

  http://issues.apache.org/bugzilla/show_bug.cgi?id=32214

--
Rick Tessner
[EMAIL PROTECTED]

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature



Reply via email to