-
Bug
-
Resolution: Obsolete
-
Minor
-
JBossAS-3.2.6 Final
-
None
SourceForge Submitter: rodburgett .
JNDIView.listXML retrieves context and entry names and
puts them into an XML doc. If any of these names
contain special or foreign characters, then an XML
processor or browser will object. All these names
should be HTML encoded as the doc is created.
Updating JNDIView to call an encoding method is easy,
the harder part is finding/writing that method.
Is there an encoder embedded somewhere in JBoss,
Jetty or one of the tools to do this, or do we need to
create one?