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
The DefaultServletHttpRequestHandler is not able to locate the container's default Servlet using any of the known names, and thus fails to start without the defaultServletName property being manually configured. Google App Engine uses a heavily modified default configuration from the standard Jetty distro...in particular, it uses "_ah_default" as the name of the default Servlet. This should be added to the list of "known defaults" in DefaultServletHttpRequestHandler.
Jeremy Grelle opened SPR-7553 and commented
The DefaultServletHttpRequestHandler is not able to locate the container's default Servlet using any of the known names, and thus fails to start without the defaultServletName property being manually configured. Google App Engine uses a heavily modified default configuration from the standard Jetty distro...in particular, it uses "_ah_default" as the name of the default Servlet. This should be added to the list of "known defaults" in DefaultServletHttpRequestHandler.
Affects: 3.0.4
Reference URL: http://forum.springsource.org/showthread.php?t=94397
Referenced from: commits 562747e, 334a294
The text was updated successfully, but these errors were encountered: