Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
spring-projects-issues opened this issue Sep 13, 2010 · 3 comments
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

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

@spring-projects-issues
Copy link
Collaborator Author

Chris Beams commented

Jeremy - it looks like you've made the necessary changes. Anything left to do, or shall we resolve this?

@spring-projects-issues
Copy link
Collaborator Author

Jeremy Grelle commented

I'm in the process of doing one more sanity check on GAE before I mark it resolved.

@spring-projects-issues
Copy link
Collaborator Author

Jeremy Grelle commented

Verified fix in GAE.

@spring-projects-issues spring-projects-issues added type: bug A general bug in: web Issues in web modules (web, webmvc, webflux, websocket) labels Jan 11, 2019
@spring-projects-issues spring-projects-issues added this to the 3.0.5 milestone Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant