Skip to content

Commit c85a33f

Browse files
committed
squash w/ 2870ae7. hard-code app name until iRODS server bug is fixed
1 parent 5c57ce5 commit c85a33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

irods/src/main/java/ch/cyberduck/core/irods/IRODSSession.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@
6363
public class IRODSSession extends SSLSession<IRODSConnection> {
6464

6565
static {
66-
IRODSApi.setApplicationName(new PreferencesUseragentProvider().get());
66+
// TODO: Use "new PreferencesUseragentProvider().get()" once irods/irods#8733 is resolved.
67+
IRODSApi.setApplicationName("Cyberduck");
6768
}
6869

6970
private static final Logger log = LogManager.getLogger(IRODSSession.class);

0 commit comments

Comments
 (0)