You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by cd...@apache.org on 2016/05/18 08:51:51 UTC

git commit: [flex-utilities] [refs/heads/develop] - Undid the switch to safedownload ... will have to wait till the nexus is stable again to sort out some problems.

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 8805de0f0 -> ca6e3fe0d


Undid the switch to safedownload ... will have to wait till the nexus is stable again to sort out some problems.


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ca6e3fe0
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ca6e3fe0
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ca6e3fe0

Branch: refs/heads/develop
Commit: ca6e3fe0dd58bcb27cb7b0599aab20999daf7d74
Parents: 8805de0
Author: Christofer Dutz <ch...@codecentric.de>
Authored: Wed May 18 10:51:45 2016 +0200
Committer: Christofer Dutz <ch...@codecentric.de>
Committed: Wed May 18 10:51:45 2016 +0200

----------------------------------------------------------------------
 .../utilities/converter/retrievers/download/DownloadRetriever.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ca6e3fe0/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
----------------------------------------------------------------------
diff --git a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
index 82b3597..45682cb 100644
--- a/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
+++ b/flex-maven-tools/flex-sdk-converter/retrievers/download/src/main/java/org/apache/flex/utilities/converter/retrievers/download/DownloadRetriever.java
@@ -120,7 +120,7 @@ public class DownloadRetriever extends BaseRetriever {
                 final File targetFile = File.createTempFile(type.toString() + "-" + version +
                                 ((platformType != null) ? "-" + platformType : "") + "-",
                         sourceUrl.getFile().substring(sourceUrl.getFile().lastIndexOf(".")));
-                performSafeDownload(sourceUrl.toURI(), targetFile);
+                performFastDownload(sourceUrl, targetFile);
 
                 ////////////////////////////////////////////////////////////////////////////////
                 // Do the extracting.