@ -1151,17 +1151,17 @@ public class DispatcherServlet extends FrameworkServlet {
@@ -1151,17 +1151,17 @@ public class DispatcherServlet extends FrameworkServlet {
// or removing the attribute, respectively, if appropriate.
for(StringattrName:attrsToCheck){
ObjectattrValue=attributesSnapshot.get(attrName);
if(attrValue!=null){
if(attrValue==null){
if(logger.isDebugEnabled()){
logger.debug("Restoring original value of attribute ["+attrName+"] after include");
logger.debug("Removing attribute ["+attrName+"] after include");