masonjm     2004/08/18 14:07:10

  Modified:    src/conf/webapp Tag: SLIDE_2_1_RELEASE_BRANCH web.xml
  Added:       src/webdav/server/org/apache/slide/webdav/filter Tag:
                        SLIDE_2_1_RELEASE_BRANCH NoCacheFilter.java
  Log:
  Workaround for bug in IE that breaks some file types when using SSL.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.1   +98 -0     
jakarta-slide/src/webdav/server/org/apache/slide/webdav/filter/Attic/NoCacheFilter.java
  
  
  
  
  No                   revision
  No                   revision
  1.30.2.2  +18 -0     jakarta-slide/src/conf/webapp/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/conf/webapp/web.xml,v
  retrieving revision 1.30.2.1
  retrieving revision 1.30.2.2
  diff -u -r1.30.2.1 -r1.30.2.2
  --- web.xml   10 Aug 2004 21:12:23 -0000      1.30.2.1
  +++ web.xml   18 Aug 2004 21:07:10 -0000      1.30.2.2
  @@ -44,10 +44,28 @@
           </init-param>
           -->
       </filter>
  +    <!-- If you're operating Slide with an SSL connection and with authentication 
enabled
  +         and you notice that Internet Explorer is unable to open some file types 
you may
  +         want to uncomment the following filter and its associated filter-mapping. 
See the
  +         javadoc for the NoCacheFilter class for a description of the problem and 
discussion
  +         of the ramifications. -->
  +    <!--
  +    <filter>
  +        <filter-name>nocache</filter-name>
  +        <filter-class>org.apache.slide.webdav.filter.NoCacheFilter</filter-class>
  +    </filter>
  +    -->
  +
       <filter-mapping>
           <filter-name>webdavlog</filter-name>
           <servlet-name>webdav</servlet-name>
       </filter-mapping>
  +    <!--
  +    <filter-mapping>
  +        <filter-name>nocache</filter-name>
  +        <servlet-name>webdav</servlet-name>
  +    </filter-mapping>
  +    -->
       <!-- Definition and configuration of Slide's WebDAV servlet. -->
       <servlet>
           <servlet-name>webdav</servlet-name>
  
  
  

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

Reply via email to