// The proposed escape is to send a named resource ACL in the feed for
// each document, and at crawl-time return an empty ACL that inherits
// from the corresponding named resource ACL.
if (feedConnection.supportsInheritedAcls()
&& DocUtils.hasAclProperties(metaDoc)) {
metaDoc = new InheritFromExtractedAclDocumentFilter()
.newDocumentFilter(metaDoc);
}
// Configure the dynamic ACL transformation filters for the documents.
// TODO(bmj): Is FeedType.CONTENTURL a reasonable assumption here?