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

Shane Bryzak Shane_Bryzak at symantec.com
Thu Feb 8 05:42:21 EST 2007


  User: sbryzak2
  Date: 07/02/08 05:42:21

  Modified:    examples/seamspace/resources/WEB-INF   components.xml
                        web.xml
  Log:
  JBSEAM-792
  
  Revision  Changes    Path
  1.20      +8 -0      jboss-seam/examples/seamspace/resources/WEB-INF/components.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/components.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -b -r1.19 -r1.20
  --- components.xml	7 Feb 2007 16:38:07 -0000	1.19
  +++ components.xml	8 Feb 2007 10:42:21 -0000	1.20
  @@ -27,6 +27,14 @@
           <property name="persistenceUnitJndiName">java:/seamspaceEntityManagerFactory</property>
       </component>        
       
  +    <event type="org.jboss.seam.notLoggedIn">
  +        <action expression="#{redirect.captureCurrentView}"/>
  +    </event>
  +    
  +    <event type="org.jboss.seam.postAuthenticate">
  +        <action expression="#{redirect.returnToCapturedView}"/>
  +    </event>    
  +    
       <component class="org.jboss.seam.servlet.MultipartConfig">
           <property name="createTempFiles">true</property>
           <property name="maxRequestSize">1000000</property>
  
  
  
  1.10      +0 -4      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.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- web.xml	4 Feb 2007 08:11:26 -0000	1.9
  +++ web.xml	8 Feb 2007 10:42:21 -0000	1.10
  @@ -39,10 +39,6 @@
       <filter>
           <filter-name>Seam Multipart Filter</filter-name>
           <filter-class>org.jboss.seam.servlet.SeamMultipartFilter</filter-class>
  -        <init-param>
  -          <param-name>createTempFiles</param-name>
  -          <param-value>true</param-value>
  -        </init-param>
       </filter>
       
       <filter-mapping>
  
  
  



More information about the jboss-cvs-commits mailing list