Opened 16 years ago

Closed 16 years ago

#139 closed defect (fixed)

Possible erros when loading the config.json

Reported by: assefa Owned by: assefa
Priority: P2 Milestone: 2.0
Component: Core Version: 1.0.7
Severity: Major Keywords:
Cc: Browser: All
External ID: Operating System: All
state: New

Description

loadFusionConfig funcion os Utilities.php is doing some regex modifications (such as replace single quotes with double quotes, quote unquoted attribute names ...). This was introduced to correct invalid config.jsopn files. This is not necessary anymore.

These modifications can also cause errors in some cases such as when the value is a full path in windows: "temporaryDirectory": "f:/tmp"

Removing the regex modifications would resolve the issues.

Change History (1)

comment:1 by assefa, 16 years ago

Resolution: fixed
Status: newclosed

committed in r1595.

Note: See TracTickets for help on using tickets.