[jira] [Commented] (NET-445) The method listFiles in FTPClient can not list these files which upload to FTP Server in Feb, 29 2012

2012-03-06 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223647#comment-13223647 ] Sebb commented on NET-445: -- Have you tried 3.1? I think the problem mentioned in my earlier comment

[jira] [Commented] (SANDBOX-408) CSVFormat describes itself as immutable, but it is not - in particular it is not thread-safe

2012-03-06 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223744#comment-13223744 ] Sebb commented on SANDBOX-408: -- The Java Memory Model allows threads to cache copies of

[jira] [Commented] (SANDBOX-408) CSVFormat describes itself as immutable, but it is not - in particular it is not thread-safe

2012-03-06 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SANDBOX-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13223827#comment-13223827 ] Sebb commented on SANDBOX-408: -- OK, good point about predefined formats. The issue is not

[jira] [Commented] (NET-448) Self signed cert or ca not installed on client but FTPS still works

2012-03-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222437#comment-13222437 ] Sebb commented on NET-448: -- I get the response shown below when using the FTP client example to

[jira] [Commented] (NET-449) listFiles bug with folder that begins with -

2012-03-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13222468#comment-13222468 ] Sebb commented on NET-449: -- Not sure there's anything Net can do about this. The parameter to the

[jira] [Commented] (NET-448) Self signed cert or ca not installed on client but FTPS still works

2012-03-03 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221612#comment-13221612 ] Sebb commented on NET-448: -- Are you sure you set the trust manager to null before opening the

[jira] [Commented] (NET-447) Commons-net version 2.0 jar unable to download files of time stamp 29th February.

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-447?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221064#comment-13221064 ] Sebb commented on NET-447: -- Have you tried with the current release, which is 3.1? Should be a

[jira] [Commented] (MATH-746) Things to do before releasing 3.0

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221287#comment-13221287 ] Sebb commented on MATH-746: --- FastMath still needs a bit of tidying up; for example FastMathCalc is

[jira] [Commented] (MATH-746) Things to do before releasing 3.0

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221292#comment-13221292 ] Sebb commented on MATH-746: --- Also, vitally important: We need to make sure that any non-final

[jira] [Commented] (MATH-757) ResizableDoubleArray is not thread-safe yet has some synch. methods

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221350#comment-13221350 ] Sebb commented on MATH-757: --- I'm referring to safe publication: because of the Java memory model,

[jira] [Commented] (MATH-746) Things to do before releasing 3.0

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221376#comment-13221376 ] Sebb commented on MATH-746: --- I've started making a list, see MATH-758. It's likely to be quite

[jira] [Commented] (MATH-758) Fields which could be private and/or final

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221445#comment-13221445 ] Sebb commented on MATH-758: --- LaguerreSolver.complexSolver - could this be private and final? Dfp

[jira] [Commented] (MATH-758) Fields which could be private and/or final

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221479#comment-13221479 ] Sebb commented on MATH-758: --- Note that getters can return the array without copying (though

[jira] [Commented] (MATH-758) Fields which could be private and/or final

2012-03-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13221480#comment-13221480 ] Sebb commented on MATH-758: --- bq. Anyways, my impression is that it cannot be changed without a lot

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

2012-03-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220141#comment-13220141 ] Sebb commented on IO-276: - The test code needs to clean up as it goes along; so changing it to delete

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

2012-03-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220146#comment-13220146 ] Sebb commented on IO-276: - BTW FileUtils#cleanDirectoryOnExit is also a private method

[jira] [Commented] (IO-286) FastByteArray*Stream implementations to replace syncronized JDK ByteArray*Stream

2012-03-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220198#comment-13220198 ] Sebb commented on IO-286: - Why is there an additional protected method: protected void

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

2012-03-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13220251#comment-13220251 ] Sebb commented on NET-442: -- That is not a valid response according to RFC959, however it might be

[jira] [Commented] (NET-445) The method listFiles in FTPClient can not list these files which upload to FTP Server in Feb, 29 2012

2012-02-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219204#comment-13219204 ] Sebb commented on NET-445: -- NET uses SimpleDateFormat to parse short dates; however this does not

[jira] [Commented] (NET-445) The method listFiles in FTPClient can not list these files which upload to FTP Server in Feb, 29 2012

2012-02-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219244#comment-13219244 ] Sebb commented on NET-445: -- Snapshots are regularly published - no guarantees!

[jira] [Commented] (NET-445) The method listFiles in FTPClient can not list these files which upload to FTP Server in Feb, 29 2012

2012-02-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219379#comment-13219379 ] Sebb commented on NET-445: -- Note: the example ftp class can be used to test as follows: {code} set

[jira] [Commented] (MATH-746) Things to do before releasing 3.0

2012-02-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13219754#comment-13219754 ] Sebb commented on MATH-746: --- Just create a temporary tag to save the state of trunk; it can be

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

2012-02-28 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13218133#comment-13218133 ] Sebb commented on COMPRESS-181: --- I don't think the previous field has overflowed in this

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

2012-02-28 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13218225#comment-13218225 ] Sebb commented on COMPRESS-181: --- I agree - it looks like the first byte was set to null

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

2012-02-28 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13218258#comment-13218258 ] Sebb commented on COMPRESS-181: --- OK, let's return the timestamp as 0. This will presumably

[jira] [Commented] (NET-443) Threads are in State RUNNABLE FTPCLient

2012-02-28 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13218811#comment-13218811 ] Sebb commented on NET-443: -- Which version of Commons NET are you using? Note that NET does not use

[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] [Commented] (COMPRESS-176) ArchiveInputStream#getNextEntry(): Problems with WinZip directories with Umlauts

2012-02-26 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13216739#comment-13216739 ] Sebb commented on COMPRESS-176: --- Excellent! Since \ and / are not allowed in file or

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

2012-02-25 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13216468#comment-13216468 ] Sebb commented on COMPRESS-176: --- I have 7zip installed, and it reads the archive OK.

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

2012-02-24 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13215732#comment-13215732 ] Sebb commented on COMPRESS-176: --- The plain names use / and look OK when using CP437. For

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2012-02-23 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13214543#comment-13214543 ] Sebb commented on MATH-650: --- bq. clone() protects the arrays in FastMathLiteralArrays That was

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

2012-02-23 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13215343#comment-13215343 ] Sebb commented on IO-173: - Cannot change the behaviour of an existing method (*) - that could break

[jira] [Commented] (COMPRESS-174) BZip2CompressorInputStream doesn't handle being given a wrong-format compressed file

2012-02-22 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13214199#comment-13214199 ] Sebb commented on COMPRESS-174: --- The method

[jira] [Commented] (COMPRESS-177) TarArchiveInputStream throws IllegalArgumentException on valid TAR file

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212607#comment-13212607 ] Sebb commented on COMPRESS-177: --- The tar file appears to be corrupt. The file contains

[jira] [Commented] (COMPRESS-177) TarArchiveInputStream throws IllegalArgumentException on valid TAR file

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212631#comment-13212631 ] Sebb commented on COMPRESS-177: --- Looks like the archive might be using the Joerg Schilling

[jira] [Commented] (COMPRESS-177) TarArchiveInputStream throws IllegalArgumentException on valid TAR file

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212637#comment-13212637 ] Sebb commented on COMPRESS-177: --- Please raise a separate JIRA issue for changing the

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

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212641#comment-13212641 ] Sebb commented on COMPRESS-176: --- Thanks, but you have not granted the ASF licence to use

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

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-16?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13212857#comment-13212857 ] Sebb commented on COMPRESS-16: -- The code currently does the following: {code} long val =

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

2012-02-21 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13213223#comment-13213223 ] Sebb commented on COMPRESS-176: --- Thanks. I'm beginning to wonder if Winzip is faulty. The

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

2012-02-20 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13211794#comment-13211794 ] Sebb commented on COMPRESS-176: --- Could you attach minimal sample archives which show the

[jira] [Commented] (CHAIN-58) Update Chain Context interface to use K,V generics

2012-02-14 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CHAIN-58?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13207761#comment-13207761 ] Sebb commented on CHAIN-58: --- I recommend leaving the package rename until last, as that makes it

[jira] [Commented] (IO-299) getPrefixLength returns null if filename has leading slashes

2012-02-13 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206805#comment-13206805 ] Sebb commented on IO-299: - The Javadoc says clearly that Unix and Windows are treated the same, also

[jira] [Commented] (MATH-745) up to 5x Performance Improvement on FasFourierTransformer.java by using a recursive iterative sumation Approach

2012-02-13 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206817#comment-13206817 ] Sebb commented on MATH-745: --- Also, are there any guarantees that the recursive approach cannot

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2012-02-11 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13206195#comment-13206195 ] Sebb commented on MATH-650: --- bq. I would lean on the binary side, for safety reasons: unwanted

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2012-02-09 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13204593#comment-13204593 ] Sebb commented on MATH-650: --- I agree that (re)computing the tables at build time is unnecessary.

[jira] [Commented] (SANSELAN-42) IPTCConstants: final arrays are not immutable

2012-02-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13200986#comment-13200986 ] Sebb commented on SANSELAN-42: -- If an array really is needed, one way to provide read-only

[jira] [Commented] (SANSELAN-42) IPTCConstants: final arrays are not immutable

2012-02-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SANSELAN-42?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13200388#comment-13200388 ] Sebb commented on SANSELAN-42: -- +1 to convert to enums where appropriate.

[jira] [Commented] (LOGGING-124) Commons logging does not work in an osgi environment

2012-02-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13200401#comment-13200401 ] Sebb commented on LOGGING-124: -- If someone can provide the appropriate meta-information,

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

2012-02-02 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13199404#comment-13199404 ] Sebb commented on NET-291: -- Implemented apart from changing to passive mode; try with the new

[jira] [Commented] (DBUTILS-87) Return generated key on insert

2012-02-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DBUTILS-87?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13197710#comment-13197710 ] Sebb commented on DBUTILS-87: - Javadoc needs to be added for the new public methods.

[jira] [Commented] (DAEMON-237) ++JvmOptions processed as --JvmOptions

2012-02-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13198006#comment-13198006 ] Sebb commented on DAEMON-237: - Maybe the code should use names (#define) rather than magic

[jira] [Commented] (NET-179) NET-73 TelnetInputStream._read() hangs fix is not included in nightly builds.

2012-01-31 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13196875#comment-13196875 ] Sebb commented on NET-179: -- The 2.x (and 3.x) line of code was patched in r633798

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

2012-01-31 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13196903#comment-13196903 ] Sebb commented on NET-438: -- Thanks, patch applied. Luckily moving a method into a super-class does

[jira] [Commented] (DAEMON-237) ++JvmOptions processed as --JvmOptions

2012-01-30 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13196157#comment-13196157 ] Sebb commented on DAEMON-237: - The linked Bugzilla issue expects to use ++JvmOptions to update

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2012-01-25 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193076#comment-13193076 ] Sebb commented on MATH-650: --- Added clone to FastMasthLiteralArrays. FastMath has

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

2012-01-20 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13189755#comment-13189755 ] Sebb commented on DAEMON-235: - Have you tried showing the C++ developers the stack trace?

[jira] [Commented] (MATH-725) use initialized static final arrays, instead of initializing it in constructors

2012-01-20 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13189862#comment-13189862 ] Sebb commented on MATH-725: --- AFAIK, getters will be inlined by optimising compilers. So they

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

2012-01-19 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13189269#comment-13189269 ] Sebb commented on DAEMON-235: - If - as you suspect - the issue is due to the use of JNI by the

[jira] [Commented] (LANG-784) Strange behavior on StringUtils.difference

2012-01-12 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13184871#comment-13184871 ] Sebb commented on LANG-784: --- Or the Javadoc should be fixed. The first sentence is misleading as

[jira] [Commented] (EMAIL-111) Update the current trunk to be binary compatible with the commons-email-1.2 release

2012-01-11 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13184132#comment-13184132 ] Sebb commented on EMAIL-111: The method MultiPartEmail#addPart(String, String) was changed to

[jira] [Commented] (EMAIL-110) java.lang.OutOfMemoryError: Java heap space while parsing Mime part

2012-01-11 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13184396#comment-13184396 ] Sebb commented on EMAIL-110: The current pom no longer depends on abdera or geronimo specs; it

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

2012-01-10 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183229#comment-13183229 ] Sebb commented on NET-437: -- Or even just do the same for both: {code} return __bytesAvailable +

[jira] [Commented] (NET-414) Apache Commons TFTP does not reject request replies that originate from a control port.

2012-01-10 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183503#comment-13183503 ] Sebb commented on NET-414: -- I'm not quite clear what code changes are needed here - have you a

[jira] [Commented] (NET-304) TFTP send method having issue

2012-01-10 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13183505#comment-13183505 ] Sebb commented on NET-304: -- Could this be the related to NET-412 ? TFTP send

[jira] [Commented] (NET-405) Support for IPv6 in SubnetUtils

2012-01-09 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182906#comment-13182906 ] Sebb commented on NET-405: -- Thanks, that's very useful to know. Would you be able to provide some

[jira] [Commented] (NET-427) In certain error/failure circumstances ftpClient.listFiles(param) returns an empty list instead of null or an exception

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182062#comment-13182062 ] Sebb commented on NET-427: -- Just noticed that the listNames methods (which use NLST rather than

[jira] [Commented] (NET-320) Allow TFTPServer.java to bind to a specific network adapter

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182154#comment-13182154 ] Sebb commented on NET-320: -- Note that the TFTPServer is only currently intended for use by test

[jira] [Commented] (NET-405) Support for IPv6 in SubnetUtils

2012-01-07 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13182156#comment-13182156 ] Sebb commented on NET-405: -- Which of the methods are actually needed for use with IPv6?

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

2012-01-06 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13181734#comment-13181734 ] Sebb commented on NET-422: -- Thanks! Magnus' patch applied with minor tweaks: - changed

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

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180313#comment-13180313 ] Sebb commented on NET-436: -- Are you saying that Net works with umlauts on your Mac when using the

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

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180403#comment-13180403 ] Sebb commented on NET-436: -- bq. Transmit shows the correct umlaut That's presumably because

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

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180433#comment-13180433 ] Sebb commented on NET-422: -- @Magnus: I'm not sure about the encoding - why only use UTF-8, and not

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

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180749#comment-13180749 ] Sebb commented on NET-422: -- Does auth require UTF-8? Normally HTTP requests expect ISO-8859-1.

[jira] [Commented] (NET-429) FTPClient storeFile method creates a file of 0 bytes

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180771#comment-13180771 ] Sebb commented on NET-429: -- The Sun API code writes to the path /offline3/uga.html However the

[jira] [Commented] (NET-427) In certain error/failure circumstances ftpClient.listFiles(param) returns an empty list instead of null or an exception

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180817#comment-13180817 ] Sebb commented on NET-427: -- I think the listFiles method is somewhat different, as it can

[jira] [Commented] (NET-429) FTPClient storeFile method creates a file of 0 bytes

2012-01-05 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180898#comment-13180898 ] Sebb commented on NET-429: -- Unless you can provide access to the remote server, or you can reproduce

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179457#comment-13179457 ] Sebb commented on NET-436: -- If you can provide some sample listings - or, better, access to a server

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179515#comment-13179515 ] Sebb commented on NET-436: -- What happens when you try using FTPClient? For example: {quote} java

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179536#comment-13179536 ] Sebb commented on NET-436: -- @Jurgen OK, thanks for the listing. What do rssz and dtsz represent?

[jira] [Commented] (CONFIGURATION-473) Number to Boolean conversion

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179600#comment-13179600 ] Sebb commented on CONFIGURATION-473: Why not 0 == true, otherwise == false?

[jira] [Commented] (CONFIGURATION-473) Number to Boolean conversion

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179635#comment-13179635 ] Sebb commented on CONFIGURATION-473: bq. You meant 1 == true, otherwise ==

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179648#comment-13179648 ] Sebb commented on NET-436: -- bq. The Rumpus ftp server acts as an old pre mac os x ftp server. Does

[jira] [Commented] (CONFIGURATION-473) Number to Boolean conversion

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179667#comment-13179667 ] Sebb commented on CONFIGURATION-473: The JIRA subject is Number to Boolean

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13179810#comment-13179810 ] Sebb commented on NET-436: -- OK, good, so if we check for MACOS Peter, we should be safe in assuming

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

2012-01-04 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13180074#comment-13180074 ] Sebb commented on NET-436: -- Fix added; perhaps you can try out the latest snapshot from

[jira] [Commented] (VALIDATOR-253) Change groupId to org.apache.commons

2011-12-24 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13175712#comment-13175712 ] Sebb commented on VALIDATOR-253: The daemon release 1.0.3 is broken; it was almost

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

2011-12-20 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/NET-432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13173295#comment-13173295 ] Sebb commented on NET-432: -- Make sure you are using binary mode. ftp downloads

[jira] [Commented] (POOL-203) GenericKeyedObjectPool.ObjectDeque could be better encapsulated

2011-12-18 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/POOL-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13172004#comment-13172004 ] Sebb commented on POOL-203: --- I'm happy to do the work. As to keeping the code clean, at present I

[jira] [Commented] (JEXL-124) Array parameters to methods don't work anymore

2011-12-16 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13171366#comment-13171366 ] Sebb commented on JEXL-124: --- I've just uploaded a 2.1.1 SNAPSHOT build if you want to give that a

[jira] [Commented] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2011-12-15 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13170125#comment-13170125 ] Sebb commented on LANG-782: --- List of arguments might be easier to use (and simpler to implement)

[jira] [Commented] (LANG-782) Specialized StringBuilder to allow simple creating of Strings from base Strings with variable arguments and proper punctuation

2011-12-15 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-782?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13170134#comment-13170134 ] Sebb commented on LANG-782: --- Arguments could be objects, as for String.format()

[jira] [Commented] (IO-294) Adding FileUtils.byteCountToDisplaySize(long size, boolean useSiUnits)

2011-12-12 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/IO-294?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13167709#comment-13167709 ] Sebb commented on IO-294: - Looks useful; however I'm not sure FileUtils is the correct place for it,

[jira] [Commented] (LANG-780) add public org.apache.commons.lang.builder.HashCodeBuilder append(Enum value) to HashCodeBuilder

2011-12-12 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13168053#comment-13168053 ] Sebb commented on LANG-780: --- Are you sure that an Enum's hashCode can vary? Or do you mean it can

[jira] [Commented] (JEXL-83) Make JexlArithmetic immutable (and threadsafe)

2011-12-01 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13160757#comment-13160757 ] Sebb commented on JEXL-83: -- An alternative solution is to make the boolean variables

[jira] [Commented] (LANG-778) Add ByteArrayUtils

2011-11-30 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13159995#comment-13159995 ] Sebb commented on LANG-778: --- Sorry, but I don't see that the code is related to

[jira] [Commented] (MATH-650) FastMath has static code which slows the first access to FastMath

2011-11-29 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MATH-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13159310#comment-13159310 ] Sebb commented on MATH-650: --- I think the code should not be released with multiple

[jira] [Commented] (LANG-778) Add ByteArrayUtils

2011-11-25 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157260#comment-13157260 ] Sebb commented on LANG-778: --- I suggested extracting the general methods to ensure that the

[jira] [Commented] (EXEC-34) Race condition prevent watchdog working using ExecuteStreamHandler

2011-11-25 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-34?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157264#comment-13157264 ] Sebb commented on EXEC-34: -- Or just change the patch headers. Instead of {quote} diff --git

[jira] [Commented] (LANG-774) Add isStarted isStopped and isSuspended to StopWatch

2011-11-25 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13157355#comment-13157355 ] Sebb commented on LANG-774: --- The patch contains a spurious (and incorrect) change to

[jira] [Commented] (LANG-777) jar contains velocity template of release notes

2011-11-24 Thread Sebb (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/LANG-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13156617#comment-13156617 ] Sebb commented on LANG-777: --- The file changes.xml is used to create the changes-report.html file,

<    1   2   3   >