Issue Details (XML | Word | Printable)

Key: APF-701
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Upgrade to EhCache 1.3.0-beta

Created: 22/Mar/07 04:50 PM   Updated: 22/Mar/07 05:57 PM   Resolved: 22/Mar/07 05:57 PM
Component/s: Persistence Layer, Web - General
Affects Version/s: 2.0-M3
Fix Version/s: 2.0-M4


 Description  « Hide
Upgrade because it fixes issues with GZip as well as Hibernate's cache and shutdown errors.

Matt Raible added a comment - 22/Mar/07 05:47 PM
Also uncomment gzipFilter <filter-mapping> in web.xml since it works with Display Tag now. If you're modifying your web.xml to use this filter, make sure the gzipFitler comes before the exportFilter.

    <filter-mapping>
        <filter-name>gzipFilter</filter-name>
        <url-pattern>/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
        <filter-name>exportFilter</filter-name>
        <url-pattern>*.html</url-pattern>
    </filter-mapping>

Matt Raible made changes - 22/Mar/07 05:57 PM
Field Original Value New Value
Resolution Fixed [ 1 ]
Status Open [ 1 ] Resolved [ 5 ]