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
javax.servlet.ServletContext#getRealPath returns null in ResourceCaches causing the GrailsContentLoader not to be called.
finalStringflnm = ctx.getRealPath(path);
if (flnm != null) {
try {
returncache.get(newResourceInfo(path, newFile(flnm), extra));
//it is loader's job to check the existence
} catch (Throwableex) {
The text was updated successfully, but these errors were encountered:
javax.servlet.ServletContext#getRealPath
returns null inResourceCaches
causing theGrailsContentLoader
not to be called.The text was updated successfully, but these errors were encountered: