bdemers commented on code in PR #290:
URL: https://github.com/apache/directory-scimple/pull/290#discussion_r1175598189
##########
scim-core/src/main/java/org/apache/directory/scim/core/json/ObjectMapperFactory.java:
##########
@@ -61,6 +61,7 @@ private static ObjectMapper createObjectMapper() {
objectMapper.setAnnotationIntrospector(pair);
objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES,
false);
+ objectMapper.configure(MapperFeature.ACCEPT_CASE_INSENSITIVE_ENUMS, true);
Review Comment:
Great find!
Given that one major vendor does this, I'm plus one. It's not clear to me
what the official RFC stance is, the closest I could find are these:
https://www.rfc-editor.org/rfc/rfc7644#section-3.10
https://datatracker.ietf.org/doc/html/rfc7643#section-2.1
--
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]