SmartLinkLabel failing to process email with -
----------------------------------------------

                 Key: WICKET-4477
                 URL: https://issues.apache.org/jira/browse/WICKET-4477
             Project: Wicket
          Issue Type: Bug
          Components: wicket-extensions
    Affects Versions: 1.5.5
            Reporter: Phill Ashworth


In a similar vein to WICKET-3174 - using SmartLinkLabel with an email address 
that includes a "-" generates a link only on the right-most part of the 
address. 

Example: 
- [email protected] 
Will generate a link like: 
- my-<a href="mailto:[email protected]";>[email protected]</a> 

The addition of the "-" char is a valid email address format. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to