Hi, The "ContentDigest" option does not seem to convert the MD5 to network byte order before doing base64 encoding. The RFC says:
""" The output of the MD5 algorithm is a 128 bit digest. When viewed in network byte order (big-endian order), this yields a sequence of 16 octets of binary data. These 16 octets are then encoded according to the base64 algorithm in order to obtain the value that is placed in the Content-MD5 field. """ I've seen server/util_md5.c. Did I miss something? Thanks, -deepak
