Skip to content

Commit

Permalink
Load using the application class loader
Browse files Browse the repository at this point in the history
Fixes aws#506
  • Loading branch information
Artur- committed Apr 28, 2023
1 parent c9baa8e commit 8ed5650
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,9 +519,7 @@ public JspConfigDescriptor getJspConfigDescriptor() {

@Override
public ClassLoader getClassLoader() {
// for the time being we return the default class loader. We may want to let developers override this int the
// future.
return ClassLoader.getSystemClassLoader();
return getClass().getClassLoader();
}


Expand Down

0 comments on commit 8ed5650

Please sign in to comment.