当前位置 : 主页 > 网页制作 > html >

Unrecognized attribute ‘securityTrimmingEnabled‘.

来源:互联网 收集:自由互联 发布时间:2021-06-12
摘要:Unrecognized attribute ‘securityTrimmingEnabled‘. 发现一个现象:如果在 web.sitemap 中设定某个节点的 securityTrimmingEnable 属性,例如: securityTrimmingEnabled-"true" 浏览网页时就会出现以下错误:

摘要:Unrecognized attribute ‘securityTrimmingEnabled‘.


发现一个现象:如果在 web.sitemap 中设定某个节点的 securityTrimmingEnable 属性,例如:

 
 

 
 
  
  
   
   
     securityTrimmingEnabled-"true"> 
     
     
    
  

 
 

浏览网页时就会出现以下错误:

Unrecognized attribute ‘securityTrimmingEnabled‘. Note that attribute names are case-sensitive.

可是如果是在有指定 siteMapFile 的节点里面使用 securityTrimmingEnabled,则不会有错误,而且可以控制安全性调整是否启用。例如:

 
 

 
 
  
  
   
    
  

 
 

似乎不是 bug....


原文:大专栏  Unrecognized attribute ‘securityTrimmingEnabled‘.

网友评论