The AppEngineWebAppContext should not be created until we are in the scope of the first request so the ApiProxy.Environment is set for initialization. This is also how it is currently done in the RPC mode but early initialization was done for HTTP mode.
Deprecate ServletEngineAdapter.setSessionStoreFactory because it is not used or implemented anymore.
AppEngineWebAppContext
should not be created until we are in the scope of the first request so theApiProxy.Environment
is set for initialization. This is also how it is currently done in the RPC mode but early initialization was done for HTTP mode.ServletEngineAdapter.setSessionStoreFactory
because it is not used or implemented anymore.