>As far as i know (with Tomcat 4.1.24), it is not possible to use JDBCRealm
>with CLIENT-CERT.
>You have to implement "getPrincipal(String)" in JDBCRealm to make this work
you're right !!!
i have implement like this:
protected Principal getPrincipal(String username) {
return authenticate(username, "null");
}
all works, now !!!
Duccio
Dr. Duccio Fallani
duccio.fallani@bitlab.it
-----------------------------------
Bit Lab
Business Information Technology
Via Poccianti 25/c
50018 Scandicci (FI)
Tel./Fax 055.25.91.757
web: www.bitlab.it
e-mail: info@bitlab.it
-----------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|