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

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13230965#comment-13230965 ] Emmanuel Bourg commented on CSV-67: --- Good point but I'm not sure it actually happens. So far

[jira] [Updated] (DAEMON-244) prunsrv does not propagate exit code

2012-03-16 Thread Peter Ehrbar (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Peter Ehrbar updated DAEMON-244: Attachment: exit_code_patch_on_1_0_10.txt Patch on Rel 1.0.10 to handle propagation of VM exit

[jira] [Issue Comment Edited] (DAEMON-244) prunsrv does not propagate exit code

2012-03-16 Thread Peter Ehrbar (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13230989#comment-13230989 ] Peter Ehrbar edited comment on DAEMON-244 at 3/16/12 9:29 AM: --

[jira] [Updated] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Torsten Krah (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Krah updated DIGESTER-163: -- Attachment: stack-next.txt No success yet - thats the output now (sometimes it does work,

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

2012-03-16 Thread Sebb (Created) (JIRA)
Allow applications to provide buffer (or size) for copyLarge methods? - Key: IO-308 URL: https://issues.apache.org/jira/browse/IO-308 Project: Commons IO Issue Type: New

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

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-305?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231047#comment-13231047 ] Sebb commented on IO-305: - The code would probably be simplified by using copyLarge for the case where

[jira] [Commented] (LANG-426) String splitting with escaped delimiter

2012-03-16 Thread Manoj Mokashi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-426?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231049#comment-13231049 ] Manoj Mokashi commented on LANG-426: Am attaching the solution with the current

[jira] [Updated] (LANG-426) String splitting with escaped delimiter

2012-03-16 Thread Manoj Mokashi (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Manoj Mokashi updated LANG-426: --- Attachment: StringUtils.java This class contains only the splitWorker method. I have put //*** NEW

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231067#comment-13231067 ] Simone Tripodi commented on DIGESTER-163: - HA poor me, I see - the already bound

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231073#comment-13231073 ] Sebb commented on CSV-68: - The extra verbosity is .init(',') and .build() Not a lot. The gains are: -

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Benedikt Ritter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231116#comment-13231116 ] Benedikt Ritter commented on CSV-68: Hey, how about renaming {{init(char)}} to

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231157#comment-13231157 ] Simone Tripodi commented on CSV-68: --- FWIW, +1 to builder and fluent APIs

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231164#comment-13231164 ] Simone Tripodi commented on DIGESTER-163: - I committed r1301493, I hope this

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

2012-03-16 Thread Benedikt Ritter (Created) (JIRA)
Eliminate CSVPrinterTest.equals(String[][], String[][]) by using Assert.assertArrayEquals - Key: CSV-69 URL: https://issues.apache.org/jira/browse/CSV-69

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

2012-03-16 Thread Benedikt Ritter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-69: --- Attachment: CSV-69.patch I've created a patch. Note that CSVParserTest uses

[jira] [Updated] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Torsten Krah (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Torsten Krah updated DIGESTER-163: -- Attachment: stack-next2.txt Sorry - seems to be still there. Output from 3 of ca. 20 runs

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

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231344#comment-13231344 ] Emmanuel Bourg commented on CSV-69: --- There is a similar proposal in the code attached to

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231351#comment-13231351 ] Simone Tripodi commented on DIGESTER-163: - bad, bad, bad news... ;(

[jira] [Commented] (JCS-94) LateralTCPService should implement getGroupKeys

2012-03-16 Thread Thomas Vandahl (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JCS-94?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231357#comment-13231357 ] Thomas Vandahl commented on JCS-94: --- Just attach it to this issue. Be sure to check the

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231369#comment-13231369 ] Sebb commented on CSV-68: - bq. how about renaming init(char) to withDelimiter(char) The delimiter is

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

2012-03-16 Thread Benedikt Ritter (Created) (JIRA)
Improve readability of CSVLexer --- Key: CSV-70 URL: https://issues.apache.org/jira/browse/CSV-70 Project: Commons CSV Issue Type: Improvement Components: Parser Affects Versions: 1.0

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231390#comment-13231390 ] Emmanuel Bourg commented on CSV-68: --- This one would satisfy me: {code} new

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

2012-03-16 Thread Benedikt Ritter (Created) (JIRA)
Add convenience Methods to CSVLexer --- Key: CSV-71 URL: https://issues.apache.org/jira/browse/CSV-71 Project: Commons CSV Issue Type: Sub-task Components: Parser Affects Versions: 1.0

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

2012-03-16 Thread Benedikt Ritter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-71: --- Attachment: CSV-71.patch I've added a patch for this issue. Add convenience Methods to

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

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231402#comment-13231402 ] Emmanuel Bourg commented on CSV-71: --- How is the performance with this patch?

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

2012-03-16 Thread Benedikt Ritter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231415#comment-13231415 ] Benedikt Ritter commented on CSV-71: On the performance tests takes around 5 secs. I get

[jira] [Issue Comment Edited] (CSV-71) Add convenience Methods to CSVLexer

2012-03-16 Thread Benedikt Ritter (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231415#comment-13231415 ] Benedikt Ritter edited comment on CSV-71 at 3/16/12 5:36 PM: - On

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231440#comment-13231440 ] Sebb commented on CSV-68: - How about: {code} CSVFormat.withDelimiter(';').withEncapsulator('').go();

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

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231452#comment-13231452 ] Sebb commented on CSV-71: - What performance test is that? On my system the tests take about 3 times as

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

2012-03-16 Thread Benedikt Ritter (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benedikt Ritter updated CSV-71: --- Attachment: Emmanuels_Performance_Test.patch The one that Emmanuel posted a while ago on the ML. I'm

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

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-67?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231472#comment-13231472 ] Sebb commented on CSV-67: - OK, I'm working on removing it and moving the reader class to IO for a

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

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231474#comment-13231474 ] Sebb commented on CSV-71: - I meant that *all* the tests take about 3 times longer (including the

[jira] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231522#comment-13231522 ] Emmanuel Bourg commented on CSV-68: --- Ok it's shorter but it doesn't make sense, what is the

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Thomas Neidhart (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231548#comment-13231548 ] Thomas Neidhart commented on DIGESTER-163: -- I have no idea about the digester,

[jira] [Issue Comment Edited] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Thomas Neidhart (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231548#comment-13231548 ] Thomas Neidhart edited comment on DIGESTER-163 at 3/16/12 7:34 PM:

[jira] [Resolved] (CONFIGURATION-477) PropertyListConfiguration cannot deal with comments

2012-03-16 Thread Oliver Heger (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Heger resolved CONFIGURATION-477. Resolution: Fixed Fix Version/s: 1.9 Fixed in subversion in revision

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

2012-03-16 Thread Benedikt Ritter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231569#comment-13231569 ] Benedikt Ritter commented on CSV-71: Ah okay, I got that wrong. Then I guess it has

[jira] [Commented] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Thomas Neidhart (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231575#comment-13231575 ] Thomas Neidhart commented on CODEC-130: --- Imho the request for change has some merit.

[jira] [Issue Comment Edited] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Thomas Neidhart (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231575#comment-13231575 ] Thomas Neidhart edited comment on CODEC-130 at 3/16/12 8:26 PM:

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

2012-03-16 Thread Benedikt Ritter (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231593#comment-13231593 ] Benedikt Ritter commented on CSV-69: I had a look at Bob's CsvParserTestUtil. He wrote a

[jira] [Commented] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Gary D. Gregory (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231595#comment-13231595 ] Gary D. Gregory commented on CODEC-130: --- Hi TN, Feel free to patch and unit test

[jira] [Updated] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Gary D. Gregory (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CODEC-130: -- Comment: was deleted (was: Hi TN, Feel free to patch and unit test with sufficient code

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

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231611#comment-13231611 ] Emmanuel Bourg commented on CSV-69: --- I thought it would be worth adding his contribution,

[jira] [Commented] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Gary D. Gregory (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231614#comment-13231614 ] Gary D. Gregory commented on CODEC-130: --- Hm. I am almost sold on this. Nice job to

[jira] [Commented] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Thomas Neidhart (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231638#comment-13231638 ] Thomas Neidhart commented on CODEC-130: --- I think we do not have a choice other than

[jira] [Issue Comment Edited] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Thomas Neidhart (Issue Comment Edited) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231638#comment-13231638 ] Thomas Neidhart edited comment on CODEC-130 at 3/16/12 9:20 PM:

[jira] [Commented] (CODEC-130) Base64InputStream.skip skips underlying stream, not output

2012-03-16 Thread Gary D. Gregory (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231647#comment-13231647 ] Gary D. Gregory commented on CODEC-130: --- Are you saying that it is possible to shoot

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231658#comment-13231658 ] Simone Tripodi commented on DIGESTER-163: - you are a good observator Thomas ;)

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

2012-03-16 Thread Emmanuel Bourg (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231716#comment-13231716 ] Emmanuel Bourg commented on CSV-65: --- I found an issue with the initialization in the

[jira] [Commented] (DIGESTER-163) ConcurrentModificationException creating a new Digester via loaderInstance.newDigester()

2012-03-16 Thread Simone Tripodi (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DIGESTER-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231722#comment-13231722 ] Simone Tripodi commented on DIGESTER-163: - Thanks to Thomas' observations, I

[jira] [Created] (LANG-794) SystemUtils.IS_OS_WINDOWS_2008, VISTA are incorrect

2012-03-16 Thread Tyler Hobbs (Created) (JIRA)
SystemUtils.IS_OS_WINDOWS_2008, VISTA are incorrect --- Key: LANG-794 URL: https://issues.apache.org/jira/browse/LANG-794 Project: Commons Lang Issue Type: Bug Components: lang.*

[jira] [Created] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Shane Witbeck (Created) (JIRA)
paths with spaces result in inaccurate file information --- Key: NET-454 URL: https://issues.apache.org/jira/browse/NET-454 Project: Commons Net Issue Type: Bug Components: FTP

[jira] [Updated] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Shane Witbeck (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane Witbeck updated NET-454: -- Description: Calling FTPClient.listFiles(String pathname) results in an inaccurate file list being

[jira] [Updated] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Shane Witbeck (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/NET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shane Witbeck updated NET-454: -- Description: Calling FTPClient.listFiles(String pathname) results in an inaccurate file list being

[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] [Commented] (CSV-68) Use Builder pattern for CSVFormat

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CSV-68?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231794#comment-13231794 ] Sebb commented on CSV-68: - OK, let's use build, which is only two characters longer. Is it really that

[jira] [Commented] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231798#comment-13231798 ] Sebb commented on NET-454: -- What are the file names on the server? paths with

[jira] [Commented] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231801#comment-13231801 ] Sebb commented on NET-454: -- Also, can you perform the listing using command-line FTP ?

[jira] [Commented] (NET-454) paths with spaces result in inaccurate file information

2012-03-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-454?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231820#comment-13231820 ] Sebb commented on NET-454: -- What happens if you try: {code}

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

2012-03-16 Thread Sebb (Created) (JIRA)
CSVFormat.DEFAULT should be renamed as RFC4180 -- Key: CSV-72 URL: https://issues.apache.org/jira/browse/CSV-72 Project: Commons CSV Issue Type: Bug Reporter: Sebb