On Tue, 25 Feb 2003, Raible, Matt wrote:
> > The reason I ask this is b/c I'm developing a menu application that filters > on roles and hides/shows menus based on a role name. What should I do to > mimic Tomcat's behavior? Should I do an toUpperCase on the rolename and > database role? > > What does Tomcat do? > Tomcat is case sensitive everywhere except where the servlet spec says it is explicitly not case sensitive (such as request.getHeader()). That includes things like matching role names. > Thanks, > > Matt Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
