Release Notes / Version 12.2506.0
Table Of Contents
The default of the content server configuration option
cap.server.case-sensitive-member-search has been
changed to false. This makes the user and group
search in the Studio's User Manager app case-insensitive.
More generally, the option affects the UAPI methods
com.coremedia.cap.user.UserRepository#findUsers and
com.coremedia.cap.user.UserRepository#findGroups.
If you use these methods in custom code, this behavioural change may
be unwanted. In that case set the option to true
(case-sensitive, backward compatible).
(CMS-20282)


