> > 1) Sealed jars are not handled correctly. Cf.
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8611.
> 
> I'm inclined to port the latest CL changes to 4.0.x now, but 
> it will be at
> the expense of an addtional TC 4.0.4 beta.

Would be great if you did.

> > 2) Class.getSigners () returns null instead of the
> > signers.  This is probably
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7578.
> >
> > Any fix at all? (The bug-report from 2002-03-28 has had no
> > response so far.)
> 
> I'd like this bug to be fixed.
> I don't know why it doesn't work, and I didn't try to fix it 
> yet. If you
> have some time, maybe you can look into it ?

If my boss does not object, I will be pleased to give it
a try. (If he does object, I'll let you know.)
>From my preliminary findings last week, the problem is
ClassLoader.setSigners(Class c, Object[] signers)
being called from ClassLoader (and indirectly from URLClassLoader)
but not from WebappClassLoader. I'll see if I can find the exact
place(s) and solve the problem.

Michael

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

Reply via email to