BlueRui opened a new issue, #485: URL: https://github.com/apache/directory-scimple/issues/485
The "sortOrder" parameter may not be handled properly. Having it in the query results in a 404 response. I tried with the SpringBoot SCIM server example to learn about the library. When only "sortBy" is used like "GET localhost:8080/v2/Users?sortBy=displayName", I can get a 200 OK response. When "sortOrder" is added like "GET localhost:8080/v2/Users?sortBy=displayName&sortOrder=ascending". I get 404 Not Found.  I tried setting supports sort to true in ServerConfiguration, but it made no difference. Did I miss anything? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
