Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3044 | minor | always | 11-05-08 10:04 | 08-24-09 11:28 | |
|
|||||
Reporter: | ferg | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
Summary: | 0003044: md5 filter with gzip | ||||
Description: |
(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"/> |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|