Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]searching-groups-on-a-non-existing-application-result-in-500-error #833

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fjr3o6
Copy link
Collaborator

@fjr3o6 fjr3o6 commented Apr 13, 2023

No description provided.

@fjr3o6 fjr3o6 force-pushed the 776-bug-searching-groups-on-a-non-existing-application-result-in-500-error branch 2 times, most recently from 78c3024 to d1404f8 Compare April 13, 2023 14:18
try {
foundGroups =
groupService.findByProperties(realm, applicationName, filterGroup, pageableResult);
} catch (StoreException e) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This exception can mean a lot of things, it should be dealt with lower

…ror (776)

Signed-off-by: Sommer Le <pierrick.le-sommer@insee.fr>
@fjr3o6 fjr3o6 force-pushed the 776-bug-searching-groups-on-a-non-existing-application-result-in-500-error branch from d1404f8 to d51edec Compare May 30, 2023 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🐛 Searching groups on a non existing application result in 500 error
2 participants