Is There The Setting To Not To Perform Gzip Compression In CCB?
(Doc ID 2110042.1)
Last updated on JUNE 03, 2024
Applies to:
Oracle Utilities Customer Care and Billing - Version 2.4.0.3.0 and laterInformation in this document applies to any platform.
Symptoms
**Disclaimer:** This KM article may include the following abbreviations:
CCB/CC&B - Oracle Utilities Customer Care and Billing
Gzip - GNU zip
HTTP - HyperText Transfer Protocol
UI - User Interface
On : 2.4.0.3.0 version, SW - System Wide
ACTUAL BEHAVIOR
---------------
In $SPLEBASE/etc/conf/WEB-INF/web.xml the value for disableUIPageCompression can be changed to "true":
Disable UIPage compression
disableUIPageCompression
java.lang.Boolean
false ### change this to true
in order to not use HTTP compression.
EXPECTED BEHAVIOR
-----------------------
According to page 196 from Server Administration Guide.pdf altering the value for disableUIPageCompression to true will disable HTTP compression.
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Change the value of disableUIPageCompression in the root deployment descriptor, $SPLEBASE/etc/conf/WEB-INF/web.xml
Disable UIPage compression
disableUIPageCompression
java.lang.Boolean
false ### change this to true
2. Rebuild the ear files after making the change here.
3. Run configureEnv with the –a option, and in section 52, set isDevelopment = true
4. Run initialSetup.
BUSINESS IMPACT
-----------------------
Between the browser and the server, there is a reverse proxy.
The reverse proxy read the HTTP data between the browser and the server, it performs specific processing.
Therefore, when the HTTP data is compressed, reverse proxy will not be able to read the HTTP data.
So, compression should not be used.
Changes
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 |
Changes |
Cause |
Solution |
References |