On Fri, 22 Apr 2011 11:54:42 -0400 David Prévot wrote: > http://www.debian.org/doc/developers-reference/scope.html > doesn't offer > http://www.debian.org/doc/developers-reference/scope.de.html
> when the browser is configured for German while it offers correctly > http://www.debian.org/doc/developers-reference/scope.fr.html > when configured in French. > Gerfried, Martin, any idea about the reason (and any hint for the fix)? content-negitiation does NOT remove extensions, just add :-) so this can occur if scope.html.fr is there and scope.html.de isn't. If you request scope.html, content-negitiation does search scope.html.* and decide which content to send back. http://www.debian.org/doc/developers-reference/scope does work as you expect :-) http://www.debian.org/doc/developers-reference/scope.html.fr works http://www.debian.org/doc/developers-reference/scope.fr.html works http://www.debian.org/doc/developers-reference/scope.de.html works http://www.debian.org/doc/developers-reference/scope.html.de does NOT work so, create a symlink scope.html.de => scope.de.html will solve this :-) -- victory no need to CC me :-) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

