Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法跳过 HDIV 框架中的请求参数验证?
我们的应用程序中有很多页面,其中包含很多参数,我们不能将它们都声明为 startParameters。
谢谢你的帮助
您可以将 startParameter 定义为 Java 模式。因此,您可以从验证中排除所有参数,例如:
<hdiv:startParameter>.*</hdiv:startParameter>
在这种情况下,您将禁用所有请求参数的完整性验证。这是你想做的吗?为什么?