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