cafjMessages_en.xml 1.8 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: CAFJ
  5. (C) Copyright IBM Corp. 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" localization="Product Locale">
  9. <component name="CAF" usage="Messages for the Cognos Application Firewall.">
  10. <section name="WRN" usage="This section is for CAF warnings" type="Messages">
  11. <string id="CAF_NO_ERROR" errorCode="0000">No error.</string>
  12. <string id="CAF_ENABLED" errorCode="0010">CAF input validation enabled.</string>
  13. <string id="CAF_DISABLED" errorCode="0011">CAF input validation disabled.</string>
  14. <string id="CAF_XSS_ENABLED" errorCode="0020">CAF Third Party XSS checking enabled.</string>
  15. <string id="CAF_XSS_DISABLED" errorCode="0021">CAF Third Party XSS checking disabled.</string>
  16. <string id="CAF_VALIDATION_FAILURE" errorCode="2079">Firewall Security Rejection. Your request was rejected by the security firewall.</string>
  17. <string id="CAF_ERROR" type="String" errorCode="2080">Firewall Security Error. A security firewall error occurred. Error status: </string>
  18. <string id="CAF_CONFIGURATION_ERROR" type="String" errorCode="2081">Firewall Security Configuration Error. A security firewall configuration error occurred. Error status: </string>
  19. <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>
  20. <string id="CAF_ERRPAGE_CONTACTADMIN">CAF rejection details are available in the log. Please contact your administrator.</string>
  21. </section>
  22. </component>
  23. </stringTable>