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 2013/10/29 13:44:31 UTC

[jira] [Assigned] (WICKET-5388) Allow DebugBar contributors to be removed

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

Martin Grigorov reassigned WICKET-5388:
---------------------------------------

    Assignee: Martin Grigorov

> Allow DebugBar contributors to be removed
> -----------------------------------------
>
>                 Key: WICKET-5388
>                 URL: https://issues.apache.org/jira/browse/WICKET-5388
>             Project: Wicket
>          Issue Type: Improvement
>    Affects Versions: 6.9.1
>            Reporter: Alex Grant
>            Assignee: Martin Grigorov
>            Priority: Minor
>
> Please add a way to unregister DebugBar contributors.
> I wish to remove some of the default contributors and currently have to do this by using reflection to lookup the "CONTRIBS_META_KEY" field.
> The reason why I'm removing contributors (perhaps there's a better solution?):
> * PageSizeDebugPanel tries to serialize the whole page during page rendering, while models are still attached. This causes most of our database-backed models to complain that they're being serialized without being detached (as this usually means somebody probably forgot to call detach() somewhere).
> * InspectorDebugPanel - InspectorPage currently shows me a blank component tree because it doesn't have @RequireHttps as all our other pages do and thus redirects to an http:// URL and can't see the session. So we copied InspectorPage (since it's final and can't be subclassed) to add @RequireHttps and likewise copied InspectorDebugPanel.



--
This message was sent by Atlassian JIRA
(v6.1#6144)