Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Not an Issue
-
Affects Version/s: 8
-
Fix Version/s: None
-
Component/s: core-libs
-
Labels:
-
Subcomponent:
Description
Starting in 12.1 the JDBC thin driver uses NIO APIs for handling sockets and
NIO doesn't have "built-in" proxy support like OIO through -D socksProxyHost
and -DsocksProxyPort.
Can we add proxy support to the NIO?
Right now to support this we need to define
-Doracle.jdbc.javaNetNio=false
in order to get the proxy to work.
See base bug for more details and triage.
NIO doesn't have "built-in" proxy support like OIO through -D socksProxyHost
and -DsocksProxyPort.
Can we add proxy support to the NIO?
Right now to support this we need to define
-Doracle.jdbc.javaNetNio=false
in order to get the proxy to work.
See base bug for more details and triage.