Ticket #263 (closed task: invalid)

Opened 19 years ago

Last modified 19 years ago

ModelGlue.cfm ModelGlue_CONFIG_PATH not read

Reported by: dhughes Owned by: somebody
Priority: highest Milestone:
Version: Severity: blocker
Keywords: Cc:

Description

AFAIK, in unity you're supposed to define the model-glue.xml file via CS

Well, the modelGlue.cfm doesn't use it. It params a variable ModelGlue?_CONFIG_PATH, but never (appears) to read the value out of the configuration object.

Change History

Changed 19 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to invalid

"Well, the modelGlue.cfm doesn't use it."

Actually, it does. Right above the param is a comment: "This only exists to support legacy applications."

If it has a length, it's recognized instead of the ColdSpring?-defined path, keeping backwards support available.

See lines 21-61 of FrameworkLoader?.cfc and the calling line 94 in ModelGlue?.cfm

Note: See TracTickets for help on using tickets.