Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 4791 invoked from network); 1 Jul 2007 17:08:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2007 17:08:13 -0000 Received: (qmail 15069 invoked by uid 500); 1 Jul 2007 17:08:02 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 15052 invoked by uid 500); 1 Jul 2007 17:08:02 -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 15041 invoked by uid 99); 1 Jul 2007 17:08:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2007 10:08:02 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [192.61.61.103] (HELO usea-naimss1.unisys.com) (192.61.61.103) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2007 10:07:58 -0700 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.18]) by usea-naimss1 with InterScan Message Security Suite; Sun, 01 Jul 2007 12:07:37 -0500 Received: from usea-nagw2.na.uis.unisys.com ([129.224.72.53]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 1 Jul 2007 12:07:36 -0500 Received: from USRV-EXCH4.na.uis.unisys.com ([192.61.245.233]) by usea-nagw2.na.uis.unisys.com with Microsoft SMTPSVC(6.0.3790.1830); Sun, 1 Jul 2007 12:07:36 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: WebdavServlet Date: Sun, 1 Jul 2007 12:07:35 -0500 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: WebdavServlet Thread-Index: Ace7L5bR3F9bhbK4SG2Uz4kzTqIWewAz616g References: <46862EFA.1090309@apache.org> From: "Caldarale, Charles R" To: "Tomcat Users List" X-OriginalArrivalTime: 01 Jul 2007 17:07:36.0499 (UTC) FILETIME=[5297E030:01C7BC02] X-Virus-Checked: Checked by ClamAV on apache.org > From: Robert J. Carr [mailto:rjcarr@gmail.com]=20 > Subject: Re: WebdavServlet >=20 > > Mapping it to /edit/* allows the content to be exposed at an > > alternative url. >=20 > Sure, but the content exposed would still be the "whole of=20 > the webapp", right? Yes - allowing appropriately privileged users access. > > The idea is that normal users access /your-app/*, a > > system admin can edit contant via /your-app/edit/*. >=20 > Not following what a system admin has to do with anything. Substitute "privileged user" for "system admin", and control who is privileged via elements in your web.xml file. Constraints can be placed on sub-paths of "edit", as well as "edit" itself, to segregate just who has webdav access to what portions of the webapp. > The 'edit' folder would just be implied ... both "normal users" > and "system admin" would still be exposed to the whole of the > webapp, right? Correct, but only those allowed to use the "edit" path could run the webdav servlet. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org