bdemers commented on code in PR #435:
URL: https://github.com/apache/directory-scimple/pull/435#discussion_r1428524926
##########
scim-spec/scim-spec-schema/src/main/java/org/apache/directory/scim/spec/schema/Schemas.java:
##########
@@ -201,6 +202,7 @@ private static List<Schema.Attribute>
createAttributes(String urn, List<Field> f
log.debug("Attempting to set the attribute type, raw value = " +
typeName);
switch (typeName) {
case STRING_TYPE_IDENTIFIER:
+ case STRING_TYPE:
Review Comment:
Not related to this PR, but there was a similar issue in #425
Added more robust fix and tests in #452
--
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]