Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 89803 invoked from network); 8 May 2010 12:16:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 May 2010 12:16:13 -0000 Received: (qmail 62448 invoked by uid 500); 8 May 2010 12:16:13 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 62394 invoked by uid 500); 8 May 2010 12:16:12 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 62386 invoked by uid 99); 8 May 2010 12:16:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 12:16:12 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 08 May 2010 12:16:10 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o48CFl6q006885 for ; Sat, 8 May 2010 12:15:48 GMT Message-ID: <19778329.49661273320947570.JavaMail.jira@thor> Date: Sat, 8 May 2010 08:15:47 -0400 (EDT) From: "Harry Metske (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Resolved: (JSPWIKI-392) Error in UserBox.jsp with IPv6 In-Reply-To: <508576873.1223035604165.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harry Metske resolved JSPWIKI-392. ---------------------------------- Fix Version/s: 3.0 2.8.3 Resolution: Fixed Fixed in 2.8.4-svn-12 and 3.0.0-svn-218 > 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 > Assignee: Harry Metske > Priority: Trivial > Fix For: 3.0, 2.8.3 > > > IPv6 localhost address is displayed as "0:0:0:0:0:0:0:1" - But UserBox.jsp (user status is asserted), line 20 shows: > {{[]}} > 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 > {{[[]}} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.