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

Christian Bauer christian at hibernate.org
Mon Oct 29 11:47:29 EDT 2007


  User: cbauer  
  Date: 07/10/29 11:47:28

  Modified:    examples/wiki/src/etc/WEB-INF  components.xml
  Log:
  Conversation switcher leaked document_id parameter into existing conversation, JBSEAM-2140
  
  Revision  Changes    Path
  1.29      +2 -0      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.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- components.xml	12 Oct 2007 16:31:27 -0000	1.28
  +++ components.xml	29 Oct 2007 15:47:28 -0000	1.29
  @@ -23,6 +23,7 @@
       <mail:mail-session host="mail.bluewin.ch" port="25"/>
   
       <web:multipart-filter create-temp-files="true" max-request-size="10000000" url-pattern="*.seam"/>
  +    <web:redirect-filter disabled="true"/> <!-- Messes up into-conversation-redirect and is not needed -->
   
       <!-- ##### END OF WIKI USER CONFIGURATION ##### -->
   
  @@ -99,6 +100,7 @@
               <value>messages_lastModifiedDocuments</value>
               <value>messages_tags</value>
               <value>messages_userProfile</value>
  +            <value>messages_forum</value>
           </core:bundle-names>
       </core:resource-loader>
   
  
  
  



More information about the jboss-cvs-commits mailing list