https://issues.apache.org/bugzilla/show_bug.cgi?id=47998
Summary: NamingResourcesMBean.removeResource(String) is defective Product: Tomcat 5 Version: 5.5.28 Platform: PC OS/Version: Mac OS X 10.4 Status: NEW Severity: major Priority: P2 Component: Catalina AssignedTo: dev@tomcat.apache.org ReportedBy: m...@allman.ms CC: m...@allman.ms Created an attachment (id=24379) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=24379) proposed fix NamingResourcesMBean.removeResource(String) uses ObjectName.unquote(String) to "unquote" the given resourceName. This is at odds with NamingResourcesMBean.addResource(String), which does not. Unquoting a name that does not need to be unquoted throws an exception. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org