[jboss-cvs] jboss-seam/src/main/org/jboss/seam/security/config ...

Gavin King gavin.king at jboss.com
Tue Oct 24 10:58:04 EDT 2006


  User: gavin   
  Date: 06/10/24 10:58:04

  Modified:    src/main/org/jboss/seam/security/config     
                        AuthConstraint.java SecurityConfigFileLoader.java
                        SecurityConfigLoader.java SecurityConstraint.java
                        WebResourceCollection.java
  Log:
  fixed javadoc errors
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/security/config/AuthConstraint.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AuthConstraint.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/config/AuthConstraint.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- AuthConstraint.java	24 Jul 2006 07:13:39 -0000	1.1
  +++ AuthConstraint.java	24 Oct 2006 14:58:04 -0000	1.2
  @@ -4,7 +4,7 @@
   import java.util.Set;
   
   /**
  - * Represents the <auth-constraint> settings in the config file.
  + * Represents the &lt;auth-constraint&gt; settings in the config file.
    *
    * @author Shane Bryzak
    */
  
  
  
  1.3       +2 -3      jboss-seam/src/main/org/jboss/seam/security/config/SecurityConfigFileLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityConfigFileLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/config/SecurityConfigFileLoader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SecurityConfigFileLoader.java	31 Jul 2006 00:50:55 -0000	1.2
  +++ SecurityConfigFileLoader.java	24 Oct 2006 14:58:04 -0000	1.3
  @@ -1,19 +1,18 @@
   package org.jboss.seam.security.config;
   
   import java.io.InputStream;
  -import java.lang.reflect.Constructor;
  -import java.lang.reflect.Method;
   import java.util.HashSet;
   import java.util.List;
   import java.util.Set;
  +
   import javax.servlet.ServletContext;
   
   import org.dom4j.Document;
   import org.dom4j.Element;
   import org.dom4j.io.SAXReader;
  -import org.jboss.seam.security.filter.handler.Handler;
   import org.jboss.seam.security.filter.handler.BasicHandler;
   import org.jboss.seam.security.filter.handler.FormHandler;
  +import org.jboss.seam.security.filter.handler.Handler;
   
   /**
    * Loads the security configuration from an XML configuration file.
  
  
  
  1.3       +0 -2      jboss-seam/src/main/org/jboss/seam/security/config/SecurityConfigLoader.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityConfigLoader.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/config/SecurityConfigLoader.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- SecurityConfigLoader.java	31 Jul 2006 00:50:55 -0000	1.2
  +++ SecurityConfigLoader.java	24 Oct 2006 14:58:04 -0000	1.3
  @@ -5,8 +5,6 @@
   import org.jboss.seam.security.filter.handler.Handler;
   
   /**
  - * <p> </p>
  - *
    * @author Shane Bryzak
    */
   public interface SecurityConfigLoader
  
  
  
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/security/config/SecurityConstraint.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: SecurityConstraint.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/config/SecurityConstraint.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- SecurityConstraint.java	24 Jul 2006 07:13:39 -0000	1.1
  +++ SecurityConstraint.java	24 Oct 2006 14:58:04 -0000	1.2
  @@ -4,7 +4,7 @@
   import java.util.HashSet;
   
   /**
  - * Represents the <security-constraint> element from the configuration.
  + * Represents the &lt;security-constraint&gt; element from the configuration.
    *
    * @author Shane Bryzak
    */
  
  
  
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/security/config/WebResourceCollection.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: WebResourceCollection.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/security/config/WebResourceCollection.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- WebResourceCollection.java	24 Jul 2006 07:13:39 -0000	1.1
  +++ WebResourceCollection.java	24 Oct 2006 14:58:04 -0000	1.2
  @@ -4,7 +4,7 @@
   import java.util.HashSet;
   
   /**
  - * Represents the <web-resource-collection> element in the config file.
  + * Represents the &lt;web-resource-collection&gt; element in the config file.
    *
    * @author Shane Bryzak
    */
  
  
  



More information about the jboss-cvs-commits mailing list