12345678910111213141516171819202122232425262728 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: CAFJ
- (C) Copyright IBM Corp. 2012
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" localization="Product Locale">
- <component name="CAF" usage="Messages for the Cognos Application Firewall.">
- <section name="WRN" usage="This section is for CAF warnings" type="Messages">
- <string id="CAF_NO_ERROR" errorCode="0000">No error.</string>
- <string id="CAF_ENABLED" errorCode="0010">CAF input validation enabled.</string>
- <string id="CAF_DISABLED" errorCode="0011">CAF input validation disabled.</string>
- <string id="CAF_XSS_ENABLED" errorCode="0020">CAF Third Party XSS checking enabled.</string>
- <string id="CAF_XSS_DISABLED" errorCode="0021">CAF Third Party XSS checking disabled.</string>
- <string id="CAF_VALIDATION_FAILURE" errorCode="2079">Firewall Security Rejection. Your request was rejected by the security firewall.</string>
- <string id="CAF_ERROR" type="String" errorCode="2080">Firewall Security Error. A security firewall error occurred. Error status: </string>
- <string id="CAF_CONFIGURATION_ERROR" type="String" errorCode="2081">Firewall Security Configuration Error. A security firewall configuration error occurred. Error status: </string>
- <string id="CAF_SECURELOG_MSG" type="String" errorCode="2082">An error has occurred. Please contact your administrator. The complete error has been logged by CAF with SecureErrorID: </string>
- <string id="CAF_ERRPAGE_CONTACTADMIN">CAF rejection details are available in the log. Please contact your administrator.</string>
- </section>
- </component>
- </stringTable>
|