AjaxEventBehavior does not check for component.isEnableAllowed before adding 
the ajax event to the tag
------------------------------------------------------------------------------------------------------

                 Key: WICKET-1575
                 URL: https://issues.apache.org/jira/browse/WICKET-1575
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.3, 1.3.2
            Reporter: Maurice Marrink
            Assignee: Maurice Marrink
             Fix For: 1.3.4, 1.4-M1


Currently AjaxEventBehavior only checks component.isEnabled before applying the 
ajax event to the tag. This could result in an UnauthorizedActionException when 
the ajax event is received by wicket.
The behavior should also check for component.isEnableAllowed.

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

Reply via email to