We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5810cf commit 5875e16Copy full SHA for 5875e16
jargon-core/src/main/java/org/irods/jargon/core/connection/PAMAuth.java
@@ -170,6 +170,9 @@ private AbstractIRODSMidLevelProtocol establishSecureConnectionForPamAuth(
170
IRODSMidLevelProtocol secureIRODSCommands = new IRODSMidLevelProtocol(
171
secureConnection, irodsCommands.getIrodsProtocolManager());
172
173
+ secureIRODSCommands.setIrodsConnectionNonEncryptedRef(irodsCommands
174
+ .getIrodsConnection());
175
+
176
log.info("carrying over startup pack with server info");
177
secureIRODSCommands.setStartupResponseData(irodsCommands
178
.getStartupResponseData());
0 commit comments