Return-Path: list-help: list-unsubscribe: List-Post: List-Id: Mailing-List: contact cactus-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list cactus-user@jakarta.apache.org Received: (qmail 14113 invoked by uid 99); 3 May 2008 21:47:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2008 14:47:48 -0700 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,URIBL_RHS_DOB X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paranoiabla@gmail.com designates 209.85.200.175 as permitted sender) Received: from [209.85.200.175] (HELO wf-out-1314.google.com) (209.85.200.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2008 21:47:00 +0000 Received: by wf-out-1314.google.com with SMTP id 27so353970wfd.31 for ; Sat, 03 May 2008 14:47:15 -0700 (PDT) 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:references; bh=Gz5og0X05URlnzVmFAi24GjMeEnPmFeYUB+lWf0Za3k=; b=FadsZuDmqvA4JPs2tk5gggQrbokc9PlXD/aoDynDFCezlFstj1cJ5KYv4ebJtvwC0baCeBA2wayRx39zTXNrIK2Pqbo1y6FQ/TYd6DazOTx0w1AH1d07YXeLIOGQjYCG1V79EMikqdQ4A8FyUoKpDc1gc60lGZ+uumitNCftsDM= 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:references; b=bJdhO+cpOiT3adZEX/+aOPY0aaIPSuq+g+xa8B9aBIfW18DnHMc8/vRrzgYUbe/QEvqsLS+RkPgINimz0o2V0pJtVH8H7ntQEaATdNvk8qi7x6+2LD6HbjVoFiHx3yTYPhFXJOpIRnXagDnjbCLnbwokbd1lhIlZ2k7I5cp4ouk= Received: by 10.142.70.7 with SMTP id s7mr1832639wfa.265.1209851235144; Sat, 03 May 2008 14:47:15 -0700 (PDT) Received: by 10.143.48.1 with HTTP; Sat, 3 May 2008 14:47:15 -0700 (PDT) Message-ID: Date: Sun, 4 May 2008 00:47:15 +0300 From: "Petar Tahchiev" To: "Cactus Users List" Subject: Re: FormAuthentication problem In-Reply-To: <266b3cb30804300924me3643d6k647a86b7b6105901@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14506_16694538.1209851235098" References: <266b3cb30804291528s13dafae0y16425435e3dd1a1c@mail.gmail.com> <20080430.153051.32495992.suguri.kazuhito@lab.ntt.co.jp> <266b3cb30804300924me3643d6k647a86b7b6105901@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14506_16694538.1209851235098 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi guys, I have added Kazuhito's changes in the svn. Sorry I have missed them - I have been really swamped lately. Eric, maybe you can tell more on how you use Cactus on the "Who uses Cactus" wiki. :-) Cheers, Petar. 2008/4/30 Eric Barendt : > We are using JBoss 4.2.1 with whatever version of Tomcat it comes with. I > just applied your patch to the 1.8.0 code, and it works great! > > Is this a bug in Cactus? I couldn't find anything in the project's Jira > page, but it'd be great to get this integrated. > > Thanks! > Eric > > On Tue, Apr 29, 2008 at 11:30 PM, Kazuhito SUGURI < > suguri.kazuhito@lab.ntt.co.jp> wrote: > > > Hi Eric, > > > > In article <266b3cb30804291528s13dafae0y16425435e3dd1a1c@mail.gmail.com > >, > > Tue, 29 Apr 2008 15:28:56 -0700, > > "Eric Barendt" wrote: > > eric> I'm working on switching our application from Basic to Form > > authentication. > > [snip] > > eric> With FormAuthentication, I get "Missing service name parameter > > eric> [Cactus_Service] in HTTP request." and "Error getting test result. > > This > > eric> could happen for example if you're using a load-balancer." This > is > > what I > > eric> see in my access log: > > eric> > > eric> 127.0.0.1 - - [29/Apr/2008:16:50:18 -0500] "GET > > eric> /application/ServletRedirectorSecure HTTP/1.1" 200 2357 > > eric> 127.0.0.1 - - [29/Apr/2008:16:50:18 -0500] "POST > > eric> /application/j_security_check HTTP/1.1" 302 - > > eric> 127.0.0.1 - user [29/Apr/2008:16:50:18 -0500] "GET > > eric> /application/ServletRedirectorSecure HTTP/1.1" 500 2527 > > eric> 127.0.0.1 - user [29/Apr/2008:16:50:18 -0500] "GET > > eric> /application/ServletRedirectorSecure?Cactus_Service=GET_RESULTS > > HTTP/1.1" > > eric> 500 2556 > > > > What is your servlet container? > > > > If you are using Tomcat later than 5.5.20, > > my post to tomcat-users ML might helps you: > > http://marc.info/?l=tomcat-user&m=119098089904045&w=2 > > > > If it works for you, please let me know. > > ---- > > Kazuhito SUGURI > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: cactus-user-unsubscribe@jakarta.apache.org > > For additional commands, e-mail: cactus-user-help@jakarta.apache.org > > > > > > > -- > Eric Barendt > Danube Technologies, Inc. > -- Regards, Petar! Karlovo, Bulgaria. EOOXML Objections http://www.grokdoc.net/index.php/EOOXML_objections Public PGP Key at: https://keyserver1.pgp.com/vkd/DownloadKey.event?keyid=0x19658550C3110611 Key Fingerprint: A369 A7EE 61BC 93A3 CDFF 55A5 1965 8550 C311 0611 ------=_Part_14506_16694538.1209851235098--