// X-Container-Meta-Web-Index
// X-Container-Meta-Web-Listings
// X-Container-Meta-Web-Listings-CSS
// X-Container-Meta-InspectedBy: JackWolf
if (found.hasAttributes()) {
Attributes attributes = found.getAttributes();
for (KeyValueData entry : attributes.getUserAttributesList()) {
response.header(CONTAINER_META_PREFIX + entry.getKey(), entry.getValue());
}
}
// TODO: How should we set the length... Maybe only on a head?
// if (found.hasLength()) {