[jboss-cvs] jboss-portal/core/src/resources/portal-core-war/WEB-INF ...

Julien Viet julien at jboss.com
Mon Jul 31 22:02:14 EDT 2006


  User: julien  
  Date: 06/07/31 22:02:14

  Modified:    core/src/resources/portal-core-war/WEB-INF  web.xml
  Log:
  workaround for scarying bug related to the magic combo (myfaces/facelets/tomahawk) that took me 2 hours of my time this night at 2am (as known as JBPORTAL-975 in jira).
  
  Revision  Changes    Path
  1.21      +1 -1      jboss-portal/core/src/resources/portal-core-war/WEB-INF/web.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: web.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-portal/core/src/resources/portal-core-war/WEB-INF/web.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -b -r1.20 -r1.21
  --- web.xml	6 Jul 2006 13:35:21 -0000	1.20
  +++ web.xml	1 Aug 2006 02:02:13 -0000	1.21
  @@ -38,7 +38,7 @@
      </context-param>
      <context-param>
         <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
  -      <param-value>server</param-value>
  +      <param-value>client</param-value>
      </context-param>
      <!-- Extensions Filter -->
      <filter>
  
  
  



More information about the jboss-cvs-commits mailing list