]
Marek Posolda commented on GTNSSO-33:
-------------------------------------
This listener is something, I was looking at, but it's the part of gatein-portal
codebase so can't be used directly in gatein-sso. Very similar case as mentioned in
the comment:
Convert IDPHttpSessionListener to be an extension listener
----------------------------------------------------------
Key: GTNSSO-33
URL:
https://issues.jboss.org/browse/GTNSSO-33
Project: GateIn SSO
Issue Type: Enhancement
Reporter: Tuyen Nguyen The
Assignee: Marek Posolda
Currently, we hard code the configuration IDPHttpSessionListener in web.xml of portal war
and It require we have to delivery sso-saml-plugin, sso-integration and some other jar
file. But they are not always used.
So, we should decouple it from gatein by using ListenerService and listen on event
"org.exoplatform.web.GenericHttpListener.sessionDestroyed". So, we can choice to
delivery these jar with gatein by default or not.