Re: Patch suggestion

2010-04-12 Thread Pid *
On 12 April 2010 11:25, Pid * wrote: > On 11 April 2010 14:56, Pid * wrote: > >> >> On 11 April 2010 00:17, Konstantin Kolinko wrote: >> >>> 2010/4/10 Pid : >>> > In lieu of of a Bugzilla enhancement (and hoping that I have the right >>> end >>> > of the stick). >>> > >>> >>> If I guess your int

Re: Patch suggestion

2010-04-12 Thread Pid *
On 11 April 2010 14:56, Pid * wrote: > > On 11 April 2010 00:17, Konstantin Kolinko wrote: > >> 2010/4/10 Pid : >> > In lieu of of a Bugzilla enhancement (and hoping that I have the right >> end >> > of the stick). >> > >> >> If I guess your intention correctly, >> you want to prevent deployment

Re: Patch suggestion

2010-04-11 Thread Pid *
On 11 April 2010 00:17, Konstantin Kolinko wrote: > 2010/4/10 Pid : > > In lieu of of a Bugzilla enhancement (and hoping that I have the right > end > > of the stick). > > > > If I guess your intention correctly, > you want to prevent deployment of a war file that is still open for > writing? >

Re: Patch suggestion

2010-04-10 Thread Konstantin Kolinko
2010/4/10 Pid : > In lieu of of a Bugzilla enhancement (and hoping that I have the right end > of the stick). > If I guess your intention correctly, you want to prevent deployment of a war file that is still open for writing? If that is the case, then asking for modification time probably will no

Patch suggestion

2010-04-10 Thread Pid
In lieu of of a Bugzilla enhancement (and hoping that I have the right end of the stick). In class: org.apache.catalina.startup.HostConfig In method: protected void deployWARs(File appBase, String[] files) { if (files == null) { return; } for (int i = 0; i