Maybe this fix is more acceptable. from: if ( user.getPassword().equals(password) ) to: if ((user.getPassword() != null) && user.getPassword().equals(password)) This disallows logins if the user doesn't have a password. ~christopher ------------------------------------------------------------ To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
- Re: Log subsystem [50% OFFTOPIC/LONG] jon *
- Re: Log subsystem [50% OFFTOPIC/LONG] Alejandro Revilla
- Re: Log subsystem [50% OFFTOPIC/LONG] Kevin A. Burton
- Re: Log subsystem [50% OFFTOPIC/LONG] jon *
- Bug in validateUser christopher baus
- Re: Bug in validateUser John McNally
- Re: Bug in validateUser jon *
- Re: Bug in validateUser John McNally
- Re: Bug in validateUser jon *
- Re: Bug in validateUser christopher baus
- Status of current snapshot christopher baus
- Status of current snapshot christopher baus
- Re: Status of current snapshot jon *
- Re: Status of current snapshot christopher baus
- Re: Status of current snapshot jon *
- Re: Status of current snapshot christopher baus
- Re: Status of current snapshot christopher baus
- Re: Status of current snapshot jon *
- jdk 1.1 compatibility John McNally
- Re: Status of current snapshot jon *
- Re: Turbine logfile must exist? John McNally
