[Geoserver-devel] [jira] Created: (GEOS-4686) Secured coverage wrappers will dispose the readers making fruther reads impossible

Secured coverage wrappers will dispose the readers making fruther reads impossible
----------------------------------------------------------------------------------

                 Key: GEOS-4686
                 URL: https://jira.codehaus.org/browse/GEOS-4686
             Project: GeoServer
          Issue Type: Bug
          Components: Security
    Affects Versions: 2.1.1
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.1.2

The wrapper has to be a subclass of AbstractGridCoverageReader2D, which in its finalizer calls dispose. So when the wrapper is disposed the call cascades to the real reader, and that happens soon since the wrapper is built on a per request basis

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira