(I'm running slide 1.0.16 and Tomcat 4.0.3.)

I have customized Principal to include login info to our own DMS system.
What I'm trying to do is to copy files between 2 different roots (e.x. 2
different webfolder mappings) so that the principals for the source and the
destination are different. I would like to retrieve principal for the
destination in MoveMethod so that I can store the destination file into our
DMS system, but the only principal info I can get is for the source. How do
I get principal for destination in MoveMethod?

This is how I get principal in MyContentStore.java but I only have the token
for the source. Is there a way to get token for destination here?

 MyPrincipal principal =  (MyPrincipal)
token.getCredentialsToken().getPrincipal();

Any ideas?

Thanks in advance.
Jingmei Li


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to