[jboss-cvs] jboss-seam/examples/wiki/src/etc/WEB-INF ...

Christian Bauer christian at hibernate.org
Sat Apr 21 04:13:49 EDT 2007


  User: cbauer  
  Date: 07/04/21 04:13:49

  Modified:    examples/wiki/src/etc/WEB-INF    components.xml pages.xml
                        web.xml
  Log:
  Kicked out jCaptcha and replaced with simple math captcha
  
  Revision  Changes    Path
  1.10      +1 -1      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/components.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -b -r1.9 -r1.10
  --- components.xml	18 Apr 2007 15:34:28 -0000	1.9
  +++ components.xml	21 Apr 2007 08:13:49 -0000	1.10
  @@ -27,7 +27,7 @@
       <core:init debug="false" jndi-pattern="@jndiPattern@"/>
   
       <core:manager concurrent-request-timeout="500"
  -                  conversation-timeout="120000"
  +                  conversation-timeout="1200000"
                     conversation-id-parameter="cid"
                     conversation-is-long-running-parameter="clr"/>
   
  
  
  
  1.11      +0 -4      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/pages.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -b -r1.10 -r1.11
  --- pages.xml	8 Apr 2007 15:10:31 -0000	1.10
  +++ pages.xml	21 Apr 2007 08:13:49 -0000	1.11
  @@ -4,10 +4,6 @@
   <pages login-view-id="/loginRequired.xhtml"
           no-conversation-view-id="/display.xhtml">
   
  -    <page view-id="/test.xhtml" action="#{browser.prepare}">
  -        <param name="nodeId" value="#{browser.nodeId}"/>
  -    </page>
  -
       <page view-id="/display.xhtml" action="#{browser.prepare}">
           <param name="nodeId" value="#{browser.nodeId}"/>
   
  
  
  
  1.8       +1 -1      jboss-seam/examples/wiki/src/etc/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/wiki/src/etc/WEB-INF/web.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- web.xml	20 Apr 2007 09:10:13 -0000	1.7
  +++ web.xml	21 Apr 2007 08:13:49 -0000	1.8
  @@ -66,7 +66,7 @@
   
       <context-param>
          <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -       <param-value>client</param-value>
  +       <param-value>server</param-value>
       </context-param>
   
       <context-param>
  
  
  



More information about the jboss-cvs-commits mailing list