You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Thomas Kappler (JIRA)" <ji...@apache.org> on 2010/01/29 16:18:34 UTC

[jira] Created: (WICKET-2709) EmptySrcAttributeCheckFilter should check for src="#"

EmptySrcAttributeCheckFilter should check for src="#"
-----------------------------------------------------

                 Key: WICKET-2709
                 URL: https://issues.apache.org/jira/browse/WICKET-2709
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
            Reporter: Thomas Kappler
            Priority: Minor


The EmptySrcAttributeCheckFilter checks for empty src attributes, as they can cause repeated page loads. This can also happen when the attribute is not empty, but contains only "#". The filter should check for this case, too.

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


[jira] Resolved: (WICKET-2709) EmptySrcAttributeCheckFilter should check for src="#"

Posted by "Juergen Donnerstag (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-2709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Juergen Donnerstag resolved WICKET-2709.
----------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M1
                   1.4.7
         Assignee: Juergen Donnerstag

> EmptySrcAttributeCheckFilter should check for src="#"
> -----------------------------------------------------
>
>                 Key: WICKET-2709
>                 URL: https://issues.apache.org/jira/browse/WICKET-2709
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Thomas Kappler
>            Assignee: Juergen Donnerstag
>            Priority: Minor
>             Fix For: 1.4.7, 1.5-M1
>
>
> The EmptySrcAttributeCheckFilter checks for empty src attributes, as they can cause repeated page loads. This can also happen when the attribute is not empty, but contains only "#". The filter should check for this case, too.

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