Adding Non-Supported Browsers Configurations

To add non-supported browsers configurations to the Open Client unsupported browsers filter, follow either of these two methods:

  1. Edit the filter definition in the web.xml file.

  2. 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.

Comment on this topic

Topic ID: 800112

Table of Contents

Index

Glossary

-Search-

Back