[AANNOUNCE] Apache Commons Daemon 1.0.7 released

2011-08-12 Thread Mladen Turk
The Apache Commons Daemon team is pleased to announce the commons-daemon-1.0.7 release! Version 1.0.7 is bug fix release fixing the CVE-2011-2729 security issue. Source and binary distributions are available for download from the Apache Commons download site:

Re: [MATH]: question about HypergeometricDistributionImpl class

2011-08-12 Thread Marzieh Ayati
Thanks for consideration. So can I suppose that this value is 1 or can I trust on other result? I was wondering to open JIRA ticket for this. Thanks On Thu, Aug 11, 2011 at 6:39 PM, Phil Steitz phil.ste...@gmail.com wrote: On 8/11/11 3:21 PM, Marzieh Ayati wrote:

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Stefan Bodewig
On 2011-08-12, Emmanouil Batsis (Manos) wrote: Consider a zip archive containing the following folder and files: rootfolder + file1.doc + file2.pdf Shouldnt the entries enum bellow contain an entry for the root folder? ZipFile zipFile = new ZipFile(tmpZipFile); Enumeration entries =

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Emmanouil Batsis (Manos)
On 08/12/2011 10:09 PM, Stefan Bodewig wrote: On 2011-08-12, Emmanouil Batsis (Manos) wrote: Consider a zip archive containing the following folder and files: rootfolder + file1.doc + file2.pdf Shouldnt the entries enum bellow contain an entry for the root folder? ZipFile zipFile =

Re: zipFile.getEntries() not containing archive root folder?

2011-08-12 Thread Stefan Bodewig
On 2011-08-12, Emmanouil Batsis (Manos) wrote: On 08/12/2011 10:09 PM, Stefan Bodewig wrote: On 2011-08-12, Emmanouil Batsis (Manos) wrote: Consider a zip archive containing the following folder and files: rootfolder file1.doc file2.pdf Shouldnt the entries enum bellow contain an entry