Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 8.0
-
Fix Version/s: 7.4.3, 8.1-milestone-2
-
Component/s: Invitation
-
Labels:
-
Difficulty:Easy
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
Description
When using certain mail servers, it is necessary to use the Punycode representation of the domain name instead of the UTF-8 representation. For example, "foo@maƱana.com" is technically "foo@xn--maana-pta.com" and needs to be written as such for non-Punycode-aware mail servers. However, XWiki removes the double hyphen and replaces it with strikethrough formatting, which is confusing. A similar problem occurs if the email address happens to contain a double underscore.
1. Go to http://localhost:8080/xwiki/bin/view/Invitation/
2. Send an invitation to foo@xn--maana-pta.com
3. Observe the result.
4. Click "My Invitations" and observe that this page has the problem too.
Screenshots of step 3 and step 4 are attached.