Re: Bypassing user role assignment???

2002-06-04 Thread Ben Walding
should do the job perfectly, even though it is Access 97 (yuck) > >Thanks again, Geoff > > >-Original Message- >From: Barney Hamish [mailto:[EMAIL PROTECTED]] >Sent: June 4, 2002 8:47 AM >To: 'Tomcat Users List' >Subject: RE: Bypassing user role assignm

RE: Bypassing user role assignment???

2002-06-04 Thread Geoff Peters
]] Sent: June 4, 2002 8:47 AM To: 'Tomcat Users List' Subject: RE: Bypassing user role assignment??? Why don't you set the user roles table to be the same as the users table. Have a user_role field in the users table with a default value "default role" or something. That

RE: Bypassing user role assignment???

2002-06-04 Thread Barney Hamish
uot;. Then you don't have to change anything or rewrite the hasRole() method. -Original Message- From: Geoff Peters [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 1:36 PM To: Tomcat Users List Subject: RE: Bypassing user role assignment??? So it isn't possible to set a

RE: Bypassing user role assignment???

2002-06-04 Thread Geoff Peters
So it isn't possible to set a default role for everyone at login with a parameter in the web.xml file? -Original Message- From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]] Sent: June 4, 2002 8:34 AM To: Tomcat Users List Subject: AW: Bypassing user role assignment??? The only way I see,