Memory problem with page links that have an activation context

Issue #1 new
Former user created an issue

Hello,

we encounter a memory leak with the breadcrumb component.

Assume a page class Abc with the following onActivate method:

public void onActivate(boolean b) {
 ...
}

and a page link:

<a id="abc" t:type="pagelink" p:page="abc" t:context="true">ABC</a>.
(host:// webapp/abc/true)

Now the memory of the org.oscy.tapestry.breadcrumbs.session.BreadCrumbsList session object grows to about 40MB.

Best regards, Markus

Comments (0)

  1. Log in to comment