[ 
https://issues.apache.org/jira/browse/JSPWIKI-392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12863127#action_12863127
 ] 

Harry Metske commented on JSPWIKI-392:
--------------------------------------

My proposal is to add a regex-check for an IPV6 address in UserNameTag, and if 
it matches, add an extra opening square bracket.
This way we solve the issue and still keep a link to asserted names (that are 
not IPV6 addresses).

(there is already an excellent IP address regex available in ASF's httpclient 
that we can use).

regards,
Harry

> Error in UserBox.jsp with IPv6
> ------------------------------
>
>                 Key: JSPWIKI-392
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-392
>             Project: JSPWiki
>          Issue Type: Bug
>          Components: Default template
>         Environment: Vista 32bit
> Tomcat 6.0.18
> JSPWiki 2.8.0-beta1
>            Reporter: Stefan Bohn
>            Priority: Trivial
>
> IPv6 localhost address is displayed as "0:0:0:0:0:0:0:1" - But UserBox.jsp 
> (user status is asserted), line 20 shows:
> {{<fmt:param><wiki:Translate>[<wiki:UserName 
> />]</wiki:Translate></fmt:param>}}
> So the rendered UserName looks like [0:0:0:0:0:0:0:1] - the wiki interpreter 
> tries to render an inter-wiki-link "0", that causes an error box 
> (markupparser.error.nointerwikiref).
> To reproduce:
> Run JSPWiki on the local machine with an IPv6 network
> Log out
> As anonymous user goto the preferences
> Save the user preferences.
> Now the UserBox is broken.
> Solution: Add a second opening square bracket
> {{<fmt:param><wiki:Translate>[[<wiki:UserName 
> />]</wiki:Translate></fmt:param>}}

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

Reply via email to