We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62c221 commit 04272c0Copy full SHA for 04272c0
irods/src/main/java/ch/cyberduck/core/irods/IRODSSession.java
@@ -63,7 +63,8 @@
63
public class IRODSSession extends SSLSession<IRODSConnection> {
64
65
static {
66
- IRODSApi.setApplicationName(new PreferencesUseragentProvider().get());
+ // TODO: Use "new PreferencesUseragentProvider().get()" once irods/irods#8733 is resolved.
67
+ IRODSApi.setApplicationName("Cyberduck");
68
}
69
70
private static final Logger log = LogManager.getLogger(IRODSSession.class);
0 commit comments