Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 17644 invoked from network); 4 Jun 2007 12:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 12:59:06 -0000 Received: (qmail 94576 invoked by uid 500); 4 Jun 2007 12:59:05 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 94530 invoked by uid 500); 4 Jun 2007 12:59:05 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 94519 invoked by uid 99); 4 Jun 2007 12:59:05 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 05:59:05 -0700 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 jfclere@gmail.com designates 66.249.82.233 as permitted sender) Received: from [66.249.82.233] (HELO wx-out-0506.google.com) (66.249.82.233) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 05:59:00 -0700 Received: by wx-out-0506.google.com with SMTP id t16so1304091wxc for ; Mon, 04 Jun 2007 05:58:40 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=NbUZvjNJPmYjuSzyFK668EzhO6DAhHkhQOPjn7rBdV1ez7U9BfzY3XDsYR6YNTuEV8KxDrq+3TcNEFqpXKVEo7hW8yYZOSf4igEJLvlHvaY23stXUTXNHfvIHkvWokJz5f/j30S3rVDcIfA0mnTwQDbPcrd5KkCcRNfH+jhECU4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version:x-mailer:content-transfer-encoding; b=P5G5wWK383CuF1JJ9JsxJgh837jmd+wzPHpEU+LL4AIlgQByRwwpLi2iEslVT7x9fcIdTFx43gA+xUZJQRWkZHQBmfsFiZ/5j0umoRGAT6qoyVlN6+tDIIDXO/QIY3rMBL7LrK3QpdI5xpYSVfjoGfz1D1czTDO/SBA6DHdxZOE= Received: by 10.90.98.3 with SMTP id v3mr3461447agb.1180961919947; Mon, 04 Jun 2007 05:58:39 -0700 (PDT) Received: from ?192.168.4.143? ( [212.249.12.130]) by mx.google.com with ESMTP id 18sm381798wry.2007.06.04.05.58.38; Mon, 04 Jun 2007 05:58:39 -0700 (PDT) Subject: Re: svn commit: r544137 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c From: Jean-Frederic To: Tomcat Developers List In-Reply-To: <20070604120834.0430D1A981D@eris.apache.org> References: <20070604120834.0430D1A981D@eris.apache.org> Content-Type: text/plain Date: Mon, 04 Jun 2007 14:59:43 +0200 Message-Id: <1180961983.3752.5.camel@jfcpc> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Mon, 2007-06-04 at 12:08 +0000, mturk@apache.org wrote: > Author: mturk > Date: Mon Jun 4 05:08:33 2007 > New Revision: 544137 > > URL: http://svn.apache.org/viewvc?view=rev&rev=544137 > Log: > Add simple URI normalizer that can deal with things like %252e%252e. This is mostly copy/paste from the IIS module > Note that we should rollback http://svn.apache.org/viewvc?view=rev&revision=538975 too, shouldn't we? Cheers Jean-Frederic --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org