[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357162#comment-16357162 ] Sebb commented on NET-642: -- Yes, I realise that. But it is still a potential work-round for some circumstances. And

[jira] [Updated] (IO-568) AutoCloseInputStream should disable mark/reset

2018-02-08 Thread Thomas Mortagne (JIRA)
[ https://issues.apache.org/jira/browse/IO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mortagne updated IO-568: --- Summary: AutoCloseInputStream should disable mark/reset (was: AutoCloseInputStream crash on reset() when

[jira] [Resolved] (NUMBERS-67) Add "pow" to "Fraction"

2018-02-08 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/NUMBERS-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles resolved NUMBERS-67. --- Resolution: Implemented Commit 910cd934b4dab73766954ce595cc5bb2dc79e4c8 ("master" branch). > Add "pow" to

[jira] [Created] (LANG-1379) Remove java.beans dependency in AbstractCurcuitBreaker to allow use of compact1 JRE profile

2018-02-08 Thread Steffen Conrad (JIRA)
Steffen Conrad created LANG-1379: Summary: Remove java.beans dependency in AbstractCurcuitBreaker to allow use of compact1 JRE profile Key: LANG-1379 URL: https://issues.apache.org/jira/browse/LANG-1379

[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Johannes Frank (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356931#comment-16356931 ] Johannes Frank commented on NET-642: No it doesn't because setProxy() resets the Socketfactory to a

[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356952#comment-16356952 ] Sebb commented on NET-642: -- I see. So what needs to be done then? I assume there is a good reason to clear the

[jira] [Created] (NET-656) FTPSClient#execPROT appears to call initSslContext too late

2018-02-08 Thread Sebb (JIRA)
Sebb created NET-656: Summary: FTPSClient#execPROT appears to call initSslContext too late Key: NET-656 URL: https://issues.apache.org/jira/browse/NET-656 Project: Commons Net Issue Type: Bug

[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356981#comment-16356981 ] Sebb commented on NET-642: -- Looks like NET-637 may be due to the same cause. It has a work-round which is to use

[jira] [Updated] (NET-643) NPE when closing telnet stream

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-643: - Summary: NPE when closing telnet stream (was: NPE when closing tellnet stream) > NPE when closing telnet stream >

[jira] [Commented] (NET-643) NPE when closing tellnet stream

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356844#comment-16356844 ] Sebb commented on NET-643: -- It looks like the stream has been closed (or has not yet been opened). It should not

[jira] [Commented] (IO-568) AutoCloseInputStream crash on reset() when reading the whole stream

2018-02-08 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/IO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356834#comment-16356834 ] ASF GitHub Bot commented on IO-568: --- GitHub user tmortagne opened a pull request:

[jira] [Resolved] (NET-643) NPE when closing telnet stream

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-643. -- Resolution: Fixed Fix Version/s: 3.7 URL: http://svn.apache.org/viewvc?rev=1823550=rev Log: NET-643 NPE when

[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356894#comment-16356894 ] Sebb commented on NET-642: -- execPROT("P") calls setSocketFactory which clears the proxy variable. I don't know

[jira] [Resolved] (NET-620) Strict CRLF handling in Commons-NET FTP breaks compatibility with some FTP servers

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-620. -- Resolution: Unresolved > Strict CRLF handling in Commons-NET FTP breaks compatibility with some FTP > servers >

[jira] [Resolved] (LANG-1379) Remove java.beans dependency in AbstractCurcuitBreaker to allow use of compact1 JRE profile

2018-02-08 Thread Bruno P. Kinoshita (JIRA)
[ https://issues.apache.org/jira/browse/LANG-1379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno P. Kinoshita resolved LANG-1379. -- Resolution: Duplicate > Remove java.beans dependency in AbstractCurcuitBreaker to allow

[jira] [Commented] (IO-568) AutoCloseInputStream crash on reset() when reading the whole stream

2018-02-08 Thread Thomas Mortagne (JIRA)
[ https://issues.apache.org/jira/browse/IO-568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16356837#comment-16356837 ] Thomas Mortagne commented on IO-568: Created https://github.com/apache/commons-io/pull/55, easier to

[jira] [Commented] (NET-642) using execPROT on FTPSClients with Proxy Settings removes Proxy Settings

2018-02-08 Thread Johannes Frank (JIRA)
[ https://issues.apache.org/jira/browse/NET-642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16357039#comment-16357039 ] Johannes Frank commented on NET-642: The issue with the java way of using proxies is that it's totally

[jira] [Resolved] (NET-645) Use System.nanoTime() to measure time intervals

2018-02-08 Thread Sebb (JIRA)
[ https://issues.apache.org/jira/browse/NET-645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb resolved NET-645. -- Resolution: Won't Fix If the system date is being reset, this can cause all sorts of problems. Note also that setting the