"Tomcat User" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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.

Patches are always welcome :-).  Personally, I don't get any compile-time
errors when building 4.1.18.  Which JVM are you using?

>
> 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?

Yes, they do.

>
> Randy





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

Reply via email to