classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] Patch: java.io.FilePermission.implies checks reversed


From: Mark Wielaard
Subject: Re: [cp-patches] Patch: java.io.FilePermission.implies checks reversed
Date: Wed, 16 Nov 2005 20:11:31 +0100

Hi Gary,

On Wed, 2005-11-16 at 15:10 +0000, Gary Benson wrote:
> The checks at the end of java.io.FilePermission.implies are backward.
> They're supposed to be checking that fp's actions are a subset of this
> object's actions, but they're actually checking that this object's
> actions are a subset of fp's.  The attached patch fixes.

Oops.

> 2005-11-16  Gary Benson  <address@hidden>
> 
>        * java/io/FilePermission.java (implies): Correct the sense
>        in which action checks are applied.

And you created mauve tests for this. Very nice!
Patch checked in.

> Also, as an aside, the (simple) action checks are performed after the
> (complex) pathname checks.  We'd refuse permission slightly faster if
> we did the action checks first.

Yeah, but I assume that in general programs only try to open files that
they have permission for, so we have to do all checks anyway except if
they have ALL_FILES permission. But maybe that isn't true in practise.
Please feel free to supply another patch to change the order.

Thanks again,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]