We have not long upgraded to v7.1 and I have noticed in our logs that zoom isn't handling protocol agnostic links correctly, it is possible that this was also true on v6 (which we have used for years) but we never noticed.
The problem occurs when zoom comes across a link like <a href="//www.example.com/index.htm">external link</a>; instead of treating this as an external link it is using it as an internal link and ignoring the // at the start. So zoom tries to GET /siteroot/directory/www.example.com/index.htm which gives a 404 error of course.
Is there some setting which deals with this issue? Or is it a bug?
The problem occurs when zoom comes across a link like <a href="//www.example.com/index.htm">external link</a>; instead of treating this as an external link it is using it as an internal link and ignoring the // at the start. So zoom tries to GET /siteroot/directory/www.example.com/index.htm which gives a 404 error of course.
Is there some setting which deals with this issue? Or is it a bug?
Comment