Development wrote > > > I was trying to add a custom session in felix.http. Is it possible to > set the SessionHandler or SessionManager. Is it possible to have custom > org.eclipse.jetty.server.session.SessionHandler that just returns a > service that implements SessionManager whenever getSessionManager is > called. >
No that's currently not possible, the only thing you can customize atm is the Connector. But I think adding a similar plugin model for the session manager should be doable Regards Carsten -- Carsten Ziegeler Adobe Research Switzerland [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

