Skip to content

Commit

Permalink
Fix #4427.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Aug 23, 2010
1 parent 97df13b commit b1d022d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/ch/cyberduck/core/dav/DAVSession.java
Expand Up @@ -121,6 +121,7 @@ protected void configure() throws IOException {
}
}
this.getClient().setFollowRedirects(Preferences.instance().getBoolean("webdav.followRedirects"));
this.getClient().setOverwrite(true);
}

@Override
Expand Down

0 comments on commit b1d022d

Please sign in to comment.