[GitHub] flex-sdk pull request #47: Cordova-Apache/Flex.sdk

2018-06-03 Thread JHelfer
GitHub user JHelfer opened a pull request: https://github.com/apache/flex-sdk/pull/47 Cordova-Apache/Flex.sdk You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/flex-sdk master Alternatively you can review and apply these

Re: Installer is Timing Out.

2018-06-03 Thread Piotr Zarzycki
I'm getting one request to url -> " http://flex.apache.org/single-mirror-url--xml.cgi; when installer is started and it uses MirrorURLUtil - fetchMirrorFromCGIResult. In the result I'm getting there url -> "http://ftp.ps.pl/pub/apache/; Next I'm clicking "Next" and ApacheURLLoader is being

Re: Installer is Timing Out.

2018-06-03 Thread piotrz
Ok that's something else. I'm getting timeout as it was before on https connection with -> https://www.apache.org/dist/flex/4.16.1/binaries/apache-flex-sdk-installer-config.xml. It looks like it is still https issue. What's interesting is that when we call method load in ApacheURLLoader the

Re: Installer is Timing Out.

2018-06-03 Thread Justin Mclean
Hi, > I just debug it and it looks like there is some problem with parsing > in MirrorURLUtil - fetchMirrorFromCGIResult. We go following web page [1]. > What actually should be parsed out of it ? Yes you’re seeing what I saw, that’s the full HTML rather than XML result returned. I’m guessing

Re: Installer is Timing Out.

2018-06-03 Thread Piotr Zarzycki
I just debug it and it looks like there is some problem with parsing in MirrorURLUtil - fetchMirrorFromCGIResult. We go following web page [1]. What actually should be parsed out of it ? How it looked like earlier ? [1] https://paste.apache.org/gUjj Thanks, Piotr niedz., 3 cze 2018 o 09:50

Re: Installer is Timing Out.

2018-06-03 Thread Maxim Solodovnik
Just have double-checked You are right, it is plain text and it contains one mirror only On Fri, Jun 1, 2018 at 11:42 PM, Alex Harui wrote: > Hi Maxim, > > You got the correct results. The browser says that because the cgi returned > plain text instead of html. Do a "View Source" on the page