linkeddata/solid-recursive-copy

complains if no content-type is pased to webOp

Opened this issue · 0 comments

The call to webCopy() will fail because deepCopy() doesn't pass a content-type. Passing a content-type of text/turtle prevents it from complaining and is apparently ignored since webCopy() uses the content-type of whatever file it is copying. I'm looking further ...