}
// javadoc inherited
public String getResponseHeaderValue(final String headerName) {
// create the identity for the given header name
final HTTPMessageEntityIdentity identity =
HTTP_FACTORY.createHeader(headerName).getIdentity();
final String result;
try {
// append the values of the headers that have the same name
final Iterator iter =