I have been taking a look at the source for 4.1.18 - and have noticed a few problems with three classes in the org.apache.catalina.mbeans package...

Namely - unhandled exceptions in the following MBeans:

DefaultContextMBean
NamingResourceMBean
StandardContextMBean

Within all three, there is a removeResource, and removeResourceLink method which contains this call - URLDecoder.decode(resourceName) which generates a java.lang.Exception - which is not handled.

When compiling the source, I would assume this would need to be fixed first, unless there is a magic trick within ANT I am not aware of. Don't the distributed binaries come directly from the source?

Randy



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

Reply via email to