Bug report #791 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/791> REPORT #791 Details. Project: Tomcat Category: Feature Requests SubCategory: Enhancement Class: swbug State: received Priority: medium Severity: critical Confidence: public Environment: Release: Tomcat 3.2.1 JVM Release: NA Operating System: NA OS Release: NA Platform: NA Synopsis: JDBCRealm: authenticating a user that is not in any groups results in ArrayIndexOutOfBoundException if logging is on Description: After JDBCRealm.authorize calls userRoles = getUserRoles( user ); It calls if( debug > 0 ) log( "Auth ok, first role=" + userRoles[0] ); If debug is turned on, and the current user has no roles, this results in an ArrayIndexOutOfBoundsExceptionTitle: BugRat Report # 791
BugRat Report # 791
Project: Tomcat | Release: Tomcat 3.2.1 |
Category: Feature Requests | SubCategory: Enhancement |
Class: swbug | State: received |
Priority: medium | Severity: critical |
Confidence:
public
|
Submitter:
Adam Rabung ( [EMAIL PROTECTED] )
Date Submitted:
Jan 17 2001, 12:48:26 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- JDBCRealm: authenticating a user that is not in any groups results in ArrayIndexOutOfBoundException if logging is on
- Environment: (jvm, os, osrel, platform)
- NA, NA, NA, NA
- Additional Environment Description:
- Report Description:
- After JDBCRealm.authorize calls userRoles = getUserRoles( user ); It calls if( debug > 0 ) log( "Auth ok, first role=" + userRoles[0] ); If debug is turned on, and the current user has no roles, this results in an ArrayIndexOutOfBoundsException
- How To Reproduce:
- null
- Workaround:
- null
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]