Skip to content

Commit d56b99d

Browse files
committed
Merge branch 'release/1.1.3'
2 parents d014f27 + d6006fa commit d56b99d

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ See button "requestBtn" in the enclosed sample stack.
122122

123123
### Meta
124124

125-
- Version: 1.1.2
125+
- Version: 1.1.3
126126
- Author: [Ralf Bitter](mailto:rabit@revigniter.com)

behaviors/stackbehavior.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
script "WebDavLibStackBehavior"
1+
script "WebDavLibStackBehavior"
22

33

44
--==================================================================--
@@ -8,7 +8,7 @@
88
-- WebDAV communication library
99
--
1010
-- @author rabit@revigniter.com
11-
-- @version 1.1.2
11+
-- @version 1.1.3
1212
-- @license: MIT
1313
--
1414
--==================================================================--

testStack/behaviors/stackbehavior.livecodescript

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ function XMLtoFileList pXMLdata pProp
128128
put lineOffset("</D:multistatus>", pXMLdata) into tEndLineNum
129129
put line tStartLineNum to tEndLineNum of pXMLdata into tFilesListXML
130130

131+
# REMOVE LINEFEED CHARACTERS WHICH MAY BE CONTAINED
132+
# AT ANY PLACE OF THE XML DATA
133+
replace return with "" in tFilesListXML
134+
131135
put convertXMLToArray(tFilesListXML, , ) into tFilesListA
132136
-- put printArray("theArray", tFilesListA)
133137

@@ -379,7 +383,7 @@ command checkWritePermission
379383
# CHECKING WRITE PERMISSIONS, SO KEEP LOG DATA OF PUT METHOD
380384
put TRUE into sKeepLogData
381385

382-
put deleteFileFolder(tURI) into tDeleteResult
386+
put deleteFileFolder(tURI, tReqID) into tDeleteResult
383387
end if
384388
put "can write result:" && line 1 of tServerResponse & "," && "delete result:" && tDeleteResult
385389
end checkWritePermission

webDavLib.livecode

17 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)