Skip to content

Commit d014f27

Browse files
committed
Merge branch 'release/1.1.2'
2 parents d4f78e9 + 75d039a commit d014f27

File tree

4 files changed

+5
-12
lines changed

4 files changed

+5
-12
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,8 @@ These are the request data array keys used depending on the particular request m
8282
- password (user password or app password)
8383
- authType (Basic or Digest)
8484
- sslFlag (a boolean, TRUE for a secure connection)
85-
- method (see the WebDav methods above)
8685
- agent (User-agent)
87-
- propertiesXML (the properties XML data inserted into a XML request body)
88-
- contentType (Content-type like application/xml; charset="utf-8")
89-
- contentLength
90-
- dataToUpload (the binary file data to upload)
9186
- nameSpace (WebDAV XML namespace like "http://www.w3.com/standards/z39.50/")
92-
- lockScope (exclusive or shared)
93-
- lockType (write)
9487
- lockOwner (any name)
9588
- lockToken (the cCurrentLockToken of stack "WebDavLib")
9689
- callBack (the name of a callback handler used by methods GET and PUT)
@@ -129,5 +122,5 @@ See button "requestBtn" in the enclosed sample stack.
129122

130123
### Meta
131124

132-
- Version: 1.1.1
125+
- Version: 1.1.2
133126
- 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 @@ script "WebDavLibStackBehavior"
88
-- WebDAV communication library
99
--
1010
-- @author rabit@revigniter.com
11-
-- @version 1.1.1
11+
-- @version 1.1.2
1212
-- @license: MIT
1313
--
1414
--==================================================================--

testStack/behaviors/stackbehavior.livecodescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ end downloadFile
351351
----------------------------------
352352

353353
command checkWritePermission
354-
local tFile, tURI, tCallBack, tCallbackTarget, tContType, tDataToUpload
354+
local tFile, tURI, tCallBack, tCallbackTarget
355355
local tRequestDataA, tReqID, tServerResponse, tDeleteResult
356356

357357
prepareLogFields
@@ -602,7 +602,7 @@ end setProperties
602602

603603

604604
command setFileProps pFile, pSetPropsA, pRemovePropsA, pNameSpace
605-
local tPropsXML, tContType, tContLength, tRequestDataA, tReqID
605+
local tPropsXML, tContLength, tRequestDataA, tReqID
606606

607607
prepareLogFields
608608

webDavLib.livecode

-337 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)