Create a session debug tool that will print the object graph that is put into
session
-------------------------------------------------------------------------------------
Key: WICKET-643
URL: https://issues.apache.org/jira/browse/WICKET-643
Project: Wicket
Issue Type: New Feature
Components: wicket
Reporter: Ryan Crumley
Priority: Minor
It would be great to have a tool that would help with debuging session related
issues that would allow the programmer to view the object graph associated with
a users session. This graph would allow the programmer to see what is being
stored in session and how it got there. Added bonus for providing an estimated
size for each node of the graph.
An implementation may choose to start with
org.apache.wicket.util.io.SerializableChecker to create the graph.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.