vmassol     01/08/30 05:54:34

  Modified:    cactus/conf/sample/conf/test/servlet22/resin12 resin.conf
               cactus/conf/sample/conf/test/servlet23/resin13 resin.conf
               cactus/conf/sample/conf/test/share/resin20 resin.conf
  Log:
  simulating a broken http client is no longer needed as the fix for 
AutoReadHttpURLConnection solved the problem
  
  Revision  Changes    Path
  1.4       +0 -5      
jakarta-commons/cactus/conf/sample/conf/test/servlet22/resin12/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/servlet22/resin12/resin.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resin.conf        2001/08/24 16:05:46     1.3
  +++ resin.conf        2001/08/30 12:54:33     1.4
  @@ -11,11 +11,6 @@
         <war-dir id='.'/>
   
       </host>
  -
  -    <!-- JDK 1.3 HttpURLConnection is broken and does not really support
  -         HTTP/1.1, especially for empty HTTP responses. Hopefully Resin has
  -         a feature to return an HTTP/1.0 response ! -->
  -    <browser-mapping regexp="Java1\.3" force10/>
       
     </http-server>
   
  
  
  
  1.4       +0 -5      
jakarta-commons/cactus/conf/sample/conf/test/servlet23/resin13/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/servlet23/resin13/resin.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resin.conf        2001/08/24 16:06:00     1.3
  +++ resin.conf        2001/08/30 12:54:33     1.4
  @@ -9,11 +9,6 @@
       <host id=''>
         <war-dir id='.'/>
       </host>
  -
  -    <!-- JDK 1.3 HttpURLConnection is broken and does not really support
  -         HTTP/1.1, especially for empty HTTP responses. Hopefully Resin has
  -         a feature to return an HTTP/1.0 response ! -->
  -    <browser-mapping browser="Java1\.3" force10/>
       
     </http-server>
   
  
  
  
  1.4       +0 -5      
jakarta-commons/cactus/conf/sample/conf/test/share/resin20/resin.conf
  
  Index: resin.conf
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/cactus/conf/sample/conf/test/share/resin20/resin.conf,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- resin.conf        2001/08/24 16:06:11     1.3
  +++ resin.conf        2001/08/30 12:54:34     1.4
  @@ -9,11 +9,6 @@
       <host id=''>
         <war-dir id='.'/>
       </host>
  -
  -    <!-- JDK 1.3 HttpURLConnection is broken and does not really support
  -         HTTP/1.1, especially for empty HTTP responses. Hopefully Resin has
  -         a feature to return an HTTP/1.0 response ! -->
  -    <browser-mapping regexp="Java1\.3" force10/>
       
     </http-server>
   
  
  
  

Reply via email to