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

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

    [ https://issues.apache.org/jira/browse/WICKET-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932554#action_12932554 ] 

Hudson commented on WICKET-3174:
--------------------------------

Integrated in Apache Wicket 1.5.x #519 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.5.x/519/])
    Issue: WICKET-3174


> 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
>            Assignee: Igor Vaynberg
>             Fix For: 1.4.14, 1.5-M4
>
>         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.