Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 32660 invoked from network); 6 Dec 2006 01:40:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 01:40:46 -0000 Received: (qmail 24419 invoked by uid 500); 6 Dec 2006 01:40:49 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 24393 invoked by uid 500); 6 Dec 2006 01:40:49 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 24382 invoked by uid 99); 6 Dec 2006 01:40:49 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 17:40:49 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ted.husted@gmail.com designates 64.233.162.231 as permitted sender) Received: from [64.233.162.231] (HELO nz-out-0102.google.com) (64.233.162.231) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2006 17:40:38 -0800 Received: by nz-out-0102.google.com with SMTP id i11so34499nzi for ; Tue, 05 Dec 2006 17:40:18 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=K7w5hyPIjSjrZLCCO2+OMUrbyZOD/eUn78CPg8FY7daNM+6KyuVFgSSFiBD0FTj/3Zz5Rrvag/QBsnDERTKpFcruy0je/ejRtzBAoiuyVBaX+i4XY72UfdzdwQoo1Yux3drYTs0sBis8qKvw4tqqBzW7HOV15dtXQzH5/Y5l1Aw= Received: by 10.65.43.5 with SMTP id v5mr204844qbj.1165369218255; Tue, 05 Dec 2006 17:40:18 -0800 (PST) Received: by 10.65.98.11 with HTTP; Tue, 5 Dec 2006 17:40:18 -0800 (PST) Message-ID: <8b3ce3790612051740r39efa0far61031f97d951b31a@mail.gmail.com> Date: Tue, 5 Dec 2006 20:40:18 -0500 From: "Ted Husted" Sender: ted.husted@gmail.com To: "Struts Developers List" Subject: Re: [S2] Struts 2.0.2 Build - ON HOLD In-Reply-To: <4574EF81.9070600@wfscorp.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <8b3ce3790612041643n39e02040wd90085a19ed4054@mail.gmail.com> <4574C631.7080800@twdata.org> <4574DB20.2090500@wfscorp.com> <4574E3A9.4050006@twdata.org> <4574E64C.5040304@twdata.org> <4574EF81.9070600@wfscorp.com> X-Google-Sender-Auth: 0a2b3013c61bc384 X-Virus-Checked: Checked by ClamAV on apache.org GMail has been marking many JIRA posting as spam lately (no doubt because several are now). In case anyone missed it, Rainer posted a comment to the ticket. * http://issues.apache.org/struts/browse/WW-1537?page=all -Ted. On 12/4/06, Musachy Barroso wrote: > Well, I need help on this one: > > if (href != null) > addParameter("href", UrlHelper.buildUrl(findString(href), request, > response, null)); > > I can't figure out how to know if href ("%{url}") is pointing to a url > that already contains the context. Checking if it starts with the > context really smells like a hack, and wouldn't work in the case when > the context is the same as the namespace (weird but possible after all). > > musachy --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org