schaefa commented on PR #38: URL: https://github.com/apache/sling-org-apache-sling-graphql-core/pull/38#issuecomment-1728302859
There is a problem where the initial Error Code of 400 is turned into an Internal Server Error (500). This is happening between setting the error code SlingServletResolver.handleError() line 387 and obtaining the Error Code in DefaultErrorHandlerServlet.service() line 70. Because it cannot find it it will set the error code to 500. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org