Opened 6 years ago
Last modified 18 months ago
#2257 new defect
mailto links not linking correctly with hyphenated addresses/domains
| Reported by: | stephen.moretti@… | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Component: | WikiGoodiesPlugin |
| Severity: | normal | Keywords: | |
| Cc: | Trac Release: | 0.12 |
Description
The MailTo linking works well, expect for email address abd domains with a hyphen in them.
Examples:
emailaddress@…
whilst logged in emailaddress@this is linked
Whilst logged out emailaddress@…-domain.net is displayed
email-address@…
whilst logged in address@… is linked
whilst logged out email-address@… (Correct display I believe)
email-address@…
whilst logged in address@this is linked
whilst logged out email-address@…-domain.net is displayed
Possibly related : emailaddress@… is not linked or protected at all.
Attachments (0)
Change History (5)
comment:1 Changed 6 years ago by cboos
comment:2 Changed 6 years ago by stephen.moretti@…
Yeah r6273 for Trac and r2846 for WikiGoodiesPlugin.
No problem. I hadn't realised that there was email obfuscation in trac 0.11 or that it affected the wiki as well as tickets. Just thought I'd do my duty as a good citizen and pass on my findings. ;)
comment:3 follow-up: ↓ 4 Changed 5 years ago by thomas.moschny@…
Trac itself (at least T:r6379), even without the WikiGoodiesPlugin installed or activated doesn't properly render mail addresses containing hyphens, going to file a ticket there.
comment:4 in reply to: ↑ 3 Changed 5 years ago by thomas.moschny@…
comment:5 Changed 4 years ago by cboos
- Trac Release changed from 0.11 to 0.12
Works fine in Trac proper (and there will be #T7386 for the <...> form).
I'm going to remove the support for e-mail addresses in the plugin in the 0.12 version.


Are you using a recent trunk?
My bad, I've not yet checked how #T153 and the new e-mail auto-detection and obfuscation in Trac core interacts with the WikiGoodiesPlugin.