>I noticed a little quirk when searching the manual...it seems that sometimes
>when doing consecutive searches, the root directory disappears in the "href"
>tags for the results:
>
>for example resulting link will look like this:
>       http://p/e/Perl_support_problems.html
>
>instead of something like this:
>       http://www.mysql.com/doc/p/e/Perl_support_problems.html
>

The problem is a buggy browser that decides to submit http:// or some other 
non-empty garbage for a referrer. manual.php gives absolute URL for the 
search results to bounce you back to the mirror if you search from the 
mirror. If the referer is set and is non-empty, it prefixes with the suplied 
referer, otherwise, it prefixes with http://www.mysql.com/doc/. We will add a 
stricter sanity check for the referers to work around the bugs in some 
browsers. Unfortunately ( or maybe fortunately), all of our browsers either 
submit the correct referer ( Netscape) or do not submit one at all ( 
Konqueror), so the fix will be hard to test.



-- 
MySQL Development Team
   __  ___     ___ ____  __ 
  /  |/  /_ __/ __/ __ \/ /   Sasha Pachev <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, http://www.mysql.com/
/_/  /_/\_, /___/\___\_\___/  Provo, Utah, USA
       <___/                  

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to