Return-Path: Delivered-To: apmail-incubator-jspwiki-user-archive@minotaur.apache.org Received: (qmail 26413 invoked from network); 26 May 2009 13:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 26 May 2009 13:46:15 -0000 Received: (qmail 9875 invoked by uid 500); 26 May 2009 13:46:28 -0000 Delivered-To: apmail-incubator-jspwiki-user-archive@incubator.apache.org Received: (qmail 9840 invoked by uid 500); 26 May 2009 13:46:28 -0000 Mailing-List: contact jspwiki-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-user@incubator.apache.org Delivered-To: mailing list jspwiki-user@incubator.apache.org Received: (qmail 9830 invoked by uid 99); 26 May 2009 13:46:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 13:46:28 +0000 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: local policy) Received: from [207.155.248.73] (HELO marlborough.xo.com) (207.155.248.73) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2009 13:46:18 +0000 Received: (ConcentricHost relay 1.2); with ESMTP id 73DF85B39; Tue, 26 May 2009 09:45:57 -0400 (EDT) Received: from ecidb1 (64-132-10-202.static.twtelecom.net [64.132.10.202]) by marlborough.xo.com (ConcentricHost(2.70) Relay) with ESMTP id 73DF85B39 for ; Tue, 26 May 2009 09:45:57 -0400 (EDT) From: "David Buntin" To: References: <47E23FEAA286474D8879EA139B60F0CE@engineering.econtrols.com> <85E3D341-892C-4CB7-A2EF-A61EC666E263@ecyrd.com> <786DC4FFF4684975A9D09F072411AD37@engineering.econtrols.com> <7D1F8C2A-9DEB-4201-8F53-5135CAA7CD08@ecyrd.com> <15cc92000905251252n3e3b40b7p7d49c38770abb071@mail.gmail.com> Subject: RE: Login works with Chrome but not IE7? Date: Tue, 26 May 2009 08:45:57 -0500 Message-ID: <3027631C8EF0424994F9525731F34B97@engineering.econtrols.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 In-Reply-To: <15cc92000905251252n3e3b40b7p7d49c38770abb071@mail.gmail.com> Thread-Index: Acndcocj+X2XT9J7SQ6v59u//yom/gAlOHIg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Virus-Checked: Checked by ClamAV on apache.org Thanks Dirk. I checked "Java logging enabled" in IE7 advanced options and then looked for a javalog.txt file in the Windows/Java directory. No file was generated. Assuming I have done the correct thing, this seems to mean that no javascript errors are occurring. Am I correct? David -----Original Message----- From: Dirk Frederickx [mailto:dirk.frederickx@gmail.com] Sent: Monday, May 25, 2009 2:52 PM To: jspwiki-user@incubator.apache.org Subject: Re: Login works with Chrome but not IE7? David, As this seems to be a browser/IE7 specific issues, may it could be javascript related. Can you check if there is a js error when submitting the login page. In IE, you can set the option to catch all javascript error and get some error info. That would be very useful. dirk On Mon, May 25, 2009 at 8:25 PM, Janne Jalkanen wrote: > > Andrew, Dirk, any ideas? > > /Janne > > > On 25 May 2009, at 19:45, David Buntin wrote: > > Thanks for helping. I tried 2.8.2 with no luck. IE7 still constantly >> redirects to the login page. Any other suggestions? >> >> David >> -----Original Message----- >> From: Janne Jalkanen [mailto:janne.jalkanen@ecyrd.com] >> Sent: Saturday, May 23, 2009 4:35 AM >> To: jspwiki-user@incubator.apache.org >> Subject: Re: Login works with Chrome but not IE7? >> >> >> Could you try 2.8.2, please? There were some changes made into the >> login process after 2.8.1, so those might >> be helping you. >> >> (Aside from that, congrats on being the first Chrome user to come out >> of the closet on this mailing list ;-) >> >> /Janne >> >> On 23 May 2009, at 01:23, David Buntin wrote: >> >> I have successfully deployed JSPWiki 2.8.1 in Tomcat5.5 and >>> Apache2.2 on a >>> WinXP machine. When using Google's Chrome, a proper login attempt >>> results >>> correctly in a redirect to the main page. With IE7, a proper login >>> attempt >>> re-directs back to the login page. >>> >>> We use JSPWiki as a common internal-use-only scratchpad within our >>> small >>> company. We only want known folks using the wiki. I've configured >>> security >>> to restrict any anonymous or asserted user to the login page only. >>> Furthermore, anonymous and asserted users cannot create an account. I >>> control access to the wiki via manual edits to the userdatabase.xml >>> file. >>> Here are the jspwiki.policy entries: >>> >>> grant principal com.ecyrd.jspwiki.auth.authorize.Role "All" { >>> permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", >>> "login"; >>> }; >>> grant principal com.ecyrd.jspwiki.auth.authorize.Role "Anonymous" { >>> }; >>> grant principal com.ecyrd.jspwiki.auth.authorize.Role "Asserted" { >>> }; >>> grant principal com.ecyrd.jspwiki.auth.authorize.Role >>> "Authenticated" { >>> permission com.ecyrd.jspwiki.auth.permissions.PagePermission >>> "*:*", >>> "view"; >>> permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", >>> "editPreferences"; >>> permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", >>> "editProfile"; >>> permission com.ecyrd.jspwiki.auth.permissions.PagePermission >>> "*:*", >>> "modify,rename"; >>> permission com.ecyrd.jspwiki.auth.permissions.GroupPermission >>> "*:*", >>> "view"; >>> permission com.ecyrd.jspwiki.auth.permissions.GroupPermission >>> "*:", "edit"; >>> permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", >>> "createPages,createGroups"; >>> }; >>> grant principal com.ecyrd.jspwiki.auth.GroupPrincipal "Admin" { >>> permission com.ecyrd.jspwiki.auth.permissions.AllPermission "*"; >>> }; >>> grant principal com.ecyrd.jspwiki.auth.authorize.Role "Admin" { >>> permission com.ecyrd.jspwiki.auth.permissions.AllPermission "*"; >>> }; >>> >>> Is there a solution to my IE7 login problem? >>> >>> Thanks in advance, >>> David >>> >> >