SMCLIENTLOCALE does not seem to work when HTTP header Accept-Language also is being passed for a multi language page. All browsers generally automatically pass HTTP header Accept-Language.
According to the documentation, SMCLIENTLOCALE Header should take precedence over Accept-Language Header.
Release : 12.8
Component : SITEMINDER -Access Gateway 12.8.6
IIS agent: 12.52 sp1 cr10
Product defect.
Currently SiteMinder collects Locales HTTP header from browser in the order of Client Locale Header, Accept Language Header and the followed by ServerLocale.
However, these values are internally stored in a map and the map stores the values in a sorted order of key.
The code fix will ensure the order in the storage is consistent with the documentation description.
Which is:
HTTP header SMCLIENTLOCALE
HTTP header Accept-Language
Response header variable SMSERVERLOCALE
The DefaultLocale ACO parameter
The Locale property in the WebAgent.conf file
Upgrade to 12.8SP8CR01 Access Gateway to benefit from fix DE541353 (with updated HTTPPlugin.dll or HTTPPlugin.so).