You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martijn Dashorst (JIRA)" <ji...@apache.org> on 2015/05/29 19:06:17 UTC

[jira] [Created] (WICKET-5916) StackOverflowError when calling getObject() from load() in LDM

Martijn Dashorst created WICKET-5916:
----------------------------------------

             Summary: StackOverflowError when calling getObject() from load() in LDM
                 Key: WICKET-5916
                 URL: https://issues.apache.org/jira/browse/WICKET-5916
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 7.0.0-M5
            Reporter: Martijn Dashorst
             Fix For: 7.0.0-M6


The fix for WICKET-5772 caused an infinite loop when calling getObject() from inside load() in LoadableDetachableModel. While of course unwise to do so and nobody in their right mind would do so directly, such a cycle can be triggered through a series of unrelated calls emanating from load().



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)