MapGuide Open Source:  Home |  Download |  Internals

Ticket #244 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Relax type checking on resource identifier

Reported by: trevorwekel Assigned to: trevorwekel
Priority: low Milestone: 2.0
Component: Web API Version:
Severity: minor Keywords:
Cc: External ID:

Description

The MapGuide resource identifier uses a strict algorithm for validating the type of the resource. Any resources not defined in MgResourceType are considered invalid. This behaviour is too restrictive since it requires code change every time a new resource is added.

By default, the MapGuide Server performs XML validation on any resource content added to a repository. This is sufficient to ensure resource integrity.

Change History

08/21/07 18:00:48 changed by trevorwekel

  • status changed from new to assigned.

08/21/07 18:02:54 changed by trevorwekel

  • status changed from assigned to closed.
  • resolution set to fixed.