https://bz.apache.org/bugzilla/show_bug.cgi?id=59635

--- Comment #2 from Leon Kasparek <l.kaspa...@laudert.de> ---
Created attachment 33901
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=33901&action=edit
test case for described problem

Thanks for the quick response,

I have created a small wicket-atmosphere-quickstart that represents the
described problem.

It is a simple Wicket application, having one Homepage.
In WicketApplication.java I am setting the EventBus to use Websockets.
Also I am setting the max size per session to 20 kilobytes. This is important
for the test case. 

The quickstart is a maven project, so you can simply deploy the war to your
tomcat.

How to recreate the exception:
- Open multible tabs, ca. 10 (by opening multiple tabs, the session limit of 20
kilobytes will overfill and the pages will be removed from Wicket's Pagestore)
- now simply click "Sent Message"

The exception will occur after the message "Could not find a page with id '30'
for session with id 'xxx' in the page stores. It will be unregistered", but
only in Tomcat 8.0.0.33-35.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to