[Geoserver-users] format_options and POST requests

Is the format_options parameter supported in POST requests (expecially wfs requests)? If yes, how can it be used in a GetFeature request?

Thanks,
Mauro Bartolomeoli

It should be yes, if not it is a bug. Basically just do the POST as you normally would, just specifying the format_options parameter. Example with curl:

curl -XPOST -d '...' http://localhost:8080/geoserver/wfs?format_options=

-Justin

Mauro Bartolomeoli wrote:

Is the format_options parameter supported in POST requests (expecially wfs requests)? If yes, how can it be used in a GetFeature request?

Thanks,
Mauro Bartolomeoli

------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.

I did some testing (1.7.5) and it seems to be ignored. It's correctly read when I specify all parameters in the url (effectively doing a GET request), but when I'm sending a post (through the "Sample Requests" geoserver page), no way. I presume that on post all parameters are taken from the request xml and I can't see any corresponding attribute in the XML Schema.

Thanks,
Mauro Bartolomeoli

Justin Deoliveira wrote:

It should be yes, if not it is a bug. Basically just do the POST as you normally would, just specifying the format_options parameter. Example with curl:

curl -XPOST -d '...' http://localhost:8080/geoserver/wfs?format_options=

-Justin

Mauro Bartolomeoli wrote:

Is the format_options parameter supported in POST requests (expecially wfs requests)? If yes, how can it be used in a GetFeature request?

Thanks,
Mauro Bartolomeoli

------------------------------------------------------------------------------

_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users