I have a springboot application exposed as a graphql API. When I fire a call from postman, I see 400 error in the output. At the same time, I also see the following error in the STS console
HttpRequestHandlerImpl [{<>}]: Bad GET request: path was not >"/schema.json" or no query variable named "query" given
The strange issue is, I get the required output in postman and don't see this problem when I include the jar "log4j-1.2.17-atlassian-3-m03" in my pom file.
A quick backdrop of this issue: It all started when we tried to remove this jar as blackduck was showing a critical issue with this jar's transitive dependency pulling an older version of tomcat. I have seen almost all of stackoverflow posts on this type of issue, but none of them are giving me any clues.
Please help!
-Sriram