}
rsp.addParameter(Configuration.attrParam, attributes);
}
}
else {
rsp.addParameter(Configuration.dirDescParam, JsonEntity.NULL);
}
getServletContext().log("Json response: " + rsp.toString());
// Reply the Json response
response.setContentType(Configuration.jsonContentType);
response.setCharacterEncoding(Configuration.contentEncoding);