Skip to content

DefaultServletHttpRequestHandler fails on Google App Engine [SPR-7553] #12210

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)type: bugA general bug

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions