Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1761 | major | always | 05-27-07 08:34 | 06-01-07 11:58 | |
|
|||||
Reporter: | jkriesten | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.2 | ||
|
|||||
Summary: | 0001761: GzipFilter always compresses | ||||
Description: |
GzipFilter always compresses, regardless whethere or not the incoming stream is already compressed (e.g. if other filters already applied gzip). Came over it when using WicketFilter (http://incubator.apache.org/wicket/), [^] which already applies and caches resources as gzip. Compressing it twice broke the requested site. |
||||
Steps To Reproduce: | |||||
Additional Information: |
resin 3.1.1 / JDK 1.6 <resin:if test="${isResinProfessional}"> <filter filter-name="gzip" filter-class="com.caucho.filters.GzipFilter"/> <filter-mapping url-pattern="/*" filter-name="gzip"/> </resin:if> |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|