BufferProvider parent;
if (currentContentData != null) {
if (contentDataStack == null) {
contentDataStack = new LinkedList<ContentData>();
} else if (contentDataStack.size() >= maxInclusionCounter) {
throw new RecursionTooDeepException(
requestPathInfo.getResourcePath());
}
// set the request attributes of the include content data
servletRequest.setAttribute(ATTR_REQUEST_CONTENT,