Return-Path: Delivered-To: apmail-roller-user-archive@www.apache.org Received: (qmail 82022 invoked from network); 11 Dec 2007 03:46:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Dec 2007 03:46:58 -0000 Received: (qmail 39835 invoked by uid 500); 11 Dec 2007 03:46:46 -0000 Delivered-To: apmail-roller-user-archive@roller.apache.org Received: (qmail 39803 invoked by uid 500); 11 Dec 2007 03:46:46 -0000 Mailing-List: contact user-help@roller.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@roller.apache.org Delivered-To: mailing list user@roller.apache.org Received: (qmail 39794 invoked by uid 99); 11 Dec 2007 03:46:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Dec 2007 19:46:46 -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 snoopdave@gmail.com designates 64.233.184.238 as permitted sender) Received: from [64.233.184.238] (HELO wr-out-0506.google.com) (64.233.184.238) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2007 03:46:25 +0000 Received: by wr-out-0506.google.com with SMTP id c57so1591059wra for ; Mon, 10 Dec 2007 19:46:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=J8h0S4XBob6MOeaxP7fEh2WFPzyONQClr4nXXoR71RA=; b=Xk+/ylfNxRX+tFwNaF8GrP5J+M7Mwago1xbRFhVb6JpaTL05+cmE+w0ZCoegAuZMuiENVSlgecpyRvcZOfe93eb+whdXo+Wia9SR0tRWvtut9oJW7lGs4mOYMIHVcLxhBh597vsI/t/34l+a9i001Hc9WeeGJtTWDwKVpGsQKa4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BSEu5JC/H/4zvqh+3fd2itmBYqK3RHl2k9xenhGHJbDug8huqsC2xrsLTOQtAxW6gpE1eCqlsGmOt2Gsw0fK2iSKJS1WPAGBUHEJXD3vsggcIUqz39Fpzra35Zy8r5kTNOlN2S39wAe1DhROpiYFgu7iTPfp0aNbtlgpsSSWlW8= Received: by 10.151.11.17 with SMTP id o17mr2550089ybi.1197344788216; Mon, 10 Dec 2007 19:46:28 -0800 (PST) Received: by 10.150.54.7 with HTTP; Mon, 10 Dec 2007 19:46:28 -0800 (PST) Message-ID: <8fb9ac720712101946x7e6767afv99fee8e58c64acc2@mail.gmail.com> Date: Mon, 10 Dec 2007 22:46:28 -0500 From: Dave To: user@roller.apache.org Subject: Re: user authentication fails in adding comments to IE In-Reply-To: <20071210104430.C342A724983@athena.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071210104430.C342A724983@athena.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org On Dec 10, 2007 5:45 AM, Odelya Glick wrote: > When I try to post a comment in IE I don't have the secure question + I get > the message: Comment authentication failed! > In FireFox it works all right. > > Most of our users use IE. > > How can it be solved? > Can I remove the security check? Hmm... that's odd. That security question has been in place for a long while now and it's known to work with IE. Are you using 4.0 now or 3.1? Until we figure this out, as a work-around you can disable the math question by setting this in your override file: comment.authenticator.classname=\ org.apache.roller.weblogger.ui.rendering.plugins.comments.DefaultCommentAuthenticator - Dave