OK, I added a trim call. See if it makes a difference. FWIW, it turned out that the Installer code is expecting plain text, not HTML. It looks like single-mirror-url.cgi just calls the main mirror.cgi which now returns a bunch of styling information in the HTML. The servlet I put together is trying to find the content and return it as plain text. If someone knows how the CGI works on flex.a.o, it might be possible to upgrade single-mirror-url.cgi to also scrape off the unwanted content and return plain text. That’s more about CGI than I want to learn at this point.
Thanks, -Alex On 11/17/15, 11:22 PM, "Alex Harui" <aha...@adobe.com> wrote: > > >On 11/17/15, 11:20 PM, "Justin Mclean" <justinmcl...@me.com> wrote: > >>Hi, >> >>> Is the line break between apache and flex in the log or due >>> to the mail agent? >> >>The line break is in the log. > >OK, let me try to trim out whitespace in the response. I’ll post back >when I’ve got it updated. > >-Alex >