Ticket #139 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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: External ID:
state: New Browser: All
Operating System: All

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

Changed 3 years ago by assefa

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

committed in r1595.

Note: See TracTickets for help on using tickets.