Hello Ben !
I am using AffirmativeBased AccessDecisionManager. and I have also tried
printing out details from loadUserByUserName from subclass of JdbcDaoImpl,
and its giving me correct details.
I still cannot understand that why ROLE_SUPERVISOR can log in and with
ROLE_ABC its giving 403 error. By
Shishir K. Singh wrote:
I was wondering if the method
public void removeUserFromCache(String username) {
cache.remove(username);
}
In EhCacheBasedUserCache can be made implement able i.e moved to
UserCache interface.
Hi Shishir
Done. Now in CVS HEAD.
Ben
---
[EMAIL PROTECTED] wrote:
Hello All !
I am trying to use my Database with Sample contact application. I have
added few roles and users in my database and also have subclasses
JdbcDaoImpl to authenticate from database. I have added a user with
ROLE_SUPERVISOR and a ROLE_ABC. i have also changed my
ap
Not sure what your IDE is but I would recommend using
eclipse(eclipse.org) or the like with the acegi sources mounted and
debug using the remote debugger. There is a great tomcat plugin for
easy setup. Then you can step through all the code to see what is going
on and learn acegi better to boot.
Hello All !
I am trying to use my Database with Sample contact application. I have
added few roles and users in my database and also have subclasses
JdbcDaoImpl to authenticate from database. I have added a user with
ROLE_SUPERVISOR and a ROLE_ABC. i have also changed my
applicationContact.xml file
Hello !
Lets say if we have subclasses jdbcDaoImpl and using Database
authentication, then straight after the authentication where does the
control goes.
I mean like I have added a role in my database and a user with that role.
when I run my project, It verifies the user and on the console a get a