Okay, thanks for the clarification. Not sure I understand why it wasn't
just merged into SimpleMapper, but maybe in the rush to release things get
dog-eared sometimes.
On Wed, 20 Dec 2000, craig mcclanahan wrote:
> Nick Bauman wrote:
> >
> > In TC 3.2 there is, in the default server.xml, a RequestInterceptor called
> > SimpleMapper1. In TC 3.1, it was called ISmpleMapper. Why is this? Is this
> > an interim thing? It's not that big of a deal, it just seems kinda
> > dog-eared, that's all.
> >
> > Thanks,
> >
> > Nick
>
> SimpleMapper1 was someone's optimization of the original SimpleMapper
> algorithm, submitted as a separate interceptor so that someone could
> configure back to the original one if there were problems with the new
> one.
>
> In Tomcat 4.0, mapping has been generalized so you can do it at the
> Engine, Host, or Context levels -- the default implementations go by
> incredibly imaginative :-) names like StandardContextMapper.
>
> Craig
>