Mantis - Resin
Viewing Issue Advanced Details
3044 minor always 11-05-08 10:04 08-24-09 11:28
ferg  
ferg  
normal  
closed  
fixed  
none    
none 4.0.2  
0003044: md5 filter with gzip
(rep by Eric Bowman)

Resin 3.2.1 doesn't want to start, if Md5 Filter is enabled but GZIP
Filter isn't. When GZIP Filter is enabled, all Md5 Filter does to let
me know it's there, is set Transfer-Encoding: chunked on the specified
files. Maybe I'm not doing this right, but I have this in resin.xml:

     <filter filter-name="md5"
             filter-class="com.caucho.filters.MD5Filter"/>

     <filter-mapping url-pattern="/*.entry.atom" filter-name="md5"/>

     <filter filter-name="gzip"
             filter-class="com.caucho.filters.GzipFilter"/>

     <filter-mapping url-pattern="/*" filter-name="gzip"/>


Notes
(0004142)
ferg   
08-24-09 11:28   
server/1872