Skip to content

Update DevServer to handle empty POST requests#1068

Merged
jinseopkim0 merged 1 commit intomainfrom
bug1067
Feb 12, 2026
Merged

Update DevServer to handle empty POST requests#1068
jinseopkim0 merged 1 commit intomainfrom
bug1067

Conversation

@ludoch
Copy link
Collaborator

@ludoch ludoch commented Feb 12, 2026

Set Content-Length to 0 and close output stream after writing. Before, closing was not happening...

So that mvn appengine:stop works again (same in Gradle)

Fixes #1067🛠️

Since there is no real devappserver to test, I did not find an easy way to add a e2e test for that.

Set Content-Length to 0 and close output stream after writing.

So that mvn appengine:stop works again (same in Gradle)
@jinseopkim0 jinseopkim0 merged commit d063ad4 into main Feb 12, 2026
6 checks passed
@jinseopkim0 jinseopkim0 deleted the bug1067 branch February 12, 2026 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

mvn appengine:stop does not work (ie emits error 411)

2 participants