On 27.11.2003 13:21, Michael Gerzabek wrote:

the problem comes from flow.js line 33. If you change line 33 from

home = root + "samples/linotype/";

to

home = root + "/samples/linotype/";

it will work again.

But what does this mean to flow-layer? Does sendPageAndWait(..) work
as it did before?

Yes, I know that this is a possible fix, but (1) (as you say) what is with relative links/redirects and (2) I don't want to fix server errors.


We could even add a more robust test:

if (!root ends with /)
    root = root + /

But this fix shouldn't be added to flow scripts, but to the input module.

Where are the server specialists? :-)

Joerg



Reply via email to