----- Original Message ----- From: "Remy Maucherat" <[EMAIL PROTECTED]> To: "Tomcat Developers List" <[EMAIL PROTECTED]> Sent: Thursday, August 15, 2002 10:23 AM Subject: [5.0] [PROPOSAL] Refactored mapper
> Hi, > > I have been hinting at rewriting the main Catalina mapper for Tomcat 5. > > The proposal is designed to improve performance, avoid generating > uneeded garbage String objects, and optimize the welcome files processing. > > The following changes are proposed: > - Expose the decoded URI MessageBytes in the main Request interface of > Catalina, so that the mapper doesn't have to pay the b2c cost > - Implement the new mappers as a separate set of classes in > j-t-c/util/../mapper I'm hoping that this doesn't imply a dependency in j-t-c/util on o.a.c.Mapper. It's mostly the TC3.3 build that I'm worried about. > > The new mappers will use exclusively bytes to match contexts/servlets > and will rewrite the original URIs to handle welcome files without > sending a redirect back to the client (in most cases). > +1 (i.e. I'm willing to help out, if you want). > Remy > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>