I notice that with the latest 1.01 release that some of the '/' characters in URL's for appear to be escaped to give %2F. I believe that this is incorrect behaviour as if the browser does not translate them back to '/' characters before sending the URL to the web server they do not get treated as directory separators so you end up with file not found errors.
I also notice that the "Downloads, links and other catalogs" popup does not work with IE8. Even though one might think that other browsers such as Firefox are better, I still think it is wrong to use HTML that does not work with IE if it can be avoided as it is still the browser with the largest market share. It is possible that this is related to the issue in the first paragraph, but I am not certain.
|