Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 22004 invoked from network); 5 Sep 2006 13:20:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Sep 2006 13:20:20 -0000 Received: (qmail 69601 invoked by uid 500); 5 Sep 2006 13:20:09 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 68986 invoked by uid 500); 5 Sep 2006 13:20:07 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 68975 invoked by uid 99); 5 Sep 2006 13:20:07 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 06:20:07 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,HTML_TAG_EXIST_TBODY,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of emreersoz@gmail.com designates 64.233.184.236 as permitted sender) Received: from [64.233.184.236] (HELO wr-out-0506.google.com) (64.233.184.236) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Sep 2006 06:20:06 -0700 Received: by wr-out-0506.google.com with SMTP id i21so621593wra for ; Tue, 05 Sep 2006 06:19:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=S/x2irxwgafag6UfGVu0GyoYsTVNB0USyIjFYDBgbm7qUs6gCcuTqc/VTdtZfWO9ExzJGp4+LRVw6jPFz4hQTcgH4fEqlgQ29TPBUfPe8koa0wHidCziKJcf+0XsIAWOuzYmy4A3G7xo5j6SNtg06YW+l6WjaHEZS5G+9O1htSk= Received: by 10.90.83.14 with SMTP id g14mr1339833agb; Tue, 05 Sep 2006 06:19:44 -0700 (PDT) Received: by 10.90.25.17 with HTTP; Tue, 5 Sep 2006 06:19:44 -0700 (PDT) Message-ID: Date: Tue, 5 Sep 2006 16:19:44 +0300 From: "Emre Ersoz" To: users@tomcat.apache.org Subject: How to disable PUT and DELETE methods in Tomcat 4.1.27? MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3277_227436.1157462384854" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3277_227436.1157462384854 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear all, I am a newbie to the list. I did some research on the topic, but couldn't get any idea. I found on 5.5.X http://tomcat.apache.org/tomcat-5.5-doc/default-servlet.html On web.xml file you can add following parameter for this purpose: readonly Is this context "read only", so HTTP commands like PUT and DELETE are rejected? [true] What about 4.1.X ? Do we have solution? Thanks and regards, EE ------=_Part_3277_227436.1157462384854--