Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0
-
None
-
Java 6, Tomcat 6
Description
Using SmartLinkLabel with an email address that includes a "+" generates a link only on the right-most part of the address.
Example:
- my+test@example.com
Will generate a link like: - my+<a href="mailto:test@example.com">test@example.com@pappin.ca</a>
THe addition of the "+" char is a valid email address format.
Attachments
Attachments
Issue Links
- is related to
-
WICKET-2067 SmartLinkLabel does not handle ~ in urls
- Resolved