-
Notifications
You must be signed in to change notification settings - Fork 559
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
HTTP API: HttpServletRequest.content is encode on base64 #1084
Comments
npeters
added a commit
to npeters/serverless-java-container
that referenced
this issue
Oct 19, 2024
2 tasks
npeters
added a commit
to npeters/serverless-java-container
that referenced
this issue
Oct 21, 2024
npeters
added a commit
to npeters/serverless-java-container
that referenced
this issue
Nov 20, 2024
npeters
added a commit
to npeters/serverless-java-container
that referenced
this issue
Nov 21, 2024
deki
added a commit
that referenced
this issue
Nov 25, 2024
…Request.content-decode-base64 #1084: decode body if base64 is enable
Change is part of the 2.1.0 release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To help us debug your issue fill in the basic information below using the options provided
Serverless Java Container version:
2.0.1
Implementations:
Spring Boot 3
Framework version:
SpringBoot 3.1.7
Frontend service:
HTTP API
Deployment method:
SAM,
Scenario
*read the body of HTTP POST *
Expected behavior
Get the body as byte array and ready to read
Actual behavior
Get the body as base64 byte array
Steps to reproduce
use HTTP API with a POST
The text was updated successfully, but these errors were encountered: