vmassol     2003/10/24 08:09:19

  Modified:    .        build.properties.sample
               samples/servlet/src/scripts/j2ee12 build.properties
               samples/servlet/src/scripts/j2ee13 build.properties
               documentation/docs/xdocs testedon.xml
               samples/servlet build.properties.sample
  Log:
  - Added testedon for Tomcat 4.1.27 and 5.0.12
  - Upgraded default properties file with latest versions of Tomcat
  (Merged from 1.5 branch)
  
  Revision  Changes    Path
  1.88      +3 -3      jakarta-cactus/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build.properties.sample,v
  retrieving revision 1.87
  retrieving revision 1.88
  diff -u -r1.87 -r1.88
  --- build.properties.sample   23 Oct 2003 12:27:42 -0000      1.87
  +++ build.properties.sample   24 Oct 2003 15:09:18 -0000      1.88
  @@ -168,8 +168,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.10
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.24
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.3
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  
  1.14      +3 -3      
jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee12/build.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.properties  13 Oct 2003 20:28:40 -0000      1.13
  +++ build.properties  24 Oct 2003 15:09:18 -0000      1.14
  @@ -35,8 +35,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.10
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.24
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.3
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.weblogic7x = c:/bea/weblogic700
  
  
  
  1.13      +3 -4      
jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties
  
  Index: build.properties
  ===================================================================
  RCS file: 
