How Can I get password from j_security_check?
843811Mar 18 2005 — edited May 12 2005I need to re-use the username & password for validation against Oracle datasource, whereby I will need to pass the username and password for every ds.getConnection(username,password). I find it a workaround to have to re-connect to the realm tables just to retrieve the password for the given username, where by somewere the password has already been recieved with j_security_check. Is there anybody at all out there who can answer this with something other than a "you can't"?