HI, > I find it extremely hard to finish downloading these two files, even through > direct download using Firefox: > https://github.com/swfobject/swfobject/archive/2.2.zip > http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/afe.jar
The first is a redirect (may cause issues?) and the second looks like an Adobe issue. curl https://github.com/swfobject/swfobject/archive/2.2.zip <html><body>You are being <a href="https://codeload.github.com/swfobject/swfobject/zip/2.2">redirected</a>.</body></html> curl http://opensource.adobe.com/svn/opensource/flex/sdk/branches/4.y/lib/afe.jar <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>401 Authorization Required</title> </head><body> <h1>Authorization Required</h1> <p>This server could not verify that you are authorized to access the document requested. Either you supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.</p> <hr> <address>Apache Server at opensource.adobe.com Port 80</address> </body></html> I'm getting name and password being asked for in a browser as well for that URL - do we currently have a broken installer if caching is turned off? Justin