Diff for /java/classes/org/w3c/jigsaw/acl/HTTPPermission.java between versions 1.2 and 1.3

version 1.2, 1999/04/23 14:06:46 version 1.3, 2000/08/16 21:37:33
Line 2 Line 2
 // $Id$  // $Id$
 // (c) COPYRIGHT MIT, INRIA and Keio, 1999.  // (c) COPYRIGHT MIT, INRIA and Keio, 1999.
 // Please first read the full copyright statement in file COPYRIGHT.html  // Please first read the full copyright statement in file COPYRIGHT.html
    
 package org.w3c.jigsaw.acl;  package org.w3c.jigsaw.acl;
   
 import java.security.acl.Permission;  import java.security.acl.Permission;
Line 14  import org.w3c.jigsaw.http.Request; Line 14  import org.w3c.jigsaw.http.Request;
  * @author  Benoît Mahé (bmahe@w3.org)   * @author  Benoît Mahé (bmahe@w3.org)
  */   */
 public class HTTPPermission implements Permission {  public class HTTPPermission implements Permission {
       
     protected String method = null;      protected String method = null;
   
     protected String getMethod() {      protected String getMethod() {

Removed from v.1.2  
changed lines
  Added in v.1.3


Webmaster