Execute the requested operation.
super.execute();
if (path == null) {
throw new BuildException
("Must specify 'path' attribute");
}
try {
execute("/sessions?path=" + URLEncoder.encode(this.path, getCharset()));
} catch (UnsupportedEncodingException e) {
throw new BuildException
("Invalid 'charset' attribute: " + getCharset());
}