Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.0.2
-
Fix Version/s: 3.0.4
-
Component/s: controller
-
Labels:None
Description
Currently, the svn access is OK when we just checkout the files..
However if we do add some files or rename them, it fails during check-in.
It's because propfind handler sends error with "text/xml" content-type but actually no content.
We should fix the svnkit-dav internals to handle this issue.
Fixed.