I guess I never thought about this, but all my usernames have not been entered in a case insensitive fashion. I can easily enough fix this in the Action Class to make everything lowercase, but how do I do this with the j_security_check form? I also need a solution that does not rely on JavaScript. Maybe I can use a filter?
Hi Mick,
a filter won't work. You won't be able to put anything between the browser submit and the container-managed authentication - it's completely tomcat and allows no programmatic interference. Can't you convert your user names with a script or something?
Adam
-- struts 1.1 + tomcat 5.0.12 + java 1.4.2 Linux 2.4.20 RH9
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

