Hi all,

Although the almost inexistent documentation relative to JRun custom
authentication, I've achieved to implement it or at least that was what
I thought.

I have my own java.security.Principal implementation called
com.aqs.security.User. User instances are created when JRun invokes the
method public Principal authenticate(HttpServletRequest req,String
username,String password), and I'm sure the method is invoked according
to my traces.

The problem is that the method SessionContext.getCallerPrincipal()
returns a allaire.ejipt._User class instance and not my
com.aqs.security.User instance.

How it's possible?

I believe that the JRun team has implemented a simple (and useless)
patch in order to be J2EE certified.

Any help about it?

Thanks in advance,
    C�sar �lvarez.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to