You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NullPointerException in ApplicationModuleImpl (#9879)
What Does This Do
Added a guard in InsecureJspFolderVisitor.preVisitDirectory to keep walking when a directory lacks a name, preventing the previous NullPointerException.
Introduced a regression test that instantiates the visitor and verifies it safely handles the filesystem root path.
0 commit comments