WebLogic is not Updating Its Cache if the File Path Has Spaces
(Doc ID 1323515.1)
Last updated on MAY 27, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.3 to 10.3.5Information in this document applies to any platform.
Symptoms
On WebLogic 10.3.3 you will notice that the server isn't updating its cache if the file path has spaces.
This can be summed up as an issue with spaces: WLS JSP compiler does not recompile JSPs on change if the JSP path has spaces in it.
Replication Steps:
1. Create a WLS domain and unzip the attached application Test.zip which contains file <dir>\applications\Content\published\WW\TestPrecompilation\a b\index.jsp (Notice space in folder a b)
2. Deploy the application on WLS 10.3.3
3. Access the jsp with -http://<host>:<port>/TestPrecompilation/a%20b/index.jsp
Browser output - Parent JSP -Version3
4. Now modify the jsp (include modified) and refresh the browser -
http://<host>:<port>/TestPrecompilation/a%20b/index.jsp
Browser output - Parent JSP -Version3, notice changes are not visible
Deploy this simple web application to notice the issue following above steps.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |