Hello,
I have checked the code, and yes, there is a possibility to enter a loop.

Code: http://download.openoffice.org/download.js
The url gets linked in the function getLink( version );
Line 189: var platformBouncer = getPlatformForBouncer();
Line195-201:
        if ( platformBouncer.indexOf( "mac" ) != -1 ) {
            // send MAC requests to porting.o.o
            return "http://porting.openoffice.org/mac/download/";;
        } else {
            // use direct link
            return a[2];
        }

To enter this loop the function hasBouncerLink() need to return false.

Greetings
Florian Bircher

sophie schrieb:
> Hi all,
>
> We have been receiving several messages about users turning in round
> when trying to download from the Mac site. Could somebody check it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to