g1.jpg shows a google 404 page, which was substituted as the response
by google chrome.
This feature can be turned off with the setting found under:
options -> under the hood -> "show suggestions for navigation errors"
The heuristic for substituting 404 pages is if the response length < 512 bytes.
So I imagine what is happening in your case is the page is just barely
< 512 bytes.
When you change the form of the URL, you are making the URL longer.
404 pages very often display the faulting URL -- so having made the
URL longer makes the response longer.
Presumably this pushes the response just past 512 bytes.
Indeed, I find this feature confusing as well, and wish google chrome
would simply display an infobar instead and never substitute the page
content.
Perhaps the heuristic used for substitution can be improved too.
Does this same issue happen in Intenet Explorer?
On Mon, Nov 3, 2008 at 8:29 AM, Marc-Antoine Ruel <[EMAIL PROTECTED]> wrote:
>
> Could you use fiddler/wireshark to compare the HTTP requests with the
> other browsers to see any discrepancy?
>
>
> 2008/11/2 Jan Czarnowski <[EMAIL PROTECTED]>:
>>
>> Additionl infos
>>
>> The script send
>>
>> header("HTTP/1.0 404 Not Found");
>> header("Status: 404 Not Found");
>>
>> and than the own 404 content
>>
>> Jan
>>
>> >
>>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Chromium-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/chromium-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---