[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...

Shane Bryzak Shane_Bryzak at symantec.com
Fri Jan 26 00:32:20 EST 2007


  User: sbryzak2
  Date: 07/01/26 00:32:20

  Modified:    examples/seamspace/resources/WEB-INF   pages.xml web.xml
  Log:
  removed security filter
  
  Revision  Changes    Path
  1.12      +5 -1      jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pages.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/pages.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -b -r1.11 -r1.12
  --- pages.xml	25 Jan 2007 16:48:54 -0000	1.11
  +++ pages.xml	26 Jan 2007 05:32:20 -0000	1.12
  @@ -49,6 +49,10 @@
           <navigation from-action="#{blog.createComment}">
             <redirect view-id="/comment.xhtml"/>
           </navigation>
  +        
  +        <navigation from-action="#{blog.createEntry}">
  +          <redirect view-id="/createBlog.xhtml"/>
  +        </navigation>
       </page>
       
   
  
  
  
  1.7       +0 -12     jboss-seam/examples/seamspace/resources/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/web.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- web.xml	22 Jan 2007 16:20:03 -0000	1.6
  +++ web.xml	26 Jan 2007 05:32:20 -0000	1.7
  @@ -24,18 +24,6 @@
           <url-pattern>*.seam</url-pattern>
       </filter-mapping>
       
  -    <!-- Seam security filter -->
  -    
  -    <filter>
  -      <filter-name>Seam Security Filter</filter-name>
  -      <filter-class>org.jboss.seam.security.filter.SeamSecurityFilter</filter-class>
  -    </filter>
  -    
  -    <filter-mapping>
  -      <filter-name>Seam Security Filter</filter-name>
  -      <url-pattern>*.seam</url-pattern>
  -    </filter-mapping>
  -    
       <!-- Seam exception filter -->
       
       <filter>
  
  
  



More information about the jboss-cvs-commits mailing list