[jira] [Commented] (CLI-226) createNumber() in TypeHandler cannot work with some Locale

2012-07-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404714#comment-13404714 ] Sebb commented on CLI-226: -- The Javadoc says: {noformat} /** * Create a number from a String. If a

[jira] [Updated] (NET-468) Request for native support for socks proxy routing with Commons net FTP

2012-07-01 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bogdan Drozdowski updated NET-468: -- Attachment: sockclient-proxy.diff Native proxy support is already present - you can install your

[jira] [Commented] (MATH-808) SimplexSolver returns values out of constraints bounds

2012-07-01 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404724#comment-13404724 ] Thomas Neidhart commented on MATH-808: -- Hi, I could not run your test code as some

[jira] [Comment Edited] (MATH-808) SimplexSolver returns values out of constraints bounds

2012-07-01 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/MATH-808?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404724#comment-13404724 ] Thomas Neidhart edited comment on MATH-808 at 7/1/12 1:42 PM: --

[jira] [Commented] (NET-470) DataConnection-Socket hangs on InputStream.read()

2012-07-01 Thread Bogdan Drozdowski (JIRA)
[ https://issues.apache.org/jira/browse/NET-470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404727#comment-13404727 ] Bogdan Drozdowski commented on NET-470: --- Does it work with plaintext (no SSL)

[jira] [Commented] (JEXL-134) Issue with evaluation of concat of variables : \r + \n gives 0

2012-07-01 Thread Henri Biestro (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404738#comment-13404738 ] Henri Biestro commented on JEXL-134: Thanks for the bug report. The culprit is the usage

[jira] [Commented] (NET-468) Request for native support for socks proxy routing with Commons net FTP

2012-07-01 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/NET-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404741#comment-13404741 ] Gary D. Gregory commented on NET-468: - Hi Bogdan, You patch has better chances for

[jira] [Updated] (CLI-226) createNumber() in TypeHandler cannot work with some Locale

2012-07-01 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CLI-226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated CLI-226: Attachment: cli-226.diff This patch updates the number handling to accept , and . for decimal

[jira] [Updated] (VFS-426) HTTP URL query string not part of cache key

2012-07-01 Thread Gary D. Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary D. Gregory updated VFS-426: Attachment: vfs-426.diff Proposed fix and test. HTTP URL query string not part of

[jira] [Commented] (CLI-226) createNumber() in TypeHandler cannot work with some Locale

2012-07-01 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/CLI-226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404863#comment-13404863 ] Sebb commented on CLI-226: -- The proposed Javadoc change is not strictly true, as ',' only works as

[jira] [Commented] (JEXL-134) Issue with evaluation of concat of variables : \r + \n gives 0

2012-07-01 Thread Manoj Mokashi (JIRA)
[ https://issues.apache.org/jira/browse/JEXL-134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13404897#comment-13404897 ] Manoj Mokashi commented on JEXL-134: Hi Henri, thanks for the quick resolution :)