Bug 34186 - issues in about datasource realm
Summary: issues in about datasource realm
Status: RESOLVED INVALID
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Unknown (show other bugs)
Version: 5.5.7
Hardware: HP other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords: NeedsReleaseNote
Depends on:
Blocks:
 
Reported: 2005-03-26 10:36 UTC by Bhupendra Atre
Modified: 2005-03-26 01:44 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bhupendra Atre 2005-03-26 10:36:06 UTC
1. cookies must be enabled for datasource realm(configured with MySQL4.1.8) to
work since the session id is saved in a cookie. it menas that if i am using
datasource realm for authentication and authorization and if cookies are
disabled then one cannot log in the application. 
3. Also another thing observed is that the field type of role in the user_role
table musht be varchar and it cannot be integer. I personally had kept it
integer and i was not getting authenticated even if the username and password
were correct.

since i am new to this forum and to this bugzilla, kidly ignore if i am doing
something that is not required. However opinions would be highly appreciated.
thanks.
Comment 1 Bhupendra Atre 2005-03-26 10:37:38 UTC
the issue raised by me were
1. cookies must be enabled for datasource realm(configured with MySQL4.1.8) to
work since the session id is saved in a cookie. it menas that if i am using
datasource realm for authentication and authorization and if cookies are
disabled then one cannot log in the application. 
3. Also another thing observed is that the field type of role in the user_role
table musht be varchar and it cannot be integer. I personally had kept it
integer and i was not getting authenticated even if the username and password
were correct.

i would be highly appreciate if anyone could fix it or tell me when they are fixed.
thanks in advance!

Comment 2 Remy Maucherat 2005-03-26 10:44:26 UTC
Please post to tomcat-user instead.