Issue #1466 Update documentation.
Signed-off-by: Jan Bartel <janb@webtide.com>
This commit is contained in:
parent
71268ae687
commit
cc7b12571f
|
@ -255,3 +255,7 @@ Enable the `session-store-gcloud` and `session-store-cache` modules.
|
||||||
*Compatibility*
|
*Compatibility*
|
||||||
|
|
||||||
Sessions stored into Memcached by earlier versions of jetty are incompatible with Jetty 9.4. Previous versions of jetty stored `org.eclipse.jetty.gcloud.memcached.session.SerializableSessionData` whereas Jetty 9.4 stores `org.eclipse.jetty.server.session.SessionData`.
|
Sessions stored into Memcached by earlier versions of jetty are incompatible with Jetty 9.4. Previous versions of jetty stored `org.eclipse.jetty.gcloud.memcached.session.SerializableSessionData` whereas Jetty 9.4 stores `org.eclipse.jetty.server.session.SessionData`.
|
||||||
|
|
||||||
|
==== ServletContainerInitializers
|
||||||
|
|
||||||
|
As of jetty-9.4.4, unless the web.xml is version 3.0 or greater, only ServletContainerInitializers that are on the container classpath will be discovered. Users wishing to use ServletContainerInitializers from within the webapp with older versions of web.xml must either upgrade their web.xml version, or call WebAppContext.setConfigurationDiscovered(true) either programmatically or in xml. Upgrading the web.xml version is preferable.
|
||||||
|
|
Loading…
Reference in New Issue