[jira] [Commented] (COMPRESS-176) ArchiveInputStream#getNextEntry(): Problems with WinZip directories with Umlauts

2012-02-27 Thread Stefan Bodewig (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217122#comment-13217122 ] Stefan Bodewig commented on COMPRESS-176: - Whether we need forward slashes in

[jira] [Updated] (COMPRESS-176) ArchiveInputStream#getNextEntry(): Problems with WinZip directories with Umlauts

2012-02-27 Thread Stefan Bodewig (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Bodewig updated COMPRESS-176: Fix Version/s: 1.4 ArchiveInputStream#getNextEntry(): Problems with WinZip

[jira] [Commented] (COMPRESS-16) unable to extract a TAR file that contains an entry which is 10 GB in size

2012-02-27 Thread Stefan Bodewig (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217123#comment-13217123 ] Stefan Bodewig commented on COMPRESS-16: I plan to look up what the GNU tar

[jira] [Commented] (MATH-754) Additional Fraction Constructor

2012-02-27 Thread Gilles (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217136#comment-13217136 ] Gilles commented on MATH-754: - bq. [...] in commons-math 2.2, Fraction is declared final. [...]

[jira] [Commented] (CONFIGURATION-480) Reading Manifest files using PropertiesConfiguration

2012-02-27 Thread Chris Molozian (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217169#comment-13217169 ] Chris Molozian commented on CONFIGURATION-480: -- Apologies for the late

[jira] [Commented] (MATH-754) Additional Fraction Constructor

2012-02-27 Thread Travis Hanna (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217185#comment-13217185 ] Travis Hanna commented on MATH-754: --- That's strange. I don't see the final declaration

[jira] [Created] (COMPRESS-181) Tar files created by AIX native tar, and which contain symlinks, cannot be read by TarArchiveInputStream

2012-02-27 Thread Robert Clark (Created) (JIRA)
Tar files created by AIX native tar, and which contain symlinks, cannot be read by TarArchiveInputStream Key: COMPRESS-181 URL:

[jira] [Updated] (COMPRESS-181) Tar files created by AIX native tar, and which contain symlinks, cannot be read by TarArchiveInputStream

2012-02-27 Thread Robert Clark (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Clark updated COMPRESS-181: -- Attachment: simple-aix-native-tar.tar An example tar file, containing a symbolic link,

[jira] [Updated] (COMPRESS-181) Tar files created by AIX native tar, and which contain symlinks, cannot be read by TarArchiveInputStream

2012-02-27 Thread Robert Clark (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Clark updated COMPRESS-181: -- Description: A simple tar file created on AIX using the native ({{/usr/bin/tar}} tar

[jira] [Commented] (CHAIN-66) Updated Chain documentation to include new changes to the API

2012-02-27 Thread Elijah Zupancic (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-66?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217354#comment-13217354 ] Elijah Zupancic commented on CHAIN-66: -- My plan is to take this on. I'm just very busy

[jira] [Created] (LANG-789) SerializationUtils clone method fails to perform some deep cloning

2012-02-27 Thread Harry Levinson (Created) (JIRA)
SerializationUtils clone method fails to perform some deep cloning -- Key: LANG-789 URL: https://issues.apache.org/jira/browse/LANG-789 Project: Commons Lang Issue Type: Bug

[jira] [Commented] (CONFIGURATION-480) Reading Manifest files using PropertiesConfiguration

2012-02-27 Thread Oliver Heger (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217549#comment-13217549 ] Oliver Heger commented on CONFIGURATION-480: If your use case is just

[jira] [Resolved] (CHAIN-65) Rename package org.apache.commons.chain to org.apache.commons.chain2 for v2 of chain

2012-02-27 Thread Simone Tripodi (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone Tripodi resolved CHAIN-65. - Resolution: Fixed Assignee: Simone Tripodi Thanks for contributing Elijah, your patch has

[jira] [Commented] (EXEC-63) Race condition in DefaultExecutor#execute(cmd, handler)

2012-02-27 Thread Martin Sandiford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217795#comment-13217795 ] Martin Sandiford commented on EXEC-63: -- Patch for test case from

[jira] [Commented] (EXEC-63) Race condition in DefaultExecutor#execute(cmd, handler)

2012-02-27 Thread Martin Sandiford (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217797#comment-13217797 ] Martin Sandiford commented on EXEC-63: -- Patch for test case from

[jira] [Issue Comment Edited] (EXEC-63) Race condition in DefaultExecutor#execute(cmd, handler)

2012-02-27 Thread Martin Sandiford (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-63?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217797#comment-13217797 ] Martin Sandiford edited comment on EXEC-63 at 2/28/12 1:26 AM: ---

[jira] [Commented] (COMPRESS-181) Tar files created by AIX native tar, and which contain symlinks, cannot be read by TarArchiveInputStream

2012-02-27 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217827#comment-13217827 ] Sebb commented on COMPRESS-181: --- The problem field is the modification time for the

[jira] [Created] (EMAIL-114) Methods to add multiple To, cc, Bcc is desired

2012-02-27 Thread Gokul Nanthakumar C (Created) (JIRA)
Methods to add multiple To, cc, Bcc is desired -- Key: EMAIL-114 URL: https://issues.apache.org/jira/browse/EMAIL-114 Project: Commons Email Issue Type: Improvement Reporter: Gokul

[jira] [Commented] (COMPRESS-176) ArchiveInputStream#getNextEntry(): Problems with WinZip directories with Umlauts

2012-02-27 Thread Stefan Bodewig (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217899#comment-13217899 ] Stefan Bodewig commented on COMPRESS-176: - Workaround and tests are in svn

[jira] [Created] (MATH-756) double as FieldElement

2012-02-27 Thread Created
double as FieldElement -- Key: MATH-756 URL: https://issues.apache.org/jira/browse/MATH-756 Project: Commons Math Issue Type: New Feature Affects Versions: 3.1 Reporter: Sébastien Brisard

[jira] [Commented] (COMPRESS-176) ArchiveInputStream#getNextEntry(): Problems with WinZip directories with Umlauts

2012-02-27 Thread Wurstbrot mit Senf (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13217974#comment-13217974 ] Wurstbrot mit Senf commented on COMPRESS-176: - Hi all, sounds promising.