vmassol     01/08/24 09:06:00

  Modified:    cactus/conf/sample/conf/test/servlet23/resin13 resin.conf
  Log:
  * use browser-mapping tag for trying to fix broken JDK 1.3 HttpURLConnection and 
forcing Resin in HTTP 1.0 mode
  
  Revision  Changes    Path
  1.3       +5 -0      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- resin.conf        2001/08/02 15:02:32     1.2
  +++ resin.conf        2001/08/24 16:06:00     1.3
  @@ -9,6 +9,11 @@
       <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>
   
  
  
  

Reply via email to