142143144145146147148149150151152
{ HttpSession ses = req.getSession(false); if (ses != null && ses.getAttribute(BREADCRUMB) != null) { ArrayStack stack = (ArrayStack)ses.getAttribute(BREADCRUMB); stack.clear(); } } /** * Store the url of the latest request stored in the session.