我们的Web应用程序中存在跨站点脚本缺陷。
我们尝试使用解决此缺陷。但是缺陷仍然存在
请找到我们收到跨站脚本漏洞的应用程序代码
<td colspan=3>
<h1 id="pageTitle">
${interviewForm.taskName}
<c:choose>
<c:when test="${interviewForm.claimAbsenceIndicator=='AB' }">Absence</c:when>
<c:otherwise>Claim</c:otherwise>
</c:choose>
${interviewForm.claimNumber}
</h1></td>