}
return new EvaluationResult(BagAttribute
.createEmptyBag(attributeType));
}
Attribute attribute = allowedAttributes.get(attrName);
if (attribute == null) {
if (logger.isDebugEnabled()) {
logger.debug("Does not know about attribute: " + attrName);
}