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:14:15 UTC

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

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


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.


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

Posted by "Igor Vaynberg (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Vaynberg resolved WICKET-3174.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5-M4
                   1.4.14
         Assignee: Igor Vaynberg

> 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.


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

Posted by "Brill Pappin (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-3174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12932616#action_12932616 ] 

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

Integrated in Apache Wicket 1.4.x #273 (See [https://hudson.apache.org/hudson/job/Apache%20Wicket%201.4.x/273/])
    

> 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.