Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#FFCCCC
public ClassLoader getClassLoader() {
  // ...
  if(this.useContextClassLoader) {
    ClassLoader classLoader = Thread.currentThread().getContextClassLoader(); // Avoid 
  }
  return classloader;
}

Similarly, the contextDigester processing is also broken in the affected versions.

...