Comment #1 on issue 25090 by bob.doorenbos: BASE tag ignored if original page URL contains http://some/other/url in the query string http://code.google.com/p/chromium/issues/detail?id=25090
Upon further investigation, the problem only occurs if the query string portion of the original source URL contains the BASE HREF URL as a substring. In the following test examples, the <BASE> tag is always <BASE HREF="http://www.aasd.k12.wi.us/Ferber/"> If the original source url is http://localhost:4444/test?foobar=http://www.aasd.k12.wi.us/Ferber23/dummy/dir it works fine, no bug. If the original source url is http://localhost:4444/test?foobar=http://www.aasd.k12.wi.us/Ferber/dummy/dir then it's buggy and the BASE tag gets ignored. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
