Ticket #70 (new defect)

Opened 20 years ago

Last modified 16 years ago

Nested quotes in ModelGlue.cfm break on BlueDragon 6.2.1

Reported by: sean@… Owned by: somebody
Priority: normal Milestone: 2.0.x-next-patch
Version: 2.0.304 Severity: normal
Keywords: Cc:

Description

This line in ModelGlue?.cfm fails on BlueDragon? 6.2.1:

<cfparam name="ModelGlue?_LOCAL_COLDSPRING_PATH" type="string"

default="#expandPath(".") & "/config/ColdSpring.xml"#" />

Change the inner nested double quotes to single quotes like this to fix it:

<cfparam name="ModelGlue?_LOCAL_COLDSPRING_PATH" type="string"

default="#expandPath('.') & '/config/ColdSpring.xml'#" />

(BlueDragon? 7.0 will accept the former so whether you fix this or not depends on whether you want to support BD 6.2.1 or not)

Change History

Changed 20 years ago by joe.rinehart

  • milestone set to Feature Requests

Thanks Sean. I plan on doing a 7.0 test when I have time.

Changed 20 years ago by anonymous

Partially fixed in [186]

Changed 20 years ago by sean@…

Vince just confirmed that a hotfix for 6.2.1 will be released on 7/24 but that probably will not address the quotes issue so 7.0 Beta will still be the release to test against if you decide not to fix the nested quotes issue.

Changed 19 years ago by joe.rinehart

  • priority changed from high to normal
  • version changed from 1.0 to 2.0
  • severity changed from blocker to normal
  • milestone changed from User Reported Issues (with full information) to Feature Requests

Changed 16 years ago by cfgrok

  • milestone changed from Feature Requests to 2.0.x-next-patch
Note: See TracTickets for help on using tickets.