https://bz.apache.org/bugzilla/show_bug.cgi?id=64084
Bug ID: 64084 Summary: "Unexpected query parameters [sort]" Product: Tomcat 8 Version: 8.5.32 Hardware: HP OS: Linux Status: NEW Severity: normal Priority: P2 Component: Catalina Assignee: dev@tomcat.apache.org Reporter: jdem...@northeast.edu Target Milestone: ---- I don't know if this is an actual bug or mis-configuration somewhere, but when trying to pass in the sort parameter to sort output in an API using the URL below, we get the error at the bottom: https://hostname:port/StudentApi/api/courses?sort={"title":"asc"} {"errors":[{"code":"Global.SchemaValidation.Error","description":"Errors parsing input JSON.","message":"Unexpected query parameters [sort]"}]} -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org