Skip to content

Commit

Permalink
Fix #71 JspRuntimeLibrary$PrivilegedIntrospectHelper doesn't exist
Browse files Browse the repository at this point in the history
Signed-off-by: hs536 <sawamura.hiroki@fujitsu.com>
  • Loading branch information
hs536 committed May 18, 2020
1 parent f53a60c commit 4ddc031
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ public static void securityClassLoad(ClassLoader loader){

loader.loadClass( basePackage +
"runtime.JspRuntimeLibrary");
loader.loadClass( basePackage +
"runtime.JspRuntimeLibrary$PrivilegedIntrospectHelper");

loader.loadClass( basePackage +
"runtime.ServletResponseWrapperInclude");
Expand Down

0 comments on commit 4ddc031

Please sign in to comment.