Re: [AC] Access Control Algorithm

On Tue, 27 Mar 2007 15:47:34 +0200, Thomas Roessler <tlr@w3.org> wrote:
>> All problems that are solved by this proposal are also solved by
>> the other (two global lists) proposal.
>
> allow from *.example.com except from *.corp.example.com
> allow from bigboss.corp.example.com

You mean the following I think:

   [([*.*.example.com], [*.corp.example.com])
   ,([bigboss.corp.example.com], [])]

(Note the extra * before example.com.) I agree that this is indeed much  
easier to address using your proposal unless we try to go into the "* is  
less important than label" thing again which would probably make it more  
complicated.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Tuesday, 27 March 2007 13:57:40 UTC