Re: [I] sortOrder query parameter not handled and results in 404 [directory-scimple]

2024-01-09 Thread via GitHub
bdemers closed issue #485: sortOrder query parameter not handled and results in 404 URL: https://github.com/apache/directory-scimple/issues/485 -- 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

Re: [I] sortOrder query parameter not handled and results in 404 [directory-scimple]

2024-01-08 Thread via GitHub
bdemers commented on issue #485: URL: https://github.com/apache/directory-scimple/issues/485#issuecomment-1881903225 Thanks for opening this issue @BlueRui! The values for the `sortOrder` are controlled by an enum, and it looks like the parsing is case sensitive, for example,

[I] sortOrder query parameter not handled and results in 404 [directory-scimple]

2024-01-08 Thread via GitHub
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