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 5c57ce5 commit c85a33fCopy full SHA for c85a33f
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