On Aug 21, 2008, at 9:39 PM, mgentr..pache.org wrote:
> -            return (PasswordEncoding) Util
> -                    .getJavaClass(getPasswordEncoderClass())
> -                    .newInstance();
> +            return (PasswordEncoding) Thread.currentThread()
> +                                            .getContextClassLoader()
> +
>                                             .loadClass
> (getPasswordEncoderClass())
> +                                            .newInstance();
Util.getJavaClass is more environment agnostic than  
Thread.currentThread().getContextClassLoader(), which is used  
internally as the first strategy. So maybe this can be undone?
Andrus
This archive was generated by hypermail 2.0.0 : Thu Aug 21 2008 - 15:32:25 EDT