So would it be ok do do something like this?
<versionW id="flash.sdk.version.22.0" version="22.0" displayVersion="22" cacheID="72309-53768d60a0060" cacheID2="718f9-52fde7f04570e"> <server id="flash.sdk.server.22.0">http://fpdownload.macromedia.com</server> <folder id="flash.sdk.folder.22.0">get/flashplayer/updaters/22/</folder> <path id="flash.sdk.path.22.0"> http://fpdownload.macromedia.com/get/flashplayer/updaters/22/ </path> <file id="flash.sdk.file.22.0">playerglobal22_0.swc</file> <md5 id="flash.sdk.md5.22.0">177e7f8cb98bc874b73296791b747128</md5> <swfversion id="flash.sdk.swfversion.22.0">32</swfversion> <projector platform="win" url="https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.exe"/> <projector platform="mac" url="<https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.exe>https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.dmg"/> </versionW> Or what how do you think we should name the xml elements? <versionW id="flash.sdk.version.22.0" version="22.0" displayVersion="22" cacheID="72309-53768d60a0060" cacheID2="718f9-52fde7f04570e"> <server id="flash.sdk.server.22.0">http://fpdownload.macromedia.com</server> <folder id="flash.sdk.folder.22.0">get/flashplayer/updaters/22/</folder> <path id="flash.sdk.path.22.0"> http://fpdownload.macromedia.com/get/flashplayer/updaters/22/ </path> <file id="flash.sdk.file.22.0">playerglobal22_0.swc</file> <md5 id="flash.sdk.md5.22.0">177e7f8cb98bc874b73296791b747128</md5> <swfversion id="flash.sdk.swfversion.22.0">32</swfversion> <projector> <win>https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.exe</win> <mac><https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.exe>https://fpdownload.macromedia.com/pub/flashplayer/updaters/22/flashplayer_22_sa_debug.dmg</mac> </projector> </versionW> Chris ________________________________ Von: Alex Harui <aha...@adobe.com> Gesendet: Donnerstag, 1. September 2016 17:53:28 An: dev@flex.apache.org Betreff: Re: Apache Flex SDK Installer Broken On 9/1/16, 8:25 AM, "Clint M" <cmod...@gmail.com> wrote: >Not seeing any redirects in Charles. > >It manifests after you click the next button on the initial screen in the >installer. > >I think I found the request in the sdk-installer-config-4.0.xml request. >http://flex.apache.org/installer/sdk-installer-config-4.0.xml > ><!-- Mirror URL CGI --> > <mirror name="MirrorURLCGI" path="" >file="single-mirror-url--xml.cgi"/> Yep, I was looking in the wrong folder. This hack was put in when the Apache web server started messing up the cgi results. Looks like they broke it again. I'll have to look into another solution. Another day wasted by subtle server changes. -Alex