on 9/30/01 8:45 PM, "Bill Barker" <[EMAIL PROTECTED]> wrote:
> As much as my personal preference is the same as Jon and Costin, it seems > that section 11.1 rule #3 explicitly dis-allows extension mappings to have a > PATH_INFO. > <spec-quote> > If the last segment in URL path contains an extension (e.g .jsp) the servlet > container will try to match a servlet that handles requests for the > extension. An extension is defined as the part of the last segment after the > last '.' character. > </spec-quote> > This is from the 2.3 Spec, since Jon is a 4.0 user. The spec is wrong. -jon