You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Sven Meier (JIRA)" <ji...@apache.org> on 2018/08/01 11:18:00 UTC

[jira] [Created] (WICKET-6575) Ajax requests are still firing even when placeholder tag is written only

Sven Meier created WICKET-6575:
----------------------------------

             Summary: Ajax requests are still firing even when placeholder tag is written only
                 Key: WICKET-6575
                 URL: https://issues.apache.org/jira/browse/WICKET-6575
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 8.0.0
            Reporter: Sven Meier
            Assignee: Sven Meier


Wicket JavaScript has a default precondition, that prevents Ajax requests from being fired, should the component no longer be on the page.

If a component is not visible, but nevertheless is writing a placeholder tag, the request is still fired. This results in a ListenerInvocationNotAllowedException and redirect to an access denied page.

Wicket could add some magic to prevent this from happening.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)