-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.0 M6
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 M6
-
Component/s: Legacy
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:12
-
Fix Priority:3
-
Git Pull Request:
LPS-55731 moved the property "cookie.http.only.names.excludes" moved from portal.properties to system.properties, but when the property "cookie.http.only.names.excludes" only be set in system.properties, no set in portal.properties,during the startup of portal error throw by the class VerifyProperties as follow:
05:33:14,765 ERROR [localhost-startStop-1][VerifyProperties:140] Portal property "cookie.http.only.names.excludes" was migrated to the system property "cookie.http.only.names.excludes"
After digging into it, found that the method protected void verifyMigratedPortalProperty(String oldKey, String newKey) in the class VerifyProperties should verify the portal.properties according to oldKey and newKey, but in fact it verify the system.properties.