<dd id="sga4y"><optgroup id="sga4y"></optgroup></dd>
<nav id="sga4y"><code id="sga4y"></code></nav>
  • <optgroup id="sga4y"></optgroup>

    Struts Misconfiguration: Missing Forward Name

    ABSTRACT

    缺少 name 屬性的 <forward> 標簽通常表示存在 Leftover Debug Code 或排字錯誤。

    EXPLANATION

    <forward> 標簽必須具有 namepath 屬性。將不會使用沒有名稱的 forward

    例 1:以下 <forward> 標簽有一個空的 name 屬性。


    <forward name="" path="/results.jsp"/>

    REFERENCES

    [1] Apache Struts 1.3 Specification


    Copyright 2013 Fortify Software - All rights reserved.
    (Generated from version 2013.1.1.0008 of the Fortify Secure Coding Rulepacks)
    desc.config.java.struts_misconfiguration_missing_forward_name

    97av