Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@minotaur.apache.org Received: (qmail 19560 invoked from network); 17 Feb 2009 14:44:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Feb 2009 14:44:22 -0000 Received: (qmail 29843 invoked by uid 500); 17 Feb 2009 14:44:22 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 29831 invoked by uid 500); 17 Feb 2009 14:44:22 -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 29820 invoked by uid 99); 17 Feb 2009 14:44:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 06:44:22 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrew.r.jaquith@gmail.com designates 74.125.78.146 as permitted sender) Received: from [74.125.78.146] (HELO ey-out-1920.google.com) (74.125.78.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Feb 2009 14:44:14 +0000 Received: by ey-out-1920.google.com with SMTP id 5so210209eyb.54 for ; Tue, 17 Feb 2009 06:43:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=cBtqV1QehgySJVh0abe7LPb74ZKxjDk96WLomfkYSXM=; b=Xg88JofocArlN8EYmnCBAvApJACQDfHZcn3vN3PF05njQHpOTQ5TH8VMDKpk5LLg6r 8RxklgzGRBaLKuN3D+FlD29ti4yHI7pMKBW6nbwPJzqA28FJG7lgEQA+Ao3Z+HLOrEyS 9R5Qus7iBwTuPe7Nr70e/hKG0HcmJTLjty9iA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=Q3GFtI5DNNNsoXKFc2PRgqYNHBMKBXgK59DUPmybJEYc3iRhpfntOzPyYMcJd5AEsV mRSweVyz5iVXxIR81xK5bsfK2cY2kgQwGBYOt9BVo56kNUStdDnfIXTdx+DORDzJJz19 R8S81m0KH+t4nyoiMxVaobRGj38I7++iXonw4= Received: by 10.103.24.17 with SMTP id b17mr1854927muj.21.1234881832841; Tue, 17 Feb 2009 06:43:52 -0800 (PST) Received: from ?10.75.237.53? ([166.198.106.177]) by mx.google.com with ESMTPS id w28sm9687228uge.59.2009.02.17.06.43.44 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 17 Feb 2009 06:43:52 -0800 (PST) Message-Id: From: Andrew Jaquith To: JSPWiki developers In-Reply-To: <499A8D4C.1090402@gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (5H11) Mime-Version: 1.0 (iPhone Mail 5H11) Subject: Re: Error in UserBox.jsp Date: Tue, 17 Feb 2009 09:43:29 -0500 References: <499A8D4C.1090402@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org David -- Thanks for this. I'd noticed the issue too, but hadn't done any investigation. I'll check this in during my next build. On Feb 17, 2009, at 5:11, David Gao wrote: > Hi, > > While I was playing with latest jspwiki (v3.0.0-svn-70),I found that > *User Action* is always Login even if I logged in successfully. I > searched around and it turned that this issue was caused by using > incorrect resource key in UserBox.jsp. Line 49 in this file should > be changed from: > > to > > > I also attached the svn patch along this mail for your convenience. > Thank you > > Best Regards > > David Gao > Index: UserBox.jsp > =================================================================== > --- UserBox.jsp (revision 744860) > +++ UserBox.jsp (working copy) > @@ -46,7 +46,7 @@ > beanclass="org.apache.wiki.action.LoginActionBean" > event="logout" > class="action logout" > title="${logoutTitle}"> > - > + > > >