#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
_______________________________________________
Mapbender_dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapbender_dev