[mapguide-trac] #1644: Cleanup recursive validation behaviour
MapGuide Open Source
trac_mapguide at osgeo.org
Mon Mar 28 07:59:27 EDT 2011
#1644: Cleanup recursive validation behaviour
-----------------------+----------------------------------------------------
Reporter: jng | Owner: jng
Type: task | Status: new
Priority: low | Milestone: Maestro-3.0
Component: Maestro | Version:
Severity: trivial | Keywords:
External_id: |
-----------------------+----------------------------------------------------
The IResourceValidator interface offers the following validation API
{{{
ValidationIssue[] Validate(ResourceValidationContext context, IResource
resource, bool recurse);
}}}
Depending on the implementation, the recurse parameter is being
interpreted incorrectly.
The implementation behaviour should all be consistent which is to only
validate dependent resources if the recurse flag is true
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/1644>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list