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