4776N/A# CDDL HEADER START
4776N/A#
4776N/A# The contents of this file are subject to the terms of the
4776N/A# Common Development and Distribution License, Version 1.0 only
4776N/A# (the "License"). You may not use this file except in compliance
4776N/A# with the License.
4776N/A#
6982N/A# You can obtain a copy of the license at legal-notices/CDDLv1_0.txt
6982N/A# or http://forgerock.org/license/CDDLv1.0.html.
4776N/A# See the License for the specific language governing permissions
4776N/A# and limitations under the License.
4776N/A#
4776N/A# When distributing Covered Code, include this CDDL HEADER in each
6982N/A# file and include the License file at legal-notices/CDDLv1_0.txt.
6982N/A# If applicable, add the following below this CDDL HEADER, with the
6982N/A# fields enclosed by brackets "[]" replaced with your own identifying
4776N/A# information:
4776N/A# Portions Copyright [yyyy] [name of copyright owner]
4776N/A#
4776N/A# CDDL HEADER END
4776N/A#
4776N/A#
4776N/A# Copyright 2009 Sun Microsystems, Inc.
4776N/A
4776N/A# This file contains a list of generic issues that arise accross potentially
4776N/A# multiple DSML suites.
4776N/A# The expected format is : ISSUEID[_label][.r]=substring | regexp
4776N/A# When suffixed with '.r' the string is assumed to be a valid java regexp
4776N/A# see : http://java.sun.com/developer/technicalArticles/releases/1.4regex
4776N/A#
4776N/A# examples :
4776N/A#
4776N/A#0001_generic=<errorMessage>The maximum time limit of 1 seconds for processing this search operation has expired</errorMessage>
4776N/A#0002_import=<errorMessage>You do not have sufficient privileges to perform an unindexed search</errorMessage>
4776N/A#0003.r=.*maximum.*
4776N/A#0004_generic.r.r=[^@]privileges
4776N/A#
4776N/A# multiple string might correspond to a single bug, hence property are better
4776N/A# sorted out by ISSUEID
4776N/A# Note : the lookup will raise an issue for the first match
4776N/A0000_lengthyRequest=<errorMessage>The maximum time limit of 1 seconds for processing this search operation has expired</errorMessage>
4776N/A4178_importRelated=<errorMessage>You do not have sufficient privileges to perform an unindexed search</errorMessage>