Fixed bug where uid in response was truncated
The SAX parser returns chunks of text to the WebDavHandler. Other tags were correctly appending values while the special cased <uid> tag was simply assigned the value it was given, which would result in the last chunk assigned to it and not the whole string of text.
Loading
Please register or sign in to comment