![]() Adding Non-Supported Browsers Configurations |
![]() Open Client Administration |
![]() |
Adding Non-Supported Browsers Configurations
To add non-supported browsers configurations to the Open Client unsupported browsers filter, follow either of these two methods:
-
Edit the filter definition in the web.xml file.
-
Create and edit a file called 'unsupported_browsers.txt' in the WEB-INF directory of the Open Client installation. The text file must be a two column comma separated list containing the description and regular expression pattern match strings. The regular expression is matched against the user agent string from the connecting browser.
For example:
An entry of 'IE zero to eight, MSIE [0-7]' matches any browser that has one of the strings 'MSIE 0', 'MSIE 1', 'MSIE 2', 'MSIE 3', 'MSIE 4', 'MSIE 5', 'MSIE 6', 'MSIE 7' in its user agent string.
Topic ID: 800112