https://issues.apache.org/bugzilla/show_bug.cgi?id=55447
Eric Covener <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement --- Comment #1 from Eric Covener <[email protected]> --- > In it's current status, type-maps seem to work like the following: > if I have a type map, named foo.var, then browsers MUST access it as foo.var > to get anything done at all (i.e. negotiation). 1) The browser can access /foo if other apache configuration maps the URI to the .var file (alias, rewrite, multiviews, ...) Changing this PR to an enhancement since this request is the bulk of the issue. This would not seem to be a backportable change in behavior. 2) The doc for type map negotiation under question: "A request for document.html in this directory will result in document.html.var being consulted, and the variant chosen which most closely matches the language preference specified in the user's Accept-Language request header." I think think this is referring to using multiviews to find the .var file, but this only happens by default on 1.3, or in later releases with MultiviewsMatch Any" -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
