Sun's reference implementation HtmlAdapterServer does
not expose the addUserAuthenticationInfo(AuthInfo a)
and removeUserAuthenticationInfo(AuthInfo a) to
management. The ri implementation is used for the
minimal configuration, but it should be possible to
secure it using the mechanism built into the ri.
this one has better comments
Logged In: YES
user_id=262957
If the minimal configuration of 3.0 includes the servlet container, and the ri html adapter is dropped entirely, this
patch is unneeded, since the new jmx console may be secured in a standard manner. Users of 2.4.x might
appreciate this.
usernames/passwords constructor included
Logged In: YES
user_id=262957
Included a usernames/passwords constructor for those who
don't care about exposing this information in the xml file, and
don't care particularly about managing it.
Logged In: YES
user_id=175228
We have a standard web application that can be secured using
the web.xml/jboss-web.xml descriptors.