graphql-java-kickstart / graphql-java-servlet

Servlet endpoint for GraphQL Java
https://www.graphql-java-kickstart.com/servlet/
Other
223 stars 114 forks source link

Unable to suppress InvocationInputParseException #535

Open internetstaff opened 1 year ago

internetstaff commented 1 year ago

Despite the work in #439 , we see InvocationInputParseException errors caused by client disconnects that are logged as ERROR by AbstractGraphQLHttpServlet.

We can provide our own GraphQLHttpServlet that stops this, but it seems like there should be a way to intercept and silence these?

federicorispo commented 1 month ago

@internetstaff Thanks for the feedback, is this bug still there? Can you provide a way to reproduce the problem?