[Geoserver-devel] Bugs on GetFeature by POST method with GML2-GZIP

Hmmm... Sounds like a tough one. If you do figure anything out with it
let me know - it could maybe be something with the mime type? Like the
browser isn't expecting it gzip unless it is the one issueing the request?

Chris

On Wed, 3 Nov 2004, Long Nguyen wrote:

Um...I know the code to reponse POST&GET method is the same...
Infact I used the function postURL of Adobe SVGViewer 3.0 ( As a part
of GeoClient 0.11 to get feature ) It could not run... Then I try to
debug I know the received data is not valid ( its only a piece of GZip
format ). I also use TestWfsPost it returned uncompletely Gzip data
format... I saw the code to write data to GZIPOutputStream in class
GML2FeatureResponseDelegate and print out. Its a valid gzip format..
I think the problem is why WebBrowse does not get all of Gzip data...
as Get method can do.
( I tested on some WebBrowses... and the outputs are the same )
Thank for your repply.
Long Nguyen

--