Skip to content
New issue

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

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

Already on GitHub? # to your account

Get custom schema fix #225

Merged
merged 3 commits into from
Mar 1, 2024
Merged

Conversation

davidsarosap
Copy link
Contributor

The custom schema is not only accepting custom schemas, it is accepting any syntactic valid schema.
That's why these lines are effecting that every syntactic valid schema is handled like a custom schema. Core schemas will not be found.

In my understanding the core schemas are not custom schemas.

@cla-assistant
Copy link

cla-assistant bot commented Oct 5, 2023

CLA assistant check
All committers have signed the CLA.

@hborisov hborisov merged commit 5fcbc9a into SAP:master Mar 1, 2024
3 checks passed
hborisov pushed a commit to hborisov/scimono that referenced this pull request Mar 1, 2024
The custom schema is not only accepting custom schemas, it is accepting
any syntactic valid schema.
That's why [these
lines](https://github.com/SAP/scimono/blob/adebc03c26dbda55366849a477b4bcfb26e574e2/scimono-server/src/main/java/com/sap/scimono/callback/schemas/SchemasCallback.java#L37-L44)
are effecting that every syntactic valid schema is handled like a custom
schema. Core schemas will not be found.

In my understanding the core schemas are not custom schemas.

---------

Co-authored-by: Hristo Borisov <hristo.borisov@sap.com>

(cherry picked from commit 5fcbc9a)
hborisov pushed a commit to hborisov/scimono that referenced this pull request Mar 1, 2024
The custom schema is not only accepting custom schemas, it is accepting
any syntactic valid schema.
That's why [these
lines](https://github.com/SAP/scimono/blob/adebc03c26dbda55366849a477b4bcfb26e574e2/scimono-server/src/main/java/com/sap/scimono/callback/schemas/SchemasCallback.java#L37-L44)
are effecting that every syntactic valid schema is handled like a custom
schema. Core schemas will not be found.

In my understanding the core schemas are not custom schemas.

---------

Co-authored-by: Hristo Borisov <hristo.borisov@sap.com>

(cherry picked from commit 5fcbc9a)
@davidsarosap davidsarosap deleted the getCustomSchemaFix branch April 3, 2024 09:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants