如何在会话或请求(JAVA)中设置变量之前验证变量?
我在我的 Web 应用程序上使用了IBM appscan Source。我在validation.required缺陷方面面临问题。
它在我在会话或请求中设置变量的行处给了我错误。
例子:
userSession.setAttribute("fileName",fileName);
userSession.setAttribute("mxXml",mxXml);
我想知道如何验证这个变量,这样我的扫描报告就不会出现这个错误。
我在我的 Web 应用程序上使用了IBM appscan Source。我在validation.required缺陷方面面临问题。
它在我在会话或请求中设置变量的行处给了我错误。
例子:
userSession.setAttribute("fileName",fileName);
userSession.setAttribute("mxXml",mxXml);
我想知道如何验证这个变量,这样我的扫描报告就不会出现这个错误。