/home/cvs/jakarta-cactus/samples/servlet/src/scripts/j2ee13/build.properties,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- build.properties  13 Oct 2003 20:28:40 -0000      1.12
  +++ build.properties  24 Oct 2003 15:09:18 -0000      1.13
  @@ -40,10 +40,9 @@
   #       tests on the Resin 2.x, comment the "cactus.home.resin2x" property.
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.10
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.24
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.3
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
   #cactus.home.weblogic7x = c:/bea/weblogic700
  -
  
  
  
  1.42      +31 -69    jakarta-cactus/documentation/docs/xdocs/testedon.xml
  
  Index: testedon.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/testedon.xml,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- testedon.xml      13 Sep 2003 10:16:30 -0000      1.41
  +++ testedon.xml      24 Oct 2003 15:09:18 -0000      1.42
  @@ -13,34 +13,13 @@
   
       <section title="What containers has Cactus been tested on?">
   
  -      <ul>
  -        <li>
  -          <jump anchor="tested_on">Tested on ...</jump>
  -        </li>
  -        <li>
  -          <jump anchor="fails_on">Fails on ...</jump>
  -        </li>
  -      </ul>
  -
  -    </section>
  -
  -    <anchor id="tested_on"/>
  -    <section title="Tested on ...">
  -
         <note>
           Cactus is supposed to work on any J2EE 1.2 and 1.3 compliant servers.
           However, we have found in the past that some containers were displaying
  -        some weird behaviours (and that there were also bugs in Cactus that
  -        were making it non 100% spec-compliant - we have corrected all of these
  -        and are not aware of any problem at this time).
  +        some weird behaviours. Hence this page...
         </note>
   
         <p>
  -        This page shows the different versions of servers that have been
  -        reported to work fine with Cactus. By working we mean that the Cactus
  -        sample application ran fine.
  -      </p>
  -      <p>
           If you have tested Cactus on a configuration that is not listed
           below, please send an email to the
           <link href="site:mailinglist">Cactus user mailing list</link> with
  @@ -57,17 +36,11 @@
             </tr>
             <tr>
               <td>Resin</td>
  -            <td>2.1.4, 2.1.8, 2.1.9</td>
  +            <td>2.1.4, 2.1.6, 2.1.8, 2.1.9, 2.1.10</td>
               <td>1.2, 1.3</td>
               <td/>
             </tr>
             <tr>
  -            <td>Resin</td>
  -            <td>2.1.6, 2.1.10</td>
  -            <td>1.3</td>
  -            <td/>
  -          </tr>
  -          <tr>
               <td>Tomcat</td>
               <td>3.3.1, 3.3.1a</td>
               <td>1.2</td>
  @@ -75,22 +48,17 @@
             </tr>
             <tr>
               <td>Tomcat</td>
  -            <td>4.0.6, 4.1.18, 4.1.24</td>
  -            <td>1.2, 1.3</td>
  -            <td/>
  -          </tr>
  -          <tr>
  -            <td>Tomcat</td>
  -            <td>5.0.2-alpha</td>
  +            <td>4.0.6, 4.1.18, 4.1.24, 4.1.27</td>
               <td>1.2, 1.3</td>
               <td/>
             </tr>
             <tr>
               <td>Tomcat</td>
  -            <td>5.0.3-alpha</td>
  +            <td>5.0.2-alpha, 5.0.3-alpha 5.0.12</td>
               <td>1.2, 1.3</td>
               <td>
  -              One test from the Cactus test suite is failing: 
  +              With Tomcat 5.0.3-alpha, one test from the Cactus test suite is 
  +              failing: 
                 <code>testGetRequestDispatcherFromNamedDispatcherOK</code>.
               </td>
             </tr>
  @@ -118,7 +86,7 @@
             </tr>
             <tr>
               <td>Weblogic</td>
  -            <td>7.0 SP2</td>
  +            <td>7.0 SP2, 7.0 SP4</td>
               <td>1.2, 1.3</td>
               <td/>
             </tr>
  @@ -189,6 +157,18 @@
               <td>1.2, 1.3</td>
               <td/>
             </tr>
  +          <tr>
  +            <td>Enhydra</td>
  +            <td>3.3.1 b1</td>
  +            <td>1.2</td>
  +            <td>
  +              Enhydra does not seem to support BASIC authentication as defined
  +              by the Servlet specifications and thus the Sample tests which use
  +              security fail. All other tests run fine and thus if you don't 
  +              need to test secure code, you should be fine with 
  +              Enhydra 3.3.1 b1.
  +            </td>
  +          </tr>
           </table>
         </section>
   
  @@ -236,38 +216,20 @@
               <td>1.2, 1.3</td>
               <td/>
             </tr>
  +          <tr>
  +            <td>Enhydra</td>
  +            <td>3.3.1 b1</td>
  +            <td>1.2</td>
  +            <td>
  +              Enhydra does not seem to support BASIC authentication as defined
  +              by the Servlet specifications and thus the Sample tests which use
  +              security fail. All other tests run fine and thus if you don't 
  +              need to test secure code, you should be fine with 
  +              Enhydra 3.3.1 b1.
  +            </td>
  +          </tr>
           </table>
         </section>
  -
  -    </section>
  -
  -    <anchor id="fails_on"/>
  -    <section title="Fails on ...">
  -
  -      <p>
  -        Some containers have some issues which prevent them from running the
  -        Cactus sample application tests.
  -      </p>
  -
  -      <table>
  -        <tr>
  -          <th>Server</th>
  -          <th>Versions</th>
  -          <th>J2EE APIs</th>
  -          <th>Reason</th>
  -        </tr>
  -        <tr>
  -          <td>Enhydra</td>
  -          <td>3.3.1 b1</td>
  -          <td>1.2</td>
  -          <td>
  -            Enhydra does not seem to support BASIC authentication as defined
  -            by the Servlet specifications and thus the Sample tests which use
  -            security fail. All other tests run fine and thus if you don't need
  -            to test secure code, you should be fine with Enhydra 3.3.1 b1.
  -          </td>
  -        </tr>
  -      </table>
   
       </section>
   
  
  
  
  1.17      +3 -3      jakarta-cactus/samples/servlet/build.properties.sample
  
  Index: build.properties.sample
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/samples/servlet/build.properties.sample,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- build.properties.sample   23 Oct 2003 12:27:43 -0000      1.16
  +++ build.properties.sample   24 Oct 2003 15:09:19 -0000      1.17
  @@ -54,8 +54,8 @@
   
   #cactus.home.resin2x = c:/Apps/resin-2.1.10
   #cactus.home.tomcat3x = c:/Apps/jakarta-tomcat-3.3.1a
  -#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.24
  -#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.3
  +#cactus.home.tomcat4x = c:/Apps/jakarta-tomcat-4.1.27
  +#cactus.home.tomcat5x = c:/Apps/jakarta-tomcat-5.0.12
   #cactus.home.orion1x = c:/Apps/orion-1.6.0
   #cactus.home.orion2x = c:/Apps/orion-2.0.2
   #cactus.home.jboss3x = c:/Apps/jboss-3.2.1
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to