My Oracle Support Banner

WebLogic is not Updating Its Cache if the File Path Has Spaces (Doc ID 1323515.1)

Last updated on OCTOBER 18, 2023

Applies to:

Oracle WebLogic Server - Version 10.3.3 to 10.3.5
Information 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. Assume there is an application which contains file <dir>/applications/TestPrecompilation/a b/index.jsp          (Notice space in folder a b)

index.jsp:


2. Deploy the application on WLS 10.3.3
3. Access the jsp with -http://<host>:<port>/TestPrecompilation/a%20b/index.jsp
        index.jsp browser output :  Parent JSP -Version3
4. Now modify the index.jsp and refresh the browser 
http://<host>:<port>/TestPrecompilation/a%20b/index.jsp
       index.jsp browser output :  Parent JSP -Version3               <-----  notice changes are not visible

 

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.