[Geoserver-devel] [jira] Created: (GEOS-1344) New dispatcher creates temp file for each post request

New dispatcher creates temp file for each post request
------------------------------------------------------

                 Key: GEOS-1344
                 URL: http://jira.codehaus.org/browse/GEOS-1344
             Project: GeoServer
          Issue Type: Improvement
          Components: Global
    Affects Versions: 1.6.0-beta2
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 1.6.0-beta4

The new dispatcher creates a temp file for each post request. This is not very nice, most request as small enough that we can keep them in memory.
We can try to read up to 16kb, if the request is bigger we create the temp file, otherwise we use a ByteArrayInputStream to parse the request from the memory buffer.

--
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