|
From: | Steven Augart |
Subject: | Re: Patch: BasicPermission constructor |
Date: | Fri, 06 Aug 2004 01:08:20 -0400 |
User-agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 |
I approve Andrew Haley wrote:
2004-08-04 Andrew Haley <address@hidden> * java/security/BasicPermission.java: Don't check wildcards.
[....]
This looks fine. I reviwed the API spec on java.security.BasicPermission and I agree with your conclusion. I approve committing it to classpath.+ // This routine used to check for illegal wildcards, but no such + // requirement exists in the specification and Sun's runtime + // doesn't appear to do it.
I'm CC'ing this reply to classpath-patches because that's the list where most of this stuff is getting processed, as you probably know already. In this case, it's enough of a functionality change that I understand why you posted it to classpath. Makes sense.
--Steve Augart
[Prev in Thread] | Current Thread | [Next in Thread] |