handleError(con);
}
// Get the user metadata tags out of x-emc-listable-tags and
// x-emc-tags
MetadataTags tags = new MetadataTags();
readTags(tags, con.getHeaderField("x-emc-listable-tags"), true);
readTags(tags, con.getHeaderField("x-emc-tags"), false);
con.disconnect();