-
Fix was applied in commit 10aeaa4a.
I've reviewed other functions but other usages of
replace
were in Java and replaced all occurrences of the string.
Type |
Bug
|
Priority |
Normal
|
Assignee | |
Version |
tigase-server-8.4.0
|
Target Release |
1.0
|
Sprints |
n/a
|
Customer |
n/a
|
Iterations
-
tigase-server-8.4.0 Closed
Issue Votes (0)
The problem is in function
generateQrCode
(tigase/dashboard/users/index.jte:172) which does:But it fails for JIDs with domains with more than 2 parts.
.replaceAll()
function should be used instead of just.replace()
.I think it's worth reviewing other functions as well