Lloyd L Chambers wrote:
> TIMEOUT: 17:00 PST Friday May 4
>
> https://glassfish.dev.java.net/issues/show_bug.cgi?id=2123
>
> Who owns com.sun.enterprise.diagnostics.report.Escape anyway?
>
> These fixes remove the thread safety issues and should not impact
> existing clients because the thread-unsafe features turned out not to be
> used.
>
> Lloyd
> ---------------
>
>
> RCS file:
> /cvs/glassfish/appserv-core/src/java/com/sun/enterprise/diagnostics/report/html/Escape.java,v
From a quick scan it doesn't appear that "useHex" is implemented at all.
Probably best to just remove it all entirely and have only one getInstance
method.