[Mapbender_dev] [Mapbender] #651: Problems with digitizing using
connectiontype curl
Mapbender
mapbender_dev at lists.osgeo.org
Tue Jun 29 06:19:17 EDT 2010
#651: Problems with digitizing using connectiontype curl
---------------------+------------------------------------------------------
Reporter: mschulz | Owner: dev
Type: defect | Status: new
Priority: major | Milestone: 2.6.2 release
Component: core | Version: 2.6
Keywords: |
---------------------+------------------------------------------------------
Digitizing using connectiontype curl may not be working correctly. Not
sure whether Geoserver (2.0.2) version as wfs-t is relevant. The problem
is that the post request does not have the xml body set, because in
class_connector.php:169 httpType is compared to "POST" (uppercase) whereas
class_ows sets httpType to "post" (lowercase). Thus the request curl
initiates is not a post but a get request.
--
Ticket URL: <http://trac.osgeo.org/mapbender/ticket/651>
Mapbender <http://www.mapbender.org/>
Mapbender
More information about the Mapbender_dev
mailing list