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

    ADF Bad Practices: Missing URL Parameter Converter

    ABSTRACT

    Oracle ADF Faces 可標記視圖缺少 URL 參數轉換器。

    EXPLANATION

    在常規 JSF 應用程序中,使用 UI 組件指定的轉換器和驗證器對值進行轉換和驗證。轉換和驗證會在提交頁面時執行。Fusion 應用程序中的可標記視圖會導致不提交頁面,因此默認情況下不會執行相應的轉換或驗證。

    例 1:以下配置文件片段顯示了配置為不執行 paramName URL 參數轉換或驗證的可標記視圖示例。


    ...
    <bookmark>
    <method>#{paramHandler.handleParams}</method>
    <url-parameter>
    <name>paramName</name>
    <value>#{requestScope.paramName}</value>
    </url-parameter>
    </bookmark>
    ...

    REFERENCES

    [1] Standards Mapping - OWASP Top 10 2004 - (OWASP 2004) A10 Insecure Configuration Management

    [2] Standards Mapping - OWASP Top 10 2010 - (OWASP 2010) A6 Security Misconfiguration

    [3] Standards Mapping - Security Technical Implementation Guide Version 3 - (STIG 3) APP3510 CAT I

    [4] Standards Mapping - Security Technical Implementation Guide Version 3.4 - (STIG 3.4) APP3510 CAT I

    [5] Standards Mapping - FIPS200 - (FISMA) CM

    [6] Standards Mapping - Common Weakness Enumeration - (CWE) CWE ID 20

    [7] Oracle(R) Fusion Middleware Fusion Developer's Guide for Oracle Application Development Framework, 15.2.3.Bookmarking View Activities

    [8] Standards Mapping - Payment Card Industry Data Security Standard Version 1.2 - (PCI 1.2) Requirement 6.3.1.1

    [9] Standards Mapping - Payment Card Industry Data Security Standard Version 1.1 - (PCI 1.1) Requirement 6.5.10


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

    97av