[Geoserver-devel] [jira] Created: (GEOS-3680) HTMLImageMapMapProducer is not declared as singleton="false" in the Spring context

HTMLImageMapMapProducer is not declared as singleton="false" in the Spring context
----------------------------------------------------------------------------------

                 Key: GEOS-3680
                 URL: http://jira.codehaus.org/browse/GEOS-3680
             Project: GeoServer
          Issue Type: Bug
            Reporter: Andrea Aime
            Assignee: Mauro Bartolomeoli
             Fix For: 2.0.1

Map producers extending AbstractGetMapProducer are not thread safe, they should be declared in the Spring context as prototypes, using singleton="false", just like PNGMapProducer:

{code:xml}
        <bean id="PNGMapProducer"
    singleton="false"
    class="org.vfny.geoserver.wms.responses.map.png.PNGMapProducer">
    <constructor-arg index="0" ref="wms"/>
  </bean>
{code}

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira