[
https://issues.apache.org/jira/browse/NET-642?focusedWorklogId=235986&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-235986
]
ASF GitHub Bot logged work on NET-642:
--------------------------------------
Author: ASF GitHub Bot
Created on: 01/May/19 20:43
Start Date: 01/May/19 20:43
Worklog Time Spent: 10m
Work Description: markt-asf commented on pull request #27: [NET-642]
Creating a unit-test that proves that execPROT resets the p…
URL: https://github.com/apache/commons-net/pull/27
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 235986)
Time Spent: 10m
Remaining Estimate: 0h
> using execPROT on FTPSClients with Proxy Settings removes Proxy Settings
> ------------------------------------------------------------------------
>
> Key: NET-642
> URL: https://issues.apache.org/jira/browse/NET-642
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.6
> Environment: Java 1.8.0_112
> Linux 64bit
> Reporter: Johannes Frank
> Priority: Critical
> Time Spent: 10m
> Remaining Estimate: 0h
>
> In Reference to https://issues.apache.org/jira/browse/NET-578
> I'm trying to establish an FTPS Connection via a HTTP Proxy. The Control
> Connection is properly established, however the Moment I do execPROT the
> Proxy settings are resetted by call to setSocketFactory(new
> FTPSSocketFactory(context)); in FTPSClient.java:534.
> This causes FTPSClients with a call to execPROT to actually ignore the proxy
> settings and attempt to contact the FTPS Server directly for data connections.
> Since we are required to use PROT P this is currently blocking our feature
> for FTPS Connections via HTTP proxy.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)