You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2010/11/28 11:48:37 UTC

[jira] Resolved: (WICKET-3154) test for undefined in the same manner throughtout the code.

     [ https://issues.apache.org/jira/browse/WICKET-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-3154.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.15

Improved with r1039863 (trunk) and r1039864 (1.4.x).
I chose to use 'typeof(xyz) <operator> "undefined"' because window.undefined can be overwritten by buggy/malicious user code.

> test for undefined in the  same manner throughtout the code.
> ------------------------------------------------------------
>
>                 Key: WICKET-3154
>                 URL: https://issues.apache.org/jira/browse/WICKET-3154
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 1.4.13
>            Reporter: Rodolfo Hansen
>            Priority: Trivial
>             Fix For: 1.4.15, 1.5-M4
>
>         Attachments: modal-undefined.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> testing whether a variable is undefined should be done in a similar manner throughout a file.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.