[mapguide-internals] GETIDENTITYPROPERTIES not working?

Jason Birch Jason.Birch at nanaimo.ca
Mon Aug 3 03:56:16 EDT 2009


OK, to follow up, as far as I can see, the HttpHandler's HttpGetIdentityProperties.cpp was not updated to use the new function signature.  I've logged this as a defect here:

http://trac.osgeo.org/mapguide/ticket/1061

Jason

-----Original Message-----
From: Jason Birch
Sent: Monday, August 03, 2009 12:36 AM
To: MapGuide Internals Mail List
Subject: RE: [mapguide-internals] GETIDENTITYPROPERTIES not working?

Looking into this, it appears to be an effect of 

http://trac.osgeo.org/mapguide/ticket/1002

The mapguide server implementation of GetIdentityProperties used to take a single class name as a string and return a MgPropertyDefinitionCollection.  Now it appears to take a string collection of class names and return an MgClassDefinitionCollection.

The platform base appears to have had "not implemented" stubs added to it for both of these signatures.

My guess is that when the web tier is sent a single class name, it's falling through to the "not implemented" stub.  So, I guess my question is... how do we access the new function signature through the mapagent?  

Is this a bug?


More information about the mapguide-internals mailing list