You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring an AtmosphereHandler in web.xml as an init-param to the AtmosphereServlet, the handler does not get injected by any defined custom implementation of org.atmosphere.di.Injector because the codepath taken by this configuration:
When configuring an AtmosphereHandler in web.xml as an init-param to the AtmosphereServlet, the handler does not get injected by any defined custom implementation of org.atmosphere.di.Injector because the codepath taken by this configuration:
org.atmosphere.cpr.AtmosphereFramework#addAtmosphereHandler(String,AtmosphereHandler,List)
does not invoke
InjectorProvider.getInjector().inject(handler);
unlike the codepath that loads the atmosphere.xml (which does inject).
The text was updated successfully, but these errors were encountered: