Andrea Aime created GEOT-4142:
---------------------------------

             Summary: Have coordinate wrapping projection handler protect 
itself from "excessive copy" misuse
                 Key: GEOT-4142
                 URL: https://jira.codehaus.org/browse/GEOT-4142
             Project: GeoTools
          Issue Type: Improvement
          Components: render
    Affects Versions: 2.7.4
            Reporter: Andrea Aime
            Assignee: Andrea Aime


The wrapping current projection handler just copies over the geometry as many 
times as necessary to fill the rendering area. However the number of copies can 
be excessive and result in killing the virtual machine by OOM.
Have the wrapping handler protect itself from unreasoable usage by limiting the 
number of geometry copies it does, and simply refuse cloning in case it would 
generate too many copies (and throw an exception?)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to