https://issues.apache.org/bugzilla/show_bug.cgi?id=55443
Eric Covener <cove...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #1 from Eric Covener <cove...@gmail.com> --- (In reply to Christoph Anton Mitterer from comment #0) > Hi. > > > There seems to something fishy with the static negotiation algos for > languages/mime types etc. > > Sending > Accept: image/gif > while having > file.png > file.jpeg > correctly gives the 406 with the HTML and a list of alternatives > > Sending > Accept: image/png, image/jpeg > while having > file.png > file.jpeg > though, > gives the jpeg (as this is smaller). > > Well while this may be reasonable for some people, it breaks standards as > one should probably get the 300 mutliple choices. Can you include references to the spec requirements broken here? From a quick check, mod_negotiation only sends 300s when the browser sends a Negotiate: header (rfc2296), among other conditions. I could not find anything in 2616 with a requirement or suggestion to do client-driven negotiation / send 300. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org