[jira] [Commented] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472592#comment-13472592 ] Sebb commented on CODEC-160: This appears to be deliberate; see comments in the method:

[jira] [Commented] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13472602#comment-13472602 ] Sebb commented on CODEC-160: Further research shows that this has been the case since the code

[jira] [Resolved] (CODEC-160) Base64.encodeBase64URLSafeString doesn't add padding characters at the end.

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-160. Resolution: Fixed Fix Version/s: 1.8 URL: http://svn.apache.org/viewvc?rev=1396159view=rev Log: CODEC-160

[jira] [Resolved] (NET-482) Support XOAUTH

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-482. -- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1396374view=rev Log: NET-482 Support

[jira] [Resolved] (NET-485) Remove unnecessary Base64 methods

2012-10-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-485. -- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1396378view=rev Log: NET-485 Remove

[jira] [Resolved] (NET-486) FtpClient 3.0.1 - SocketTimeoutException - Read Timed out

2012-10-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-486. -- Resolution: Invalid JIRA is not a support forum. Please subscribe to the Commons User list and ask there

[jira] [Comment Edited] (IO-340) The use of file.exists() is failure prone. Where file.exists() is checked, it should be replaced with the following dual check: exists = ( file.exists() || file.lengt

2012-10-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13428418#comment-13428418 ] Sebb edited comment on IO-340 at 10/13/12 12:47 PM: Thanks. The bug [1]

[jira] [Commented] (IO-340) The use of file.exists() is failure prone. Where file.exists() is checked, it should be replaced with the following dual check: exists = ( file.exists() || file.length()0

2012-10-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13475599#comment-13475599 ] Sebb commented on IO-340: - If file.length() really does refresh the NFS cache, then it should be more

[jira] [Created] (CSV-94) Lexer should only use char fields

2012-10-13 Thread Sebb (JIRA)
Sebb created CSV-94: --- Summary: Lexer should only use char fields Key: CSV-94 URL: https://issues.apache.org/jira/browse/CSV-94 Project: Commons CSV Issue Type: Improvement Components: Parser

[jira] [Updated] (CSV-94) Lexer should only use char fields

2012-10-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated CSV-94: Attachment: CSV-94.patch Lexer should only use char fields - Key:

[jira] [Reopened] (CSV-88) Not possible to create a CSVFormat from scratch

2012-10-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened CSV-88: - It's still not all that easy to create a simple CSV format with only a delimiter, which was the intent of this JIRA. I think

[jira] [Commented] (CSV-88) Not possible to create a CSVFormat from scratch

2012-10-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-88?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476554#comment-13476554 ] Sebb commented on CSV-88: - I think it's now sorted: Added ctor with single char delimiter parameter;

[jira] [Resolved] (CSV-88) Not possible to create a CSVFormat from scratch

2012-10-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CSV-88?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CSV-88. - Resolution: Fixed Not possible to create a CSVFormat from scratch ---

[jira] [Comment Edited] (LANG-833) ToStringBuilder should use StringBuilder

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13464619#comment-13464619 ] Sebb edited comment on LANG-833 at 10/16/12 8:46 AM: - bq. No cause for

[jira] [Commented] (LANG-833) ToStringBuilder should use StringBuilder

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476860#comment-13476860 ] Sebb commented on LANG-833: --- bq. I believe lang3 allow breaking certain level of backward

[jira] [Updated] (EMAIL-121) Outlook displays an email incorrectly if there is a newline in the Subject

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated EMAIL-121: --- Priority: Major (was: Critical) Outlook displays an email incorrectly if there is a newline in the Subject

[jira] [Commented] (EMAIL-121) Outlook displays an email incorrectly if there is a newline in the Subject

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13476864#comment-13476864 ] Sebb commented on EMAIL-121: Does SMTP allow newLines in subjects? Line-breaks are used to

[jira] [Resolved] (EMAIL-121) Outlook displays an email incorrectly if there is a newline in the Subject

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/EMAIL-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved EMAIL-121. Resolution: Not A Problem If you send the following subject it will work OK: {code}sendEmail(\n Setup job

[jira] [Commented] (DAEMON-261) Can't start servive created with name space

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13477076#comment-13477076 ] Sebb commented on DAEMON-261: - Probably best to disallow space in the service name?

[jira] [Updated] (DAEMON-261) Can't start service created with name space

2012-10-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-261: Summary: Can't start service created with name space (was: Can't start servive created with name space)

[jira] [Commented] (LANG-786) StringUtils equals() relies on undefined behavior

2012-10-18 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13479203#comment-13479203 ] Sebb commented on LANG-786: --- @Dmitry: please raise this as a new JIRA issue (you can then link it

[jira] [Commented] (FUNCTOR-23) aggregator.xml generates broken JavaDoc links

2012-10-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/FUNCTOR-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13480703#comment-13480703 ] Sebb commented on FUNCTOR-23: - bq. I think we should use the initial approach Agreed.

[jira] [Commented] (LANG-769) Please restore NotImplementedException and UnhandledException

2012-10-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482036#comment-13482036 ] Sebb commented on LANG-769: --- The Javadoc for UnsupportedOperationException says: bq. Thrown to

[jira] [Commented] (LANG-836) StrSubstitutor does not support StringBuilder or CharSequence

2012-10-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482231#comment-13482231 ] Sebb commented on LANG-836: --- Thanks, unfortunately the patch breaks binary compatibility.

[jira] [Created] (COMMONSSITE-72) Workround for MSITE-646/MSITE-660: relative Javadoc links are mangled

2012-10-23 Thread Sebb (JIRA)
Sebb created COMMONSSITE-72: --- Summary: Workround for MSITE-646/MSITE-660: relative Javadoc links are mangled Key: COMMONSSITE-72 URL: https://issues.apache.org/jira/browse/COMMONSSITE-72 Project: Commons

[jira] [Updated] (COMMONSSITE-72) Workround for MSITE-646/MSITE-660: relative Javadoc links are mangled

2012-10-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated COMMONSSITE-72: Attachment: COMMONSSITE-72.patch Workround for MSITE-646/MSITE-660: relative Javadoc links are

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

2012-10-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13482823#comment-13482823 ] Sebb commented on MATH-757: --- The synch. keyword does not affect binary or source compatibility.

[jira] [Commented] (LANG-847) Add an isTrue and isFalse method to StringUtils

2012-10-28 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13485747#comment-13485747 ] Sebb commented on LANG-847: --- I agree: this is out of scope. Add an isTrue and

[jira] [Commented] (IO-355) IOUtils read() and skip() methods are performance hogs

2012-10-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488154#comment-13488154 ] Sebb commented on IO-355: - In the case of InputStream#skip(), the Javadoc says it throws: bq.

[jira] [Comment Edited] (IO-355) IOUtils read() and skip() methods are performance hogs

2012-10-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488154#comment-13488154 ] Sebb edited comment on IO-355 at 10/31/12 7:55 PM: --- See IO-203 where the

[jira] [Commented] (IO-355) IOUtils read() and skip() methods are performance hogs

2012-10-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488193#comment-13488193 ] Sebb commented on IO-355: - The API change is deliberate. I've added Javadoc to note that the

[jira] [Commented] (IO-355) IOUtils read() and skip() methods are performance hogs

2012-10-31 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488214#comment-13488214 ] Sebb commented on IO-355: - bq. Make sure to change the javadoc for all the read and readFully methods

[jira] [Commented] (COMPRESS-208) Add support for ZIP archives with PK00PK signature

2012-11-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=1342#comment-1342 ] Sebb commented on COMPRESS-208: --- What application creates these? Where is the format

[jira] [Resolved] (COMPRESS-209) DOC is incorrectly recognized as TAR

2012-11-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved COMPRESS-209. --- Resolution: Duplicate Fix Version/s: 1.5 DOC is incorrectly recognized as TAR

[jira] [Commented] (COMPRESS-209) DOC is incorrectly recognized as TAR

2012-11-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13488897#comment-13488897 ] Sebb commented on COMPRESS-209: --- URL: http://svn.apache.org/viewvc?rev=1404697view=rev

[jira] [Commented] (LANG-757) StringEscapeUtils.unescapeHtml: handle HTML escapes without semicolon

2012-11-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491411#comment-13491411 ] Sebb commented on LANG-757: --- The method EntityArrays.semiColonOptional unconditionally strips the

[jira] [Commented] (LANG-757) StringEscapeUtils.unescapeHtml: handle HTML escapes without semicolon

2012-11-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491585#comment-13491585 ] Sebb commented on LANG-757: --- If the method is made private, then there is no need to check the

[jira] [Commented] (IO-356) CharSequenceInputStream#reset() behaves incorrectly in case when buffer size is not dividable by data size

2012-11-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13491621#comment-13491621 ] Sebb commented on IO-356: - Thanks for the report; added the test case: URL:

[jira] [Commented] (LANG-850) DateUtils.truncatedCompareTo not working properly with DST timezones

2012-11-06 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492068#comment-13492068 ] Sebb commented on LANG-850: --- AFAICT, the problem arises in your test because the calendar objects

[jira] [Closed] (IMAGING-98) Any hints on release date?

2012-11-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IMAGING-98. --- Any hints on release date? -- Key: IMAGING-98 URL:

[jira] [Resolved] (IMAGING-98) Any hints on release date?

2012-11-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IMAGING-98. - Resolution: Not A Problem Any hints on release date? -- Key:

[jira] [Resolved] (IMAGING-96) Full exif tag description ?

2012-11-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved IMAGING-96. - Resolution: Not A Problem Please use the Commons User mailing list for queries about Commons components in

[jira] [Closed] (IMAGING-96) Full exif tag description ?

2012-11-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IMAGING-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb closed IMAGING-96. --- Full exif tag description ? Key: IMAGING-96 URL:

[jira] [Resolved] (LANG-822) NumberUtils#createNumber - bad behaviour for leading --

2012-11-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-822. --- Resolution: Fixed Fix Version/s: 3.2 NumberUtils#createNumber - bad behaviour for leading --

[jira] [Commented] (LANG-822) NumberUtils#createNumber - bad behaviour for leading --

2012-11-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494876#comment-13494876 ] Sebb commented on LANG-822: --- Thanks for the patch; applied with minor changes to strengthen test

[jira] [Commented] (LANG-693) Method createNumber from NumberUtils doesn't work for floating point numbers other than Float

2012-11-11 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495060#comment-13495060 ] Sebb commented on LANG-693: --- bq. So this proposal is not b-compatible ... I assume you must mean

[jira] [Commented] (LANG-693) Method createNumber from NumberUtils doesn't work for floating point numbers other than Float

2012-11-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495379#comment-13495379 ] Sebb commented on LANG-693: --- As pointed out in the original issue description, the same problem

[jira] [Commented] (LANG-693) Method createNumber from NumberUtils doesn't work for floating point numbers other than Float

2012-11-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495424#comment-13495424 ] Sebb commented on LANG-693: --- Examples of valid numbers that would trigger an upscale:

[jira] [Created] (LANG-854) NumberUtils#createNumber - does not allow for hex numbers to be larger than Long

2012-11-12 Thread Sebb (JIRA)
Sebb created LANG-854: - Summary: NumberUtils#createNumber - does not allow for hex numbers to be larger than Long Key: LANG-854 URL: https://issues.apache.org/jira/browse/LANG-854 Project: Commons Lang

[jira] [Commented] (LANG-854) NumberUtils#createNumber - does not allow for hex numbers to be larger than Long

2012-11-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-854?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13495465#comment-13495465 ] Sebb commented on LANG-854: --- bq. What about binary numbers? That would the the subject of a

[jira] [Created] (LANG-855) NumberUtils#createBigInteger does not allow for hex and octal numbers

2012-11-12 Thread Sebb (JIRA)
Sebb created LANG-855: - Summary: NumberUtils#createBigInteger does not allow for hex and octal numbers Key: LANG-855 URL: https://issues.apache.org/jira/browse/LANG-855 Project: Commons Lang Issue

[jira] [Resolved] (LANG-855) NumberUtils#createBigInteger does not allow for hex and octal numbers

2012-11-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-855. --- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1408524view=rev Log: LANG-855

[jira] [Resolved] (LANG-854) NumberUtils#createNumber - does not allow for hex numbers to be larger than Long

2012-11-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-854. --- Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1408537view=rev Log: LANG-854

[jira] [Resolved] (LANG-856) Code refactoring in NumberUtils

2012-11-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-856?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-856. --- Resolution: Fixed Fix Version/s: (was: 3.x) 3.2 Code refactoring in NumberUtils

[jira] [Commented] (LANG-856) Code refactoring in NumberUtils

2012-11-13 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-856?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496187#comment-13496187 ] Sebb commented on LANG-856: --- Thanks for the patch; however had to replace tabs with spaces. We

[jira] [Commented] (MATH-901) FastMath.sin is slow

2012-11-16 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/MATH-901?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13498942#comment-13498942 ] Sebb commented on MATH-901: --- The code at [1] is LGPL, so AFAIK cannot be included as source.

[jira] [Resolved] (VALIDATOR-296) EmailValidator#isValid(String) returns true for joe@foo/bar.com

2012-11-20 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/VALIDATOR-296?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved VALIDATOR-296. Resolution: Fixed Fix Version/s: 1.4.0 Release EmailValidator#isValid(String) returns true

[jira] [Commented] (IO-357) Tailer: Interruption while sleeping is silently ignored

2012-11-21 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/IO-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502017#comment-13502017 ] Sebb commented on IO-357: - AFAICT there's no point calling stop outside the run loop, because the flag

[jira] [Updated] (LANG-859) org.apache.commons.lang.StringEscapeUtils.escapeXml doesn't escape chars which are considered invalid according to W3C specification

2012-11-21 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-859: -- Description: According to specification of XML version 1.0 there are Unicode characters that are not allowed in the

[jira] [Commented] (CODEC-163) ColognePhonetic encoder unneccessarily creates lots of char arrays on every loop run

2012-11-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13502699#comment-13502699 ] Sebb commented on CODEC-163: BTW, if you provide further patches to JIRA, please name them

[jira] [Commented] (NET-46) [net] retrieveFileStream fails randomly

2012-11-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13503712#comment-13503712 ] Sebb commented on NET-46: - Good catch. In the case of ACTIVE_LOCAL_DATA_CONNECTION_MODE, the code

[jira] [Reopened] (NET-46) [net] retrieveFileStream fails randomly

2012-11-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb reopened NET-46: - [net] retrieveFileStream fails randomly --- Key: NET-46

[jira] [Updated] (NET-46) [net] retrieveFileStream fails randomly

2012-11-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-46: Affects Version/s: 3.1 [net] retrieveFileStream fails randomly ---

[jira] [Updated] (NET-46) [net] retrieveFileStream fails randomly or hangs

2012-11-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-46: Summary: [net] retrieveFileStream fails randomly or hangs (was: [net] retrieveFileStream fails randomly) [net]

[jira] [Resolved] (NET-46) retrieveFileStream fails randomly or hangs

2012-11-26 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-46. - Resolution: Fixed Fix Version/s: 3.2 URL: http://svn.apache.org/viewvc?rev=1413545view=rev Log: NET-46

[jira] [Resolved] (LANG-861) RBD (ceph) setup

2012-12-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-861?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved LANG-861. --- Resolution: Invalid Does not appear to be related to Commons LANG or even Commons RBD (ceph) setup

[jira] [Updated] (DAEMON-269) Support UAC for prunmgr.exe

2012-12-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-269: Description: Add support for UAC for prunmgr.exe See Bug DAEMON-245. was: Add support for UAC for prunmgr.exe

[jira] [Commented] (NET-490) Binary store to mainframe hangs under 3.2

2012-12-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510493#comment-13510493 ] Sebb commented on NET-490: -- Can you do a thread dump when the application hangs? There have been

[jira] [Commented] (NET-490) Binary store to mainframe hangs under 3.2

2012-12-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13510883#comment-13510883 ] Sebb commented on NET-490: -- http://www.crazysquirrel.com/computing/java/basics/java-thread-dump.jspx

[jira] [Commented] (NET-491) FTPClient - confusing parameters to setFileStructure/setFileType/setTransferMode

2012-12-07 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13526967#comment-13526967 ] Sebb commented on NET-491: -- One possibility might be to have a table of bit flags, with one flag for

[jira] [Commented] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2012-12-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529817#comment-13529817 ] Sebb commented on NET-492: -- I see what you mean about the RFC now; pity it does not have any

[jira] [Commented] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2012-12-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529851#comment-13529851 ] Sebb commented on NET-492: -- URL: http://svn.apache.org/viewvc?rev=1420619view=rev Log: NET-492

[jira] [Commented] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2012-12-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529860#comment-13529860 ] Sebb commented on NET-492: -- Unfortunately it seems that several servers do generate comments, for

[jira] [Commented] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2012-12-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529920#comment-13529920 ] Sebb commented on NET-492: -- Hopefully, this now fixes the issue: URL:

[jira] [Commented] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2012-12-12 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13529943#comment-13529943 ] Sebb commented on NET-492: -- Hopefully this is now sufficient! Passes all the test cases (plus a

[jira] [Resolved] (CODEC-164) Issue in populating junk characters

2013-01-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved CODEC-164. Resolution: Invalid The test code uses UTF-8 to convert the input string to bytes: inputBuffer =

[jira] [Updated] (DAEMON-272) jsvc ignores -home option

2013-01-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-272: Fix Version/s: (was: 1.0.12) jsvc ignores -home option - Key:

[jira] [Updated] (DAEMON-272) jsvc ignores -home option

2013-01-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/DAEMON-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated DAEMON-272: Fix Version/s: 1.0.12 jsvc ignores -home option - Key: DAEMON-272

[jira] [Updated] (LANG-863) Method returns number of inheritance hops between parent and subclass

2013-01-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated LANG-863: -- Fix Version/s: (was: 4.0) Method returns number of inheritance hops between parent and subclass

[jira] [Commented] (COMMONSSITE-73) [commons-parent] upgrade to latest apache-parent 12 and upgrade versions

2013-01-05 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMMONSSITE-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545275#comment-13545275 ] Sebb commented on COMMONSSITE-73: - c-p still uses a-p 9 because versions 10, 11 and 12

[jira] [Commented] (LANG-866) StringEscapeUtils.escapeHTML() does not escape ~ ` @ # $ % ^ * ( ) _ - + = | ; : . , ? } { ] [

2013-01-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LANG-866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13547185#comment-13547185 ] Sebb commented on LANG-866: --- The title refers to escapeHTML(), but the description is for

[jira] [Created] (NET-494) FTPClient.CSL.cleanUp() fails to restore timeout value on exception

2013-01-09 Thread Sebb (JIRA)
Sebb created NET-494: Summary: FTPClient.CSL.cleanUp() fails to restore timeout value on exception Key: NET-494 URL: https://issues.apache.org/jira/browse/NET-494 Project: Commons Net Issue Type: Bug

[jira] [Updated] (NET-489) FTPClient corrupts a specific file

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-489: - Fix Version/s: (was: 3.2) FTPClient corrupts a specific file --

[jira] [Updated] (NET-487) TelnetClient InputStream can not read data until timeout!

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-487: - Fix Version/s: (was: 3.2) TelnetClient InputStream can not read data until timeout!

[jira] [Updated] (NET-487) TelnetClient InputStream can not read data until timeout!

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-487: - Fix Version/s: 3.2 TelnetClient InputStream can not read data until timeout!

[jira] [Resolved] (NET-487) TelnetClient InputStream can not read data until timeout!

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-487. -- Resolution: Fixed TelnetClient InputStream can not read data until timeout!

[jira] [Updated] (NET-494) FTPClient.CSL.cleanUp() fails to restore timeout value on exception

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-494: - Affects Version/s: (was: 3.1) 3.2 FTPClient.CSL.cleanUp() fails to restore timeout value on

[jira] [Resolved] (NET-489) FTPClient corrupts a specific file

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-489. -- Resolution: Invalid The file contains CR and LF which have been mangled. It was probably transferred using ASCII mode;

[jira] [Resolved] (NET-494) FTPClient.CSL.cleanUp() fails to restore timeout value on exception

2013-01-09 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-494. -- Resolution: Fixed Fix Version/s: 3.3 URL: http://svn.apache.org/viewvc?rev=1430831view=rev Log: NET-494

[jira] [Commented] (LOGGING-135) Thread-safety improvements

2013-01-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13552955#comment-13552955 ] Sebb commented on LOGGING-135: -- If thread A creates the class and passes it to thread B

[jira] [Commented] (LOGGING-144) LogFactory/LogFactoryImpl ingore Throwable

2013-01-14 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13552956#comment-13552956 ] Sebb commented on LOGGING-144: -- Either don't catch everything, or rethrow those throwables

[jira] [Commented] (LOGGING-135) Thread-safety improvements

2013-01-15 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/LOGGING-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13553697#comment-13553697 ] Sebb commented on LOGGING-135: -- I agree it's unlikely to occur, however that does not mean

[jira] [Commented] (CODEC-158) Add Codec, StringCodec, and BinaryCodec interfaces that extend both encoder and decoder

2013-01-19 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558114#comment-13558114 ] Sebb commented on CODEC-158: @Gary Please explain how the addition of these interfaces would

[jira] [Created] (COMPRESS-216) JarArchiveEntry manifestAttributes and certificates are always null

2013-01-22 Thread Sebb (JIRA)
Sebb created COMPRESS-216: - Summary: JarArchiveEntry manifestAttributes and certificates are always null Key: COMPRESS-216 URL: https://issues.apache.org/jira/browse/COMPRESS-216 Project: Commons Compress

[jira] [Updated] (NET-488) ftpclient.listfiles return file name as FILE1.236 -rw-rw-r-- 1 T0000001 FTP 5242484 Oct 15 18:20 FILE1.237

2013-01-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-488: - Priority: Major (was: Critical) Description: while listing files from the FTP server ftpclient.listfiles return

[jira] [Commented] (NET-488) ftpclient.listfiles return file name as FILE1.236 -rw-rw-r-- 1 T0000001 FTP 5242484 Oct 15 18:20 FILE1.237

2013-01-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13560211#comment-13560211 ] Sebb commented on NET-488: -- What are the actual file details on the server that cause the problem?

[jira] [Resolved] (NET-480) Wrong passivHost when using FTPHTTPClient with EPSV

2013-01-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-480. -- Resolution: Fixed Fix Version/s: 3.3 Finally got around to looking at this again. It looks like the work-round you

[jira] [Updated] (NET-480) Wrong passivHost when using FTPHTTPClient with EPSV

2013-01-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-480: - Affects Version/s: 3.2 Wrong passivHost when using FTPHTTPClient with EPSV

[jira] [Resolved] (NET-492) FTPClient.printWorkingDirectory() incorrectly parses certain valid PWD command results

2013-01-22 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-492. -- Resolution: Fixed Fix Version/s: 3.3 I assume the latest change fixed the problem. If not, please re-open with

[jira] [Commented] (COMPRESS-216) JarArchiveEntry manifestAttributes and certificates are always null

2013-01-23 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/COMPRESS-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13560652#comment-13560652 ] Sebb commented on COMPRESS-216: --- OK, I'll add a comment to the source referring to the

<    1   2   3   4   5   6   7   8   9   10   >