-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug
Milestone
Description
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
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: bugA general bugA general bug