Reputation: 455
I recently updated from Weblogic 12 to Weblogic 14 Server.
All was working fine, and if requested an html containing
whitespaces, the server was responding the page content including
.
The server is responding the html page content, excluding
whitespaces.
Upvotes: 0
Views: 214
Reputation: 455
Substituting the
occurrences with  
will solve the problem.
Upvotes: 0