fujitsu-pio / io

This repository is not updating now but hosted for archiving older versions than 1.4.1. Latest version is in "personium-core" .
https://github.com/personium
Apache License 2.0
29 stars 13 forks source link

[Bug] Content length is always reset to 0 when WebDAV file is updated in v1.4.0. #29

Closed hideakikondo closed 7 years ago

hideakikondo commented 7 years ago

This is caused by the implementation of below link. https://github.com/personium/io/blob/master/core/src/main/java/com/fujitsu/dc/core/model/impl/fs/DavCmpFsImpl.java#L613

hideakikondo commented 7 years ago

This issue will be fixed in next version (v1.4.1).