"William A. Rowe, Jr." wrote: > > > * it looks like we might be triggering some 1.3 negotiation behavior, where any > > extention under the sun is a match. We use MultiviewsMatch Handlers, so .asis > > and .cgi extentions do not need to be specified in the URI. > > Of course. This is as-desired, no?
ooops, I wasn't clear. We want extensions specified by AddLanguage to match, and (since I code MultiviewsMatch Handlers) extentions specified by AddHandler. I think that's all the extensions we want to match implicitly. But looking at that backtrace, it looks like mod_negotiation might be thinking that .1, .3, etc are interesting extensions, which is what 1.3 would do, and therefore thinking that v3.1 from URI might match v3.1.1 it found by reading the builds/jakarta-tomcat/release/ directory. Greg
