【发布时间】:2016-04-04 16:19:12
【问题描述】:
使用 MSMQ 时,默认情况下禁用连接缓存。启用 MSMQ 连接缓存会显着增加队列吞吐量(约 10 倍)。
在查看code 时,其中提到了一个安全漏洞,如下所示。
// Whidbey Beta 2 SECREVIEW (Dec 2004 [....]):
// Connection Cache can be a security vulnerability (see bug 422227)
// Therefore, disable it by default
private static bool enableConnectionCache = false;
什么是潜在的安全漏洞(无法找到错误参考)?
【问题讨论】: