Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 33475 invoked by uid 500); 27 Apr 2003 17:59:15 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 33460 invoked from network); 27 Apr 2003 17:59:15 -0000 Received: from unknown (HELO host.leverageweb.com) (64.91.232.157) by daedalus.apache.org with SMTP; 27 Apr 2003 17:59:15 -0000 Received: from 66-44-91-146.s527.tnt5.lnhva.md.dialup.rcn.com ([66.44.91.146] helo=geoff2k) by host.leverageweb.com with asmtp (Exim 3.36 #1) id 199qNd-0003d6-00 for cocoon-dev@xml.apache.org; Sun, 27 Apr 2003 13:56:02 -0400 From: "Geoff Howard" To: Subject: RE: Stefano's changes Date: Sun, 27 Apr 2003 14:16:23 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <3EAC0D10.3040607@verizon.net> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host.leverageweb.com X-AntiAbuse: Original Domain - xml.apache.org X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0] X-AntiAbuse: Sender Address Domain - leverageweb.com X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N huh? how will allow-reload break upload samples? btw, allow-uploads (which must be what you were thinkin of?) is already defaulted to false, which already "breaks" the upload samples, but I think Chris Haul made notice of that on the sample itself. Geoff > -----Original Message----- > From: Vadim Gritsenko [mailto:vadim.gritsenko@verizon.net] > Sent: Sunday, April 27, 2003 1:02 PM > To: cocoon-dev@xml.apache.org > Subject: Re: Stefano's changes > > > Leo Sutic wrote: > > >From > >http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=104946515805696&w=2: > > > > > >>4) I also changed 'allow-reload' to false as default. > >> > >> > > > >>From CocoonServlet.java: > > > > // get allow reload parameter, default is true > > value = conf.getInitParameter("allow-reload"); > > this.allowReload = (value == null || > >value.equalsIgnoreCase("yes") || value.equalsIgnoreCase("true")); > > if (value == null) { > > if (log.isDebugEnabled()) { > > log.debug("allow-reload was not set - defaulting to > >true"); > > } > > } > > > >The web.xml in the webapp included with Cocoon has: > > > > > > allow-reload > > yes > > > > > > > > I've modified servlet but had not touched web.xml - this will break > upload sample(s)... > > Vadim > > > >