You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users have usernames with a dot (like r.denarie), the avatar is not displayed in chat application.
In eXo, the url used for the avatar is : /rest/jcr/repository/social/production/soc%3Aproviders/soc%3Aorganization/soc%3Atest%2502test/soc%3Aprofile/soc%3Aavatar
In chat, the url used is /rest/jcr/repository/social/production/soc:providers/soc:organization/soc:test.test/soc:profile/soc:avatar, which throws a 404 error. So the default avatar is displayed
We should escape characters not accepted by JCR.
The text was updated successfully, but these errors were encountered:
When users have usernames with a dot (like r.denarie), the avatar is not displayed in chat application.
In eXo, the url used for the avatar is : /rest/jcr/repository/social/production/soc%3Aproviders/soc%3Aorganization/soc%3Atest%2502test/soc%3Aprofile/soc%3Aavatar
In chat, the url used is /rest/jcr/repository/social/production/soc:providers/soc:organization/soc:test.test/soc:profile/soc:avatar, which throws a 404 error. So the default avatar is displayed
We should escape characters not accepted by JCR.
The text was updated successfully, but these errors were encountered: