Opened 14 years ago

Closed 14 years ago

#651 closed defect (fixed)

Problems with digitizing using connectiontype curl

Reported by: mschulz Owned by: mschulz
Priority: major Milestone: 2.6.2 release
Component: core Version: 2.6
Keywords: Cc:

Description

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.

Change History (2)

comment:1 by christoph, 14 years ago

Owner: changed from dev to mschulz

can you fix it?

you would just have to change the comparison to be case insensitive.

in fact, I'm giving you the ticket now :-D

comment:2 by mschulz, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.