Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vincent Bechu
jio
Commits
08728e58
Commit
08728e58
authored
9 years ago
by
lucas.parsy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added compatibility with pyWebDAV,
pyWebdav sending different error codes than Apache server Webdav.
parent
2dec9b9f
master
cloudoo_wip
cloudooo_storage
date_updater
indexedb_fix
indexeddb_worker
jio_date
linshare
mappingstorage
mappingstorage_old
master_relaser
officejs
ojs_scenario
patch-1
replicateStorage
replicate_no_hash
replicate_signature
replicatestorage
replicatestorage_bulkoption
revert-215a2cca
saferepairstorage
schema
serviceWorker
wip
v3.12.0
v3.11.0
v3.10.2
v3.10.1
v3.10.0
v3.9.0
v3.8.0
v3.7.0
v3.6.0
v3.5.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/jio.storage/davstorage.js
src/jio.storage/davstorage.js
+1
-1
No files found.
src/jio.storage/davstorage.js
View file @
08728e58
...
...
@@ -209,7 +209,7 @@
});
})
.
push
(
undefined
,
function
(
error
)
{
if
(
error
.
target
.
status
===
403
)
{
if
(
error
.
target
.
status
===
403
||
error
.
target
.
status
===
424
)
{
throw
new
jIO
.
util
.
jIOError
(
"
Cannot access subdocument
"
,
404
);
}
throw
error
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment