I see!

Can you reproduce this in a quickstart ?

Yes, attached a quickstart to this e-mail (I hope it goes through). It somehow seems to be related to the custom IResourceFinder we've registered *and* <wicket:link/> because if either of those is *not* present, the issue goes away. I'm reluctant to file a bug report for that just yet because maybe our IResourceFinder implementation does something weird/wrong.

To reproduce:

1.) Put a conditional "key.style != null" breakpoint on CachingResourceStreamLocator#updateCache , line 107 (where the "stream instanceof UrlResourceStream") case is getting handled 2.) Run the quickstart and click the AJAX button that redirects to the homepage
3.) Observe that the breakpoint gets hit with style != null

Attachment: memory-leak.tgz
Description: application/compressed-tar

Reply via email to