Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.3.0-beta
-
Component/s: None
-
Labels:None
-
Number of attachments :
This will be fixed by modifying org.vfny.geoserver.requests.wfs.TransactionHandler.startElement(String, String, String, Attributes)
(line 200, after dealing the releaseAction)
insert
else if (atts.getLocalName
.equals("LockId")) {
LOGGER.finest("found LockId: " + atts.getValue(i));
request.setLockId(atts.getValue(i));
}