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
Environment: Windows 11 Pro 64bit, Chrome 102 using a local instance of XWiki 14.4 on Oracle 19c, Tomcat 9.0.63, Java 17 (Oracle) , File Manager Application (Pro) 2.5.4
STEPS TO REPRODUCE
Go to File Manager Application (Pro) home page
Right click on File Manager > New File
Upload a file
(Optional) Refresh the page
Observe the XWiki console
EXPECTED RESULTS
No warnings/ errors are displayed.
ACTUAL RESULTS
After a file is added (tested with an image and a .txt file), there are some errors in console:
2022-06-02 16:29:46,687 [http-nio-1115-exec-8 - http://localhost:1115/xwiki/bin/download/FileManager/WebHome/image-2019-04-11-14-18-52-418.png?width=512] ERROR o.a.v.rendering - Left side ($paths.length) of comparison operation has null value at xwiki:FileManagerCode.RecentFilesPanel[line 5, column 21]
2022-06-02 16:29:46,693 [http-nio-1115-exec-8 - http://localhost:1115/xwiki/bin/download/FileManager/WebHome/image-2019-04-11-14-18-52-418.png?width=512] ERROR o.a.v.rendering - Left side ($paths.length) of comparison operation has null value at xwiki:FileManagerCode.RecentFilesPanel[line 5, column 21]
2022-06-02 16:29:52,732 [http-nio-1115-exec-1 - http://localhost:1115/xwiki/bin/view/FileManager/] ERROR o.a.v.rendering - Left side ($paths.length) of comparison operation has null value at xwiki:FileManagerCode.RecentFilesPanel[line 5, column 21]
2022-06-02 16:29:52,738 [http-nio-1115-exec-1 - http://localhost:1115/xwiki/bin/view/FileManager/] ERROR o.a.v.rendering - Left side ($paths.length) of comparison operation has null value at xwiki:FileManagerCode.RecentFilesPanel[line 5, column 21]
The errors keep occurring after each page refresh.
The issue reproduces also on XWiki 13.10.6 (Jetty/HSQLDB) using File Manager Application (Pro) 2.5.4.
The text was updated successfully, but these errors were encountered:
Environment: Windows 11 Pro 64bit, Chrome 102 using a local instance of XWiki 14.4 on Oracle 19c, Tomcat 9.0.63, Java 17 (Oracle) , File Manager Application (Pro) 2.5.4
STEPS TO REPRODUCE
EXPECTED RESULTS
No warnings/ errors are displayed.
ACTUAL RESULTS
After a file is added (tested with an image and a
.txt
file), there are some errors in console:The errors keep occurring after each page refresh.
The issue reproduces also on XWiki 13.10.6 (Jetty/HSQLDB) using File Manager Application (Pro) 2.5.4.
The text was updated successfully, but these errors were encountered: