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
Fixed path resolution in CommonClassLoaderServiceImpl
- Original code broke when path contained spaces
- Added validation of the path before it was added anywhere.
- Note that FileUtils.toFile throws IAE when the path is empty too, however
this code is now probably unreachable because of the validation.
Signed-off-by: David Matějček <[email protected]>
0 commit comments