You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Brill Pappin (JIRA)" <ji...@apache.org> on 2010/11/16 16:26:15 UTC

[jira] Updated: (WICKET-3174) SmartLinkLabel failing to process email with +

     [ https://issues.apache.org/jira/browse/WICKET-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brill Pappin updated WICKET-3174:
---------------------------------

    Attachment: DefaultLinkParserEmailPlusTest.java

Attached a unit test to verify the fix.

> SmartLinkLabel failing to process email with +
> ----------------------------------------------
>
>                 Key: WICKET-3174
>                 URL: https://issues.apache.org/jira/browse/WICKET-3174
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.4.0
>         Environment: Java 6, Tomcat 6
>            Reporter: Brill Pappin
>         Attachments: DefaultLinkParserEmailPlusTest.java
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.