Why does jsp:include (sometimes) cause StackOverflowErrors on Google App Engine?

后端 未结 1 1149
走了就别回头了
走了就别回头了 2021-01-20 01:17

I am experiencing StackOverflowErrors with all requests to the latest version of an application on GAE. I tracked down Issue #3588 but that was closed because t

相关标签:
1条回答
  • 2021-01-20 02:10

    This error is caused by jsp:including a file that doesn't exist on the server. See issue #5564. Somehow certain files that exist in my development environment aren't getting uploaded when I deploy to Google App Engine (Update: see also issue #5565).

    0 讨论(0)
提交回复
热议问题