Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
Vista 32bit
Tomcat 6.0.18
JSPWiki 2.8.0-beta1
Description
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>
Attachments
Issue Links
- relates to
-
JSPWIKI-442 Prefixing the username with a space you can create usernames which look like IP addresses.
-
- Closed
-