Description
For WebHDFS getXAttrs through names, right now the entire list is passed to the client side and then filtered, which is not the best choice since it's inefficient and precludes us from doing server-side smarts on par with the Java APIs.
Furthermore, if some xattrs doesn't exist, server side should return error.