Browser Detection

The user sign-in page will forward to a webpage telling the user that his browser is unsupported based on the user-agent of his browser (unsupported.jsp). The user can nevertheless continue the login procedure to start AvantGard Trax. This warning for unsupported browsers is translatable (based on browser accept-language).

The regular expression responsible for the whitelist checking is configurable via client.properties. In the standard template release, IE8 and IE9 are supported.

unsupported.jsp does an extra check on IE8/IE9 compatibility view mode and will display an extra warning message in that specific case.