[Geoserver-devel] [jira] Created: (GEOS-2616) Mime type was not set before first write!

Mime type was not set before first write!
-----------------------------------------

                 Key: GEOS-2616
                 URL: http://jira.codehaus.org/browse/GEOS-2616
             Project: GeoServer
          Issue Type: Bug
          Components: WFS
    Affects Versions: 1.6.2
         Environment: OpenLayers 2.7
            Reporter: T Vieira
            Assignee: Andrea Aime

Hi,

I'm working with OpenLayers2.7 and Geoserver 1.6.2.

When i execute a WFS GetFeature, sometimes i've got this error in Geoserver
log:

Request: getFeature
handle = null
service = WFS
version = 1.1.0
baseUrl = http://10.112.80.32:8080/Geoserver/
query = [.........................................................]
maxFeatures = null
outputFormat = text/xml; subtype=gml/3.1.1
resultType = results
traverseXlinkDepth = null
traverseXlinkExpiry = null

Result:
2009-02-09 11:26:43,081 WARN [org.geoserver.filters] - Mime type was not set
before first write!
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - Not compressing
output for mimetype: null
2009-02-09 11:26:43,081 INFO [org.geoserver.filters] - 10.112.87.137 "POST
/Geoserver/wfs" took 546ms

Can anyone tell what could be causing this error?

It's the gzip compression filter that has probably a detection bug...
which in turn means the output is not getting gzip compressed on the
fly, which is bad for performance on wide area networks.

Cheers
Andrea

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