Bug 41401 - StandardService.getConnectorNames returns array of nulls.
Summary: StandardService.getConnectorNames returns array of nulls.
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: Nightly Build
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-18 06:19 UTC by Alex Orlovsky
Modified: 2007-01-18 09:02 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Orlovsky 2007-01-18 06:19:34 UTC
StandardService.getConnectorNames returns an array of nulls. The implementation
creates an array of the right size, but the body of the for loop that should
populate the array does nothing.
Easily verified if you look at the ConnectorNames property of the
Catalina:type=Service,serviceName=Catalina mbean.
I've seen it while running 5.5.12 and still see the problem in the 5.5.20 sources.
Comment 1 Peter Rossbach 2007-01-18 09:02:59 UTC
Hups, new Tomcat 5.5 Connector can report there ObjectName.

Many thanks to report this
Peter

Fix at revision 497499.