Closed
Description
- Framework version: SpringBoot 2.1.1.RELEASE 、aws-serverless-java-container-spring 1.3.1
- Implementations: SpringBoot
Scenario
I used aws ApiGateway and integration with lambda. I use this url to test Https://xxx/{stage}/ping/test.test.test. But i got
{
"timestamp": 1586246231077,
"status": 500,
"error": "Internal Server Error",
"message": "File path not allowed: /file.test",
"path": "/ping/test.test.test"
}
Expected behavior
{
"pong":"test.test.test"
}
Metadata
Metadata
Assignees
Labels
No labels