Sun Java System Portal Server 7.2 管理指南

filter-by-exact

如果 allow/deny 字符串与信息源完全匹配,则 filter-by-exact 函数将允许或拒绝资源。关键字 all 表示与任意字符串匹配。

属性

src

信息源

allow/deny

包含字符串

示例

以下示例将过滤出 content-type 为 text/plain 的所有资源。它允许其他所有资源继续进行以后的处理:

Data fn=filter-by-exact src=type deny=text/plain