You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by dg...@apache.org on 1999/04/21 05:45:46 UTC

Re: mod_negotiation/3760: MultiViews brings "Not Acceptable"

[In order for any reply to be added to the PR database, ]
[you need to include <ap...@Apache.Org> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: MultiViews brings "Not Acceptable"

State-Changed-From-To: open-closed
State-Changed-By: dgaudet
State-Changed-When: Tue Apr 20 20:45:45 PDT 1999
State-Changed-Why:
That's how the HTTP protocol works.  See RFC2068 for a description
of Accept-Language.  Essentially, the user specifying
"Accept-Language: af" says they only read af.  If they
had said "Accept-Language: af, *" then it would mean they
read and prefer af, but will take anything in a pinch.

We can't provide an option to override this -- that would
violate the protocol.

Dean