-
Bug
-
Resolution: Done
-
Major
-
2.0.21.Final
JSP changes in the top directory of an exploded deployment can be picked up correctly, but it does not work for the JSP files in subdirectories.
The file system watcher (XNIO's FileSystemWatcher) is enabled by default and the file change event is triggered correctly. However, the path information of the event contains '\' for the files in subdirectories on Windows. This causes failure to trigger JspServletWrapper.jspFileChanged() because the triggered path is different from the key for the JspServletWrapper. Therefore, the updated JSP file is never recompiled in subdirectories and the old content is still returned until the application is redeployed.
- clones
-
JBEAP-17041 [GSS](7.2.z) UNDERTOW-1555 - JSP hot reloading does not work in subdirectories of an exploded deployment on Windows
- Closed
- is incorporated by
-
WFCORE-4526 Upgrade Undertow to 2.0.22.Final
- Closed