[jira] [Resolved] (NET-428) SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32 ).getInfo().getAllAddresses()

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-428?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-428. -- Resolution: Fixed SubnetUtils throws ArrayIndexOutOfBoundsException for new SubnetUtils( 1.2.3.4/32

[jira] [Resolved] (NET-231) ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-231. -- Resolution: Fixed ParserInitializationException for a couple of server types (AS/400 and UNKNOWN Type: L8)

[jira] [Resolved] (NET-416) Increasing sub-negotiation message holder array size

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-416. -- Resolution: Fixed Increasing sub-negotiation message holder array size

[jira] [Resolved] (NET-425) _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.

2011-11-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-425. -- Resolution: Fixed _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for

[jira] [Resolved] (IO-275) org.apache.commons.io.FileUtils.contentEquals - Add option to ignore line endings

2011-11-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-275. - Resolution: Fixed Assignee: (was: Sebb) Fixed; adapted the existing contentEquals method to create new

[jira] [Resolved] (NET-425) _openDataConnection_, __storeFile, and __storeFileStream should be protected and take String for FTP command.

2011-11-11 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-425. -- Resolution: Fixed Thanks. I modified the patch slightly; got rid of the private methods (only used once) and rearranged

[jira] [Resolved] (IO-288) Supply a ReversedLinesFileReader

2011-11-15 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-288?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-288. - Resolution: Fixed Thanks for your perserverance! I had problems with committing the .txt files, as SVN tried to add SVN

[jira] [Resolved] (IO-290) Add read/readFully methods to IOUtils

2011-11-15 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-290. - Resolution: Fixed Fix Version/s: 2.2 Add read/readFully methods to IOUtils

[jira] [Resolved] (IO-292) IOUtils.closeQuietly() should take a ServerSocket as a parameter

2011-11-15 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-292. - Resolution: Fixed Fix Version/s: 2.2 IOUtils.closeQuietly() should take a ServerSocket as a parameter

[jira] [Resolved] (IO-271) FileUtils.copyDirectory should be able to handle arbitrary number of files

2011-11-15 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-271. - Resolution: Won't Fix FileUtils.copyDirectory should be able to handle arbitrary number of files

[jira] [Resolved] (LANG-772) ClassUtils.PACKAGE_SEPARATOR javadoc contains garbage text

2011-11-15 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-772?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-772. --- Resolution: Fixed Fix Version/s: 3.2 ClassUtils.PACKAGE_SEPARATOR javadoc contains garbage text

[jira] [Resolved] (LANG-773) ImmutablePair doc contains nonsense text

2011-11-16 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-773. --- Resolution: Fixed Fix Version/s: 3.2 Comment clarified ImmutablePair doc contains nonsense

[jira] [Resolved] (IO-293) Reduce memory consumption when reading file into byte[]

2011-11-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-293?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-293. - Resolution: Not A Problem The patch effectively amounts to inlining the code for IOUtils.toByteArray and does not save any

[jira] [Resolved] (DAEMON-230) Procrun Documentation

2011-12-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-230?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DAEMON-230. - Resolution: Fixed Thanks for the report; fixed in SVN Procrun Documentation

[jira] [Resolved] (JEXL-122) Migrate o.a.c.jexl2 to o.a.c.jexl3

2011-12-14 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved JEXL-122. --- Resolution: Not A Problem No need to do this; binary compat was restored. Migrate o.a.c.jexl2 to

[jira] [Resolved] (NET-432) ftp downloads wrong a video

2011-12-20 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-432. -- Resolution: Not A Problem Please subscribe [1] to the Commons User list and ask there. JIRA is not a user forum. [1]

[jira] [Resolved] (NET-436) Support for SYST Mac OS listing

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-436. -- Resolution: Fixed Fix Version/s: 3.1 MacOS listing support now complete. Auto-detection of FTP server encoding

[jira] [Resolved] (NET-434) FTPClient fails to close local listener socket when command socket channel encounter ReadTimeoutException

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-434. -- Resolution: Fixed Fix Version/s: 3.1 FTPClient fails to close local listener socket when command socket

[jira] [Resolved] (NET-430) Can't login to POP3S Server using explicit mode

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-430. -- Resolution: Fixed Fix Version/s: 3.1 Can't login to POP3S Server using explicit mode

[jira] [Resolved] (NET-426) FTPS: Hook to customize _openDataConnection_ SSLSocket before startHandshake() is called

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-426. -- Resolution: Fixed Fix Version/s: 3.1 FTPS: Hook to customize _openDataConnection_ SSLSocket before

[jira] [Resolved] (NET-424) FTPSClient.isConnected() does not return false after server shutdown

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-424. -- Resolution: Won't Fix Not really possible to fix this FTPSClient.isConnected() does not return false

[jira] [Resolved] (NET-423) FTPClient.storeFIle might fail when ControlKeepAliveTimeout is set

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-423. -- Resolution: Fixed Fix Version/s: 3.1 Same fix applies to retrieveFile method.

[jira] [Resolved] (NET-420) Retrieving files from AS400 FTP systems returns null timestamps in FTPFile.getTimestamp

2012-01-05 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-420?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-420. -- Resolution: Invalid Appears to be user error. Please re-open with full details if not. Retrieving

[jira] [Resolved] (NET-267) Support HTTP Proxying

2012-01-06 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-267?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-267. -- Resolution: Fixed Intial support added in NET 2.2 Support HTTP Proxying -

[jira] [Resolved] (NET-433) NET site should link to the examples

2012-01-07 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-433. -- Resolution: Fixed Fix Version/s: 3.1 NET site should link to the examples

[jira] [Resolved] (NET-346) FTP should support reporting NATed external IP address

2012-01-07 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-346. -- Resolution: Fixed Fix Version/s: 3.1 Applied, with a minor change: getReportHostAddress now defers to

[jira] [Resolved] (NET-437) TelnetInputStream doesn't support non-blocking IO when reader thread is not enabled

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-437. -- Resolution: Fixed Fix Version/s: 3.1 Fixed in SVN. I've uploaded a SNAPSHOT build to

[jira] [Resolved] (NET-410) Apache Commons TFTP does not handle RFC 783 retransmits.

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-410?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-410. -- Resolution: Fixed Fix Version/s: 3.1 Apache Commons TFTP does not handle RFC 783 retransmits.

[jira] [Resolved] (NET-412) Apache Commons TFTP implementation subject to Sorcerer's Apprentice Syndrome

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-412?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-412. -- Resolution: Fixed Fix Version/s: 3.1 Apache Commons TFTP implementation subject to Sorcerer's Apprentice

[jira] [Resolved] (NET-291) enterLocalPassiveMode is set back to Active on connect

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-291. -- Resolution: Won't Fix Fix Version/s: 3.1 Javadoc updated to state that connect resets the mode

[jira] [Resolved] (NET-422) FTP using HTTP proxy not working

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-422. -- Resolution: Fixed Fix Version/s: 3.1 FTP using HTTP proxy not working

[jira] [Resolved] (NET-205) Allow FTPFile entries to be generated even if date parsing fails

2012-01-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-205. -- Resolution: Won't Fix Not worth the risk of causing problems for existing code. Allow FTPFile entries

[jira] [Resolved] (DAEMON-236) --JvmOption in procrun.html page is not correct

2012-01-30 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DAEMON-236. - Resolution: Duplicate --JvmOption in procrun.html page is not correct

[jira] [Resolved] (DAEMON-239) prunsrv //ES (start) option not documented

2012-01-30 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DAEMON-239. - Resolution: Fixed Fix Version/s: 1.0.9 prunsrv //ES (start) option not documented

[jira] [Resolved] (DAEMON-235) When running java application via procrun (in jvm mode) an RMI thread triggers an EXCEPTION_ACCESS_VIOLATION

2012-01-30 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DAEMON-235. - Resolution: Not A Problem This is clearly not a Commons Daemon bug; the crash is in user JNI code called by the

[jira] [Resolved] (NET-438) POP3Client.capa() should call POP3Client.getAdditionalReply()

2012-01-31 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-438. -- Resolution: Fixed Fix Version/s: 3.1 POP3Client.capa() should call POP3Client.getAdditionalReply()

[jira] [Resolved] (NET-440) library throws an exception in case the SYST command is not known or the result is not known by the implementation

2012-02-06 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-440. -- Resolution: Fixed Fix Version/s: 3.1 Added check for system property org.apache.commons.net.ftp.systemType.default

[jira] [Resolved] (NET-441) mlistDir doc should be MLSD not MSLD

2012-02-10 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-441. -- Resolution: Fixed Fix Version/s: 3.1 Thanks! mlistDir doc should be MLSD not MSLD

[jira] [Resolved] (COMPRESS-175) GNU Tar sometimes uses binary encoding for UID and GID

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-175. --- Resolution: Fixed Fix Version/s: 1.4 GNU Tar sometimes uses binary encoding for UID and GID

[jira] [Resolved] (COMPRESS-177) TarArchiveInputStream rejects valid TAR file

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-177. --- Resolution: Fixed Fix Version/s: 1.4 TarArchiveInputStream rejects valid TAR file

[jira] [Resolved] (COMPRESS-179) TarUtils.formatLongOctalOrBinaryBytes() assumes the field will be 12 bytes long

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-179. --- Resolution: Fixed Fix Version/s: 1.4 TarUtils.formatLongOctalOrBinaryBytes() assumes the field

[jira] [Resolved] (COMPRESS-178) TarArchiveInputStream throws IllegalArgumentException instead of IOException

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-178. --- Resolution: Fixed Fix Version/s: 1.4 TarArchiveInputStream throws IllegalArgumentException

[jira] [Resolved] (COMPRESS-131) ArrayOutOfBounds while decompressing bz2

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-131. --- Resolution: Fixed Fix Version/s: 1.4 Did not actually fail, so presumably was fixed in an earlier

[jira] [Resolved] (COMPRESS-155) CompressorStreamFactory hangs when creating BZip2CompressorInputStream from ReaderInputStream

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-155. --- Resolution: Invalid Compressed files are a stream of bytes. It does not make sense to try and decompress

[jira] [Resolved] (COMPRESS-158) Empty directories missing in zip archive

2012-02-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-158. --- Resolution: Cannot Reproduce No further input, so assume problem has been resolved Empty

[jira] [Resolved] (NET-444) FTPTimestampParserImpl fails to parse future dates correctly on Feb 28th in a leap year

2012-02-28 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-444. -- Resolution: Fixed Fix Version/s: 3.2 Assignee: (was: Sebb) FTPTimestampParserImpl fails to parse

[jira] [Resolved] (NET-431) Site report list links to source and test xref, but they are not present

2012-02-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-431. -- Resolution: Fixed Fix Version/s: 3.1 Site report list links to source and test xref, but they are not present

[jira] [Resolved] (IO-298) Various methods of class 'org.apache.commons.io.FileUtils' incorrectly suppress 'java.io.IOException's.

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-298. - Resolution: Fixed Fix Version/s: 2.2 Various methods of class 'org.apache.commons.io.FileUtils' incorrectly

[jira] [Resolved] (IO-296) ReaderInputStream optimization: more efficient reading of small chunks of data

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-296. - Resolution: Fixed Fix Version/s: 2.2 ReaderInputStream optimization: more efficient reading of small chunks of

[jira] [Resolved] (IO-297) CharSequenceInputStream to efficiently stream content of a CharSequence

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-297?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-297. - Resolution: Fixed Fix Version/s: 2.2 Thanks very much! CharSequenceInputStream to efficiently

[jira] [Resolved] (IO-273) BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...)

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-273. - Resolution: Fixed BoundedInputStream.read() treats max differently from BoundedInputStream.read(byte[]...)

[jira] [Resolved] (IO-289) Cleaning illegal characters from a file name

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-289?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-289. - Resolution: Won't Fix Fix Version/s: (was: 2.2) Each OS has different requirements for file names. And the

[jira] [Resolved] (IO-276) FileUtils#deleteDirectoryOnExit(File) does not work

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-276. - Resolution: Fixed Fix Version/s: 2.2 FileUtils#deleteDirectoryOnExit(File) does not work

[jira] [Resolved] (IO-173) FileUtils.listFiles() doesn't return directories

2012-03-01 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-173. - Resolution: Fixed Fix Version/s: 2.2 Thanks. Had to fix a bug in the code. The directory was being added regardless

[jira] [Resolved] (NET-442) StringIndexOutOfBoundsException: String index out of range: -1 if server respond with root is current directory

2012-03-02 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-442. -- Resolution: Fixed Fix Version/s: 3.2 StringIndexOutOfBoundsException: String index out of range: -1 if server

[jira] [Resolved] (COLLECTIONS-183) [collections] Supplement collections with contribution

2012-03-07 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COLLECTIONS-183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COLLECTIONS-183. -- Resolution: Won't Fix Link to proposed code no longer works [collections]

[jira] [Resolved] (NET-452) NetworkTopology::getLeaf should check for invalid topologies

2012-03-09 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-452?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-452. -- Resolution: Invalid This is nothing to do with Commons Net as far as I can tell

[jira] [Resolved] (IO-306) ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0

2012-03-13 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-306. - Resolution: Fixed ReaderInputStream#read(byte[] b, int off, int len) should always return 0 for length == 0

[jira] [Resolved] (IO-307) ReaderInputStream#read(byte[] b, int off, int len) should check for valid parameters

2012-03-13 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-307. - Resolution: Fixed Fix Version/s: 2.2 ReaderInputStream#read(byte[] b, int off, int len) should check for valid

[jira] [Resolved] (IO-300) FileUtils.moveDirectoryToDirectory removes source directory if destination is a subdirectory

2012-03-13 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-300. - Resolution: Fixed Fix Version/s: 2.2 Thanks for the report. Added check for subdirectory if rename fails.

[jira] [Resolved] (CSV-60) CSVParser.iterator().remove() should throw throw new UnsupportedOperationException()

2012-03-14 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-60. - Resolution: Fixed CSVParser.iterator().remove() should throw throw new UnsupportedOperationException()

[jira] [Resolved] (IO-305) New copy() method in IOUtils that takes additional offset, length and buffersize arguments

2012-03-16 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-305. - Resolution: Fixed Fix Version/s: 2.2 Added methods for bytes and chars based on copyLarge. Dropped buffer size

[jira] [Resolved] (CSV-61) CSVFormat combines input and output settings in a single class; might be clearer as separate classes

2012-03-17 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-61?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-61. - Resolution: Won't Fix CSVFormat combines input and output settings in a single class; might be clearer as separate

[jira] [Resolved] (CSV-67) UnicodeUnescapeReader should not be applied before parsing

2012-03-17 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-67. - Resolution: Fixed UnicodeUnescapeReader should not be applied before parsing

[jira] [Resolved] (CONFIGURATION-491) XMLConfiguration.XMLBuilderVisitor.listDelimiter initial value is always overridden

2012-03-17 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CONFIGURATION-491. Resolution: Fixed XMLConfiguration.XMLBuilderVisitor.listDelimiter initial value is

[jira] [Resolved] (CSV-79) CSVFormat.isCommentingDisabled() is confusing/confused

2012-03-21 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-79. - Resolution: Fixed Renamed method to isCommentingEnabled CSVFormat.isCommentingDisabled() is

[jira] [Resolved] (CSV-74) CSVFormat definitions are difficult to read and maintain

2012-03-21 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-74?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-74. - Resolution: Fixed Applied with minor change - renamed NEW as PRISTINE CSVFormat definitions are difficult

[jira] [Resolved] (CODEC-135) Null Pointer Exception

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-135. Resolution: Invalid This is not an Apache Commons issue. Appears to be an Android issue. Null

[jira] [Resolved] (COMMONSSITE-70) org.apache.harmony.security.asn1 throwing null pointer exception

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMMONSSITE-70. - Resolution: Invalid Fix Version/s: (was: 19) This is definitely not a COMMONSSITE issue,

[jira] [Resolved] (CSV-71) Add convenience Methods to CSVLexer

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-71. - Resolution: Fixed Fixed. In my testing, the new CSVLexer is about 4% faster than the old one (kept temporarily as

[jira] [Resolved] (CSV-80) CSVLexer.nextToken does not need wsBuf

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-80?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-80. - Resolution: Fixed Removal of the buffer improves performance by about 25% CSVLexer.nextToken does not need

[jira] [Resolved] (CSV-81) Token.Type.isReady could perhaps be removed

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-81. - Resolution: Fixed Token.Type.isReady could perhaps be removed ---

[jira] [Resolved] (IO-312) CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize) ignores bufferSize

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-312. - Resolution: Fixed Fix Version/s: 2.2 CharSequenceInputStream(CharSequence s, Charset charset, int bufferSize)

[jira] [Resolved] (IO-311) IOUtils.read(InputStream/Reader) ignores the offset parameter

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-311. - Resolution: Fixed Fix Version/s: 2.2 Thanks! IOUtils.read(InputStream/Reader) ignores the offset

[jira] [Resolved] (IO-308) Allow applications to provide buffer (or size) for copyLarge methods?

2012-03-22 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/IO-308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IO-308. - Resolution: Fixed Fix Version/s: 2.2 @Manoj Thanks for the test data provided in IO-305. Allow

[jira] [Resolved] (NET-450) Bug in documentation for FTPClient

2012-03-23 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-450. -- Resolution: Fixed Fix Version/s: 3.2 Bug in documentation for FTPClient --

[jira] [Resolved] (NET-451) FTPClient list and listName gives 500 error but when i use listFiles it is working fine

2012-03-23 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-451. -- Resolution: Incomplete Insufficient info FTPClient list and listName gives 500 error but when i use

[jira] [Resolved] (CSV-77) RFC 4180 (DEFAULT) format is wrong; should not ignore spaces or blank lines

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-77?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-77. - Resolution: Fixed RFC 4180 (DEFAULT) format is wrong; should not ignore spaces or blank lines

[jira] [Resolved] (CSV-72) CSVFormat.DEFAULT should be renamed as RFC4180

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-72. - Resolution: Fixed Added new RFC4180 constant CSVFormat.DEFAULT should be renamed as RFC4180

[jira] [Resolved] (CSV-54) Confusing semantic of the ignore leading/trailing spaces parameters

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-54?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-54. - Resolution: Fixed Confusing semantic of the ignore leading/trailing spaces parameters

[jira] [Resolved] (CSV-87) CSVParser.getRecords() returns null rather than empty List at EOF

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-87?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-87. - Resolution: Fixed CSVParser.getRecords() returns null rather than empty List at EOF

[jira] [Resolved] (CSV-75) ExtendedBufferReader does not handle EOL consistently

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-75?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-75. - Resolution: Fixed ExtendedBufferReader does not handle EOL consistently

[jira] [Resolved] (CSV-83) Provide a header encapsulator class

2012-03-26 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-83?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-83. - Resolution: Won't Fix Provide a header encapsulator class --- Key:

[jira] [Resolved] (NET-455) FTPClient listFiles(FTPFileFilter) can be faster...

2012-03-27 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/NET-455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-455. -- Resolution: Not A Problem Thanks for confirming that it is not a problem in NET FTPClient

[jira] [Resolved] (CSV-86) Remove current character input parameter from Lexer methods

2012-03-27 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-86?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-86. - Resolution: Fixed Remove current character input parameter from Lexer methods

[jira] [Resolved] (CSV-84) Clarify comment handling

2012-03-28 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-84. - Resolution: Fixed Fixed test case, docs and code Clarify comment handling

[jira] [Resolved] (CSV-69) Eliminate CSVPrinterTest.equals(String[][], String[][]) by using Assert.assertArrayEquals

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-69. - Resolution: Fixed Eliminate CSVPrinterTest.equals(String[][], String[][]) by using Assert.assertArrayEquals

[jira] [Resolved] (CSV-57) CSVParser.getRecords() contract is confusing

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-57. - Resolution: Fixed Patch no longer applies, because getRecords() now returns a list. Added test case to show that the list

[jira] [Resolved] (CSV-65) Header support

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-65. - Resolution: Fixed This seems to be complete Header support -- Key: CSV-65

[jira] [Resolved] (CSV-85) Allow comments to be returned in CSVRecord

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-85?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-85. - Resolution: Fixed Allow comments to be returned in CSVRecord --

[jira] [Resolved] (CSV-89) Rename withLineSeparator as withOutputLineSeparator

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-89?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-89. - Resolution: Won't Fix Rename withLineSeparator as withOutputLineSeparator

[jira] [Resolved] (CSV-43) CSVFormat fluent API is rather inefficient

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-43. - Resolution: Unresolved No longer using volatile, so nothing to do here. See CSV-68 for alternative.

[jira] [Resolved] (CSV-70) Improve readability of CSVLexer

2012-03-29 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-70?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-70. - Resolution: Fixed I think this is now complete. Improve readability of CSVLexer

[jira] [Resolved] (CODEC-138) Complete FilterInputStream interface for BaseNCodecInputStream

2012-04-02 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-138. Resolution: Fixed Fix Version/s: 1.7 Complete FilterInputStream interface for BaseNCodecInputStream

[jira] [Resolved] (DAEMON-249) Ref: HADOOP-8273 Update url for commons daemon ppc64 binary tarball

2012-04-12 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved DAEMON-249. - Resolution: Won't Fix Fix Version/s: (was: 1.0.2) Version 1.0.2 is very much out of date; the current

[jira] [Resolved] (CSV-90) CSVFormat isEscaping/isEncapsulating are not public

2012-04-18 Thread Sebb (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-90?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-90. - Resolution: Fixed CSVFormat isEscaping/isEncapsulating are not